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-10T05:30:14.199Z||main|||||INFO|500||The following profiles are active: basic
2022-06-10T05:30:29.473Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-10T05:30:29.475Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-10T05:30:29.624Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-10T05:30:34.658Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-10T05:30:35.242Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-10T05:30:35.913Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-10T05:30:35.942Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-10T05:30:36.096Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-10T05:30:36.392Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-10T05:30:37.457Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-10T05:30:40.064Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-10T05:30:43.456Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-10T05:30:43.544Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-10T05:30:44.309Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-10T05:30:44.605Z||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-10T05:30:46.516Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-10T05:30:48.131Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-10T05:30:48.173Z||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$$af915e9a.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-10T05:30:48.175Z||main|||||WARN|500||The sdc end point is not alive
2022-06-10T05:30:52.817Z||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-10T05:30:57.354Z||main|||||WARN|500||---
2022-06-10T05:30:57.355Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-10T05:30:57.355Z||main|||||WARN|500||---
2022-06-10T05:30:58.041Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-10T05:31:04.435Z||main|||||INFO|500||Started Application in 54.991 seconds (JVM running for 57.856)
2022-06-10T05:31:04.460Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:31:04.471Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:31:04.489Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:31:04.527Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:31:04.590Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c572b87-a0c3-42b3-abb0-ca8351197290 url= /sdc/v1/artifactTypes
2022-06-10T05:31:04.591Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:31:05.707Z||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.42.185] 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$$6554a3e7.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-10T05:31:05.712Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7cd6c90c
2022-06-10T05:31:05.713Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:31:05.776Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:31:05.780Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:31:05.784Z||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$$6554a3e7.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-10T05:31:54.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:31:54.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:31:54.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:31:54.432Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:31:54.439Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 332db1e6-404e-4033-b624-9e2846bda1fa url= /sdc/v1/artifactTypes
2022-06-10T05:31:54.439Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:31:55.470Z||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.42.185] 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$$6554a3e7.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-10T05:31:55.472Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2dbb1e6a
2022-06-10T05:31:55.473Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:31:55.473Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:31:55.473Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:31:55.474Z||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$$6554a3e7.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-10T05:32:44.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:32:44.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:32:44.428Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:32:44.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:32:44.441Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bc650efb-7d7d-4316-862a-224178cccdd1 url= /sdc/v1/artifactTypes
2022-06-10T05:32:44.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:32:45.482Z||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.42.185] 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$$6554a3e7.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-10T05:32:45.484Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3740052b
2022-06-10T05:32:45.484Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:32:45.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:32:45.485Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:32:45.486Z||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$$6554a3e7.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-10T05:33:34.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:33:34.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:33:34.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:33:34.435Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:33:34.442Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58ade6fa-0682-4aea-adac-e9faaae719ac url= /sdc/v1/artifactTypes
2022-06-10T05:33:34.443Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:33:35.466Z||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.42.185] 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$$6554a3e7.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-10T05:33:35.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62468c0d
2022-06-10T05:33:35.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:33:35.469Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:33:35.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:33:35.471Z||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$$6554a3e7.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-10T05:34:24.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:34:24.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:34:24.430Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:34:24.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:34:24.440Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bd1f3ccc-9784-4e7f-b79b-de4bc02aa167 url= /sdc/v1/artifactTypes
2022-06-10T05:34:24.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:34:25.482Z||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.42.185] 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$$6554a3e7.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-10T05:34:25.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1fa3c72c
2022-06-10T05:34:25.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:34:25.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:34:25.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:34:25.485Z||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$$6554a3e7.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-10T05:35:14.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:35:14.430Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:35:14.431Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:35:14.436Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:35:14.444Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f7ba994-c3e1-4aab-812a-491d02518b77 url= /sdc/v1/artifactTypes
2022-06-10T05:35:14.444Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:35:15.465Z||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.42.185] 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$$6554a3e7.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-10T05:35:15.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@40377f38
2022-06-10T05:35:15.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:35:15.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:35:15.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:35:15.467Z||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$$6554a3e7.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-10T05:36:04.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:36:04.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:36:04.430Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:36:04.433Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:36:04.441Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7153ec35-af08-4015-8a65-746768cf6133 url= /sdc/v1/artifactTypes
2022-06-10T05:36:04.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:36:05.482Z||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.42.185] 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$$6554a3e7.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-10T05:36:05.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@543d4164
2022-06-10T05:36:05.484Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:36:05.485Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:36:05.485Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:36:05.486Z||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$$6554a3e7.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-10T05:36:54.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:36:54.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:36:54.428Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:36:54.432Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:36:54.437Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbca831b-05c5-4aa4-b102-6c354506d564 url= /sdc/v1/artifactTypes
2022-06-10T05:36:54.438Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:36:55.465Z||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.42.185] 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$$6554a3e7.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-10T05:36:55.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@775bae2b
2022-06-10T05:36:55.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:36:55.467Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:36:55.467Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:36:55.467Z||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$$6554a3e7.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-10T05:37:44.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:37:44.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:37:44.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:37:44.433Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:37:44.440Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e48c255e-e30b-49e2-8e8b-4bdbf94d3611 url= /sdc/v1/artifactTypes
2022-06-10T05:37:44.441Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:37:45.489Z||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.42.185] 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$$6554a3e7.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-10T05:37:45.491Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3ce8deea
2022-06-10T05:37:45.491Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:37:45.492Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:37:45.492Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:37:45.493Z||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$$6554a3e7.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-10T05:38:34.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:38:34.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:38:34.428Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:38:34.431Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:38:34.439Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1142664a-0429-45c7-b217-5665793559cb url= /sdc/v1/artifactTypes
2022-06-10T05:38:34.440Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:38:35.467Z||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.42.185] 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$$6554a3e7.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-10T05:38:35.468Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20029986
2022-06-10T05:38:35.468Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:38:35.469Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:38:35.469Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:38:35.470Z||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$$6554a3e7.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-10T05:39:24.427Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:39:24.428Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:39:24.429Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:39:24.434Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:39:24.455Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ec714af6-0ff2-460a-9bae-e72660bc1fa1 url= /sdc/v1/artifactTypes
2022-06-10T05:39:24.456Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:39:25.482Z||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.42.185] 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$$6554a3e7.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-10T05:39:25.483Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d4f6c8c
2022-06-10T05:39:25.483Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:39:25.484Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:39:25.484Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:39:25.484Z||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$$6554a3e7.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-10T05:40:14.429Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:40:14.432Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:40:14.433Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:40:14.439Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:40:14.451Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b4859d82-1303-4c0b-9bef-a6103ac75ea8 url= /sdc/v1/artifactTypes
2022-06-10T05:40:14.451Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:40:15.497Z||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.42.185] 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$$6554a3e7.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-10T05:40:15.499Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1538ca06
2022-06-10T05:40:15.499Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-10T05:40:15.499Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-10T05:40:15.500Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-10T05:40:15.501Z||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$$6554a3e7.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-10T05:40:18.497Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-10T05:41:04.428Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-10T05:41:04.429Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-10T05:41:04.430Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-10T05:41:04.435Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-10T05:41:04.442Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70c17d8a-8105-484c-93a8-617869cd70a0 url= /sdc/v1/artifactTypes
2022-06-10T05:41:04.443Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-10T05:41:04.773Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-10T05:41:04.787Z||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-10T05:41:04.823Z||scheduling-1|||||DEBUG|500||create keys
2022-06-10T05:41:04.835Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-10T05:41:04.955Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:41:04.988Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 77f1ba1a-8ac2-46c6-96a4-e9f004c2e499 url= /sdc/v1/registerForDistribution
2022-06-10T05:41:05.321Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 77f1ba1a-8ac2-46c6-96a4-e9f004c2e499 url= /sdc/v1/registerForDistribution
2022-06-10T05:41:05.322Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-10T05:41:05.350Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:41:05.352Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:41:05.360Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-10T05:41:05.366Z||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-10T05:41:05.366Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:41:05.369Z||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-10T05:41:05.370Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:41:15.928Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:41:15.996Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:42:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:42:05.338Z||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-10T05:42:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:42:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:42:05.343Z||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-10T05:42:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:42:14.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:42:14.946Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:43:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:43:05.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T05:43:05.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:43:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:43:05.343Z||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-10T05:43:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:43:14.958Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:43:14.977Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:44:05.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:44:05.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T05:44:05.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:44:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:44:05.343Z||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-10T05:44:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:44:14.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:44:14.988Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:45:05.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:45:05.339Z||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-10T05:45:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:45:05.346Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:45:05.347Z||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-10T05:45:05.347Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:45:15.048Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:45:15.077Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:46:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:46:05.338Z||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-10T05:46:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:46:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:46:05.344Z||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-10T05:46:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:46:14.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:46:14.984Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:47:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:47:05.337Z||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-10T05:47:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:47:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:47:05.343Z||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-10T05:47:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:47:14.958Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:47:15.001Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:48:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:48:05.337Z||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-10T05:48:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:48:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:48:05.344Z||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-10T05:48:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:48:14.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:48:14.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:49:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:49:05.339Z||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-10T05:49:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:49:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:49:05.343Z||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-10T05:49:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:49:14.978Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:49:14.980Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:50:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:50:05.341Z||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-10T05:50:05.341Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:50:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:50:05.343Z||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-10T05:50:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:50:15.022Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:50:15.027Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:51:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:51:05.338Z||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-10T05:51:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:51:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:51:05.343Z||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-10T05:51:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:51:14.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:51:14.981Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:52:05.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:52:05.339Z||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-10T05:52:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:52:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:52:05.343Z||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-10T05:52:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:52:14.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:52:15.008Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:53:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:53:05.338Z||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-10T05:53:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:53:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:53:05.343Z||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-10T05:53:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:53:14.994Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:53:15.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:54:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:54:05.338Z||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-10T05:54:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:54:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:54:05.342Z||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-10T05:54:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:54:14.961Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:54:14.994Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:55:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:55:05.338Z||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-10T05:55:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:55:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:55:05.348Z||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-10T05:55:05.349Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:55:14.948Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:55:14.962Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:56:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:56:05.337Z||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-10T05:56:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:56:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:56:05.343Z||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-10T05:56:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:56:14.970Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:56:14.972Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:57:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:57:05.337Z||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-10T05:57:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:57:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:57:05.343Z||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-10T05:57:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:57:14.962Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:57:14.963Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:58:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:58:05.337Z||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-10T05:58:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:58:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:58:05.343Z||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-10T05:58:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:58:14.975Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:58:14.982Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:59:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:59:05.338Z||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-10T05:59:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:59:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T05:59:05.342Z||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-10T05:59:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T05:59:14.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T05:59:14.934Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:00:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:00:05.339Z||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-10T06:00:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:00:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:00:05.343Z||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-10T06:00:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:00:14.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:00:14.983Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:01:05.337Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:01:05.340Z||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-10T06:01:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:01:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:01:05.343Z||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-10T06:01:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:01:14.976Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:01:15.024Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:02:05.338Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:02:05.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:02:05.340Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:02:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:02:05.343Z||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-10T06:02:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:02:15.003Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:02:15.017Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:03:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:03:05.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:03:05.337Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:03:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:03:05.342Z||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-10T06:03:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:03:14.995Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:03:15.005Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:04:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:04:05.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:04:05.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:04:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:04:05.342Z||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-10T06:04:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:04:14.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:04:14.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:05:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:05:05.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:05:05.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:05:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:05:05.342Z||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-10T06:05:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:05:14.955Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:05:14.970Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:06:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:06:05.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:06:05.337Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:06:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:06:05.343Z||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-10T06:06:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:06:14.926Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:06:14.964Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:07:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:07:05.337Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:07:05.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:07:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:07:05.342Z||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-10T06:07:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:07:14.954Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:07:14.990Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:08:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:08:05.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:08:05.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:08:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:08:05.342Z||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-10T06:08:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:08:14.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:08:14.978Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:09:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:09:05.338Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:09:05.338Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:09:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:09:05.343Z||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-10T06:09:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:09:14.982Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:09:14.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:10:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:10:05.338Z||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-10T06:10:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:10:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:10:05.343Z||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-10T06:10:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:10:14.927Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:10:14.936Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:11:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:11:05.337Z||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-10T06:11:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:11:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:11:05.343Z||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-10T06:11:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:11:14.950Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:11:14.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:12:05.339Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:12:05.340Z||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-10T06:12:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:12:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:12:05.343Z||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-10T06:12:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:12:14.938Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:12:14.981Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:13:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:13:05.338Z||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-10T06:13:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:13:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:13:05.343Z||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-10T06:13:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:13:14.971Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:13:14.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:14:05.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:14:05.339Z||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-10T06:14:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:14:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:14:05.344Z||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-10T06:14:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:14:14.930Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:14:14.977Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:15:05.338Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:15:05.340Z||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-10T06:15:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:15:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:15:05.342Z||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-10T06:15:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:15:14.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:15:14.977Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:16:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:16:05.337Z||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-10T06:16:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:16:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:16:05.342Z||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-10T06:16:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:16:14.926Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:16:14.931Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:17:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:17:05.338Z||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-10T06:17:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:17:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:17:05.343Z||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-10T06:17:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:17:14.947Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:17:14.976Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:18:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:18:05.337Z||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-10T06:18:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:18:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:18:05.342Z||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-10T06:18:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:18:14.941Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:18:14.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:19:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:19:05.338Z||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-10T06:19:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:19:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:19:05.344Z||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-10T06:19:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:19:14.958Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:19:14.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:20:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:20:05.337Z||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-10T06:20:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:20:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:20:05.343Z||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-10T06:20:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:20:14.933Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:20:14.933Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:21:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:21:05.337Z||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-10T06:21:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:21:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:21:05.343Z||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-10T06:21:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:21:14.943Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:21:14.944Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:22:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:22:05.337Z||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-10T06:22:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:22:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:22:05.343Z||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-10T06:22:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:22:14.927Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:22:14.953Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:23:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:23:05.337Z||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-10T06:23:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:23:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:23:05.343Z||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-10T06:23:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:23:14.950Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:23:14.987Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:24:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:24:05.338Z||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-10T06:24:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:24:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:24:05.343Z||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-10T06:24:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:24:14.945Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:24:14.953Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:25:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:25:05.339Z||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-10T06:25:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:25:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:25:05.344Z||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-10T06:25:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:25:14.930Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:25:14.984Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:26:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:26:05.338Z||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-10T06:26:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:26:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:26:05.343Z||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-10T06:26:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:26:14.972Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:26:14.978Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:27:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:27:05.337Z||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-10T06:27:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:27:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:27:05.343Z||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-10T06:27:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:27:14.962Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:27:14.967Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:28:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:28:05.337Z||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-10T06:28:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:28:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:28:05.343Z||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-10T06:28:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:28:14.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:28:14.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:29:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:29:05.337Z||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-10T06:29:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:29:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:29:05.343Z||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-10T06:29:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:29:14.923Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:29:14.992Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:30:05.337Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:30:05.338Z||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-10T06:30:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:30:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:30:05.343Z||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-10T06:30:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:30:14.973Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:30:14.976Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:31:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:31:05.338Z||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-10T06:31:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:31:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:31:05.343Z||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-10T06:31:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:31:14.941Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:31:14.953Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:32:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:32:05.338Z||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-10T06:32:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:32:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:32:05.343Z||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-10T06:32:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:32:14.989Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:32:15.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:33:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:33:05.338Z||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-10T06:33:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:33:05.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:33:05.345Z||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-10T06:33:05.345Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:33:14.940Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:33:14.964Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:34:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:34:05.337Z||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-10T06:34:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:34:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:34:05.342Z||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-10T06:34:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:34:14.979Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:34:14.980Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:35:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:35:05.338Z||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-10T06:35:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:35:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:35:05.343Z||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-10T06:35:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:35:14.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:35:14.965Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:36:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:36:05.337Z||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-10T06:36:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:36:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:36:05.343Z||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-10T06:36:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:36:14.940Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:36:14.981Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:37:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:37:05.339Z||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-10T06:37:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:37:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:37:05.342Z||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-10T06:37:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:37:14.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:37:14.968Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:38:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:38:05.337Z||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-10T06:38:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:38:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:38:05.343Z||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-10T06:38:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:38:14.898Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:38:14.905Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:39:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:39:05.337Z||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-10T06:39:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:39:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:39:05.343Z||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-10T06:39:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:39:14.961Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:39:14.977Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:40:05.336Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:40:05.337Z||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-10T06:40:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:40:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:40:05.343Z||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-10T06:40:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:40:14.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:40:14.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:41:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:41:05.337Z||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-10T06:41:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:41:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:41:05.342Z||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-10T06:41:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:41:14.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:41:14.970Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:42:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:42:05.337Z||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-10T06:42:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:42:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:42:05.343Z||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-10T06:42:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:42:14.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:42:14.939Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:43:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:43:05.337Z||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-10T06:43:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:43:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:43:05.342Z||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-10T06:43:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:43:14.972Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:43:14.978Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:44:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:44:05.337Z||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-10T06:44:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:44:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:44:05.343Z||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-10T06:44:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:44:14.938Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:44:14.952Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:45:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:45:05.337Z||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-10T06:45:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:45:05.342Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:45:05.342Z||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-10T06:45:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:45:14.953Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:45:14.954Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:46:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:46:05.337Z||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-10T06:46:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:46:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:46:05.342Z||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-10T06:46:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:46:14.927Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:46:14.950Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:47:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:47:05.337Z||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-10T06:47:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:47:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:47:05.343Z||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-10T06:47:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:47:14.956Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:47:14.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:48:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:48:05.337Z||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-10T06:48:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:48:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:48:05.343Z||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-10T06:48:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:48:14.922Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:48:14.982Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:49:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:49:05.337Z||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-10T06:49:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:49:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:49:05.342Z||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-10T06:49:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:49:15.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:49:15.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:50:05.336Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:50:05.338Z||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-10T06:50:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:50:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:50:05.343Z||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-10T06:50:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:50:14.924Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:50:14.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:51:05.337Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:51:05.339Z||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-10T06:51:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:51:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:51:05.343Z||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-10T06:51:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:51:14.931Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:51:14.931Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:52:05.336Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:52:05.339Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T06:52:05.339Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:52:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:52:05.343Z||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-10T06:52:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:52:14.921Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:52:14.942Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:53:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:53:05.338Z||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-10T06:53:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:53:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:53:05.343Z||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-10T06:53:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:53:14.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:53:14.954Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:54:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:54:05.337Z||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-10T06:54:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:54:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:54:05.343Z||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-10T06:54:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:54:14.971Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:54:14.974Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:55:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:55:05.337Z||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-10T06:55:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:55:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:55:05.343Z||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-10T06:55:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:55:14.946Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:55:14.948Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:56:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:56:05.337Z||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-10T06:56:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:56:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:56:05.342Z||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-10T06:56:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:56:14.926Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:56:14.927Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:57:05.337Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:57:05.339Z||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-10T06:57:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:57:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:57:05.343Z||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-10T06:57:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:57:14.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:57:14.975Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:58:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:58:05.337Z||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-10T06:58:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:58:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:58:05.342Z||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-10T06:58:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:58:14.984Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:58:14.996Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:59:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:59:05.337Z||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-10T06:59:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:59:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T06:59:05.343Z||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-10T06:59:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T06:59:14.934Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T06:59:15.006Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:00:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:00:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:00:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:00:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:00:05.343Z||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-10T07:00:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:00:14.962Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:00:14.967Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:01:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:01:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:01:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:01:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:01:05.342Z||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-10T07:01:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:01:14.937Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:01:14.938Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:02:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:02:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:02:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:02:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:02:05.342Z||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-10T07:02:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:02:14.955Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:02:14.988Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:03:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:03:05.340Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:03:05.340Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:03:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:03:05.342Z||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-10T07:03:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:03:14.921Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:03:14.924Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:04:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:04:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:04:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:04:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:04:05.343Z||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-10T07:04:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:04:14.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:04:14.960Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:05:05.336Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:05:05.337Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:05:05.337Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:05:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:05:05.342Z||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-10T07:05:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:05:14.921Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:05:14.951Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:06:05.337Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:06:05.339Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:06:05.339Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:06:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:06:05.342Z||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-10T07:06:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:06:14.926Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:06:14.926Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:07:05.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:07:05.337Z||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-10T07:07:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:07:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:07:05.343Z||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-10T07:07:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:07:14.981Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:07:14.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:08:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:08:05.337Z||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-10T07:08:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:08:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:08:05.343Z||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-10T07:08:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:08:14.925Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:08:14.952Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:09:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:09:05.337Z||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-10T07:09:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:09:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:09:05.343Z||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-10T07:09:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:09:14.937Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:09:14.952Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:10:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:10:05.337Z||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-10T07:10:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:10:05.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:10:05.342Z||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-10T07:10:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:10:14.937Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:10:14.953Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:11:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:11:05.337Z||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-10T07:11:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:11:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:11:05.343Z||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-10T07:11:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:11:14.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:11:14.975Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:12:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:12:05.337Z||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-10T07:12:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:12:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:12:05.343Z||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-10T07:12:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:12:14.939Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:12:14.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:13:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:13:05.337Z||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-10T07:13:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:13:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:13:05.343Z||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-10T07:13:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:13:14.956Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:13:14.976Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:14:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:14:05.337Z||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-10T07:14:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:14:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:14:05.342Z||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-10T07:14:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:14:14.959Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:14:14.979Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:15:05.337Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:15:05.340Z||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-10T07:15:05.340Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:15:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:15:05.343Z||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-10T07:15:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:15:15.023Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:15:15.045Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:16:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:16:05.338Z||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-10T07:16:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:16:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:16:05.344Z||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-10T07:16:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:16:14.936Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:16:14.944Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:05.336Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:17:05.337Z||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-10T07:17:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:17:05.342Z||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-10T07:17:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:05.511Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:05.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845374374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845374374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845374374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845374374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845374374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.559Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.559Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845379876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845374374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845379876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845381791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845374374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.562Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845379876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845381791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.563Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845379876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.564Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845383386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845381791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.566Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.567Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845384477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845379876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.568Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845383678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.569Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845381791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "cds",
  "timestamp": 1654845384409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-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-10T07:17:05.899Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:05.937Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:05.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845384477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845379876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845383678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.982Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845381791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845384477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845379876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.984Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845386574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845383678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845381791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.987Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845384477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845386574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845383678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845381791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845384477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845386574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845383678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845389886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:05.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845384477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.996Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845386574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845383678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845390898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845384477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845386574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:05.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:05.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"089cdafc-3bf3-4df6-90ba-712eaa7d73d4","serviceName":"vFW 2022-06-10 07-13-48","serviceVersion":"1.0","serviceUUID":"e6a8c000-ec71-46f6-885b-dd4143a65d11","serviceDescription":"catalog service description","serviceInvariantUUID":"aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e","resources":[{"resourceInstanceName":"vFW eccd0221-48ef 0","resourceName":"vFW eccd0221-48ef","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"682b593e-b570-4e48-811d-d41efe2a48b4","resourceInvariantUUID":"015a466c-0f30-434b-8f75-4506aebdef32","resourceCustomizationUUID":"98d5cb5b-ad05-4540-a9fe-22e44ce36792","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml","artifactChecksum":"OWRhNzAzMGUyODk2NTZiZTM2M2JkYmJiMTAzN2VhMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c73258e6-8324-4459-a3fc-a05cfa60c4b8","artifactVersion":"1"},{"artifactName":"vfweccd022148ef0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json","artifactChecksum":"YzNmZjAyYmE4NjVhNGQ1ZGJkN2E3ZDIwZDgzM2IxZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba463223-bae2-4bf2-ab16-57871d1550a1","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6fcc14b2-de4e-4dba-83ad-06528bfc66ba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml","artifactChecksum":"NmUwZDYyMGJlYjEyM2E3Y2RhZDM4YThhYTIxMDNlYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7289072-c4f8-43a2-8474-59b90a7f8bf4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f268d62e-50db-453d-97b8-36dc4c460455","artifactVersion":"2","generatedFromUUID":"6fcc14b2-de4e-4dba-83ad-06528bfc66ba"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220610071348-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml","artifactChecksum":"NDUzYjNlNDY1YmExMTVjNjU5ODkyYzUzODc5YmQxMmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bba9b92e-169a-44e0-b023-084762e37473","artifactVersion":"1"},{"artifactName":"service-Vfw20220610071348-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar","artifactChecksum":"YWQ4NDE2NzIwM2ZiYzIwNDk0NzAzZWE0MjJjZTY3ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df1a6bf1-fb65-4f75-a23c-c7a798101c2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845383678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:05.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "policy-id",
  "timestamp": 1654845391904,
  "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-10T07:17:06.009Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:06.017Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:06.031Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:06.031Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.048Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.049Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845386574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845392464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845391677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.078Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845386574,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845394657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845395907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845397105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845398283,
  "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-10T07:17:06.100Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.102Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.139Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-10T07:17:06.141Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.141Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845399290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845399537,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.142Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845400544,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-06-10T07:17:06.147Z||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-10T07:17:06.147Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T07:17:06.158Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.159Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845414924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "aai-ml",
  "timestamp": 1654845415930,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-06-10T07:17:06.199Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:06.200Z||pool-3-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":2,"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=?
2022-06-10T07:17:06.215Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
2022-06-10T07:17:06.215Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:06.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845416935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845416935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845416935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845419875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845419374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845416935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845419875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845419374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845421793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845416935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845419875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845419374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845421793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845414477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845416935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845419875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845419374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845421793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845416935,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:06.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845424980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:17:06.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845419875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:06.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:17:07.040Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:07.041Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:07.043Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:07.044Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:17:07.144Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:07.145Z||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-10T07:17:07.145Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:07.190Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:07.191Z||pool-4-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:08.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:08.046Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:08.049Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:08.049Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:17:08.149Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:08.150Z||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-10T07:17:08.151Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:08.180Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:08.180Z||pool-5-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:09.050Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:09.051Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:09.054Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:09.054Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:09.154Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:09.156Z||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-10T07:17:09.156Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:09.181Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:09.182Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:10.055Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:10.056Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:10.059Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:10.059Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-10T07:17:10.159Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:10.160Z||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-10T07:17:10.161Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:10.221Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:10.222Z||pool-7-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:11.061Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:11.061Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:11.064Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:11.064Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:17:11.164Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:11.165Z||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-10T07:17:11.166Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:11.193Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:11.194Z||pool-8-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:12.065Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:17:12.066Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:12.069Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:12.069Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:17:12.169Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:12.170Z||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-10T07:17:12.170Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:12.196Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:12.197Z||pool-9-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:13.072Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "serviceName": "vFW 2022-06-10 07-13-48",
  "serviceVersion": "1.0",
  "serviceUUID": "e6a8c000-ec71-46f6-885b-dd4143a65d11",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e",
  "resources": [
    {
      "resourceInstanceName": "vFW eccd0221-48ef 0",
      "resourceCustomizationUUID": "98d5cb5b-ad05-4540-a9fe-22e44ce36792",
      "resourceName": "vFW eccd0221-48ef",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "682b593e-b570-4e48-811d-d41efe2a48b4",
      "resourceInvariantUUID": "015a466c-0f30-434b-8f75-4506aebdef32",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfweccd022148ef0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
          "artifactChecksum": "YzNmZjAyYmE4NjVhNGQ1ZGJkN2E3ZDIwZDgzM2IxZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ba463223-bae2-4bf2-ab16-57871d1550a1",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6fcc14b2-de4e-4dba-83ad-06528bfc66ba",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f268d62e-50db-453d-97b8-36dc4c460455",
            "generatedFromUUID": "6fcc14b2-de4e-4dba-83ad-06528bfc66ba"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f268d62e-50db-453d-97b8-36dc4c460455",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220610071348-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
      "artifactChecksum": "YWQ4NDE2NzIwM2ZiYzIwNDk0NzAzZWE0MjJjZTY3ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "df1a6bf1-fb65-4f75-a23c-c7a798101c2d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:17:13.074Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:17:13.074Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e6a8c000-ec71-46f6-885b-dd4143a65d11 ASDC
2022-06-10T07:17:13.340Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:089cdafc-3bf3-4df6-90ba-712eaa7d73d4
ServiceName:vFW 2022-06-10 07-13-48
ServiceVersion:1.0
ServiceUUID:e6a8c000-ec71-46f6-885b-dd4143a65d11
ServiceInvariantUUID:aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220610071348-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
ArtifactUUID:df1a6bf1-fb65-4f75-a23c-c7a798101c2d
ArtifactChecksum:YWQ4NDE2NzIwM2ZiYzIwNDk0NzAzZWE0MjJjZTY3ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW eccd0221-48ef 0
ResourceCustomizationUUID:98d5cb5b-ad05-4540-a9fe-22e44ce36792
ResourceInvariantUUID:015a466c-0f30-434b-8f75-4506aebdef32
ResourceName:vFW eccd0221-48ef
ResourceType:VF
ResourceUUID:682b593e-b570-4e48-811d-d41efe2a48b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfweccd022148ef0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
ArtifactUUID:ba463223-bae2-4bf2-ab16-57871d1550a1
ArtifactChecksum:YzNmZjAyYmE4NjVhNGQ1ZGJkN2E3ZDIwZDgzM2IxZDA=
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/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
ArtifactUUID:6fcc14b2-de4e-4dba-83ad-06528bfc66ba
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/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
ArtifactUUID:f268d62e-50db-453d-97b8-36dc4c460455
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/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
ArtifactUUID:f268d62e-50db-453d-97b8-36dc4c460455
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-10T07:17:13.341Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6a8c000-ec71-46f6-885b-dd4143a65d11 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-10T07:17:13.470Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:17:13.472Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:17:13.474Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:17:13.475Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: df1a6bf1-fb65-4f75-a23c-c7a798101c2d from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:13.476Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:13.478Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:13.652Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:13.671Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar df1a6bf1-fb65-4f75-a23c-c7a798101c2d 99082
2022-06-10T07:17:13.673Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar ASDC sendASDCNotification
2022-06-10T07:17:13.673Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:13.675Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:13.676Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:13.679Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:13.679Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845433672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:13.779Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:13.781Z||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-10T07:17:13.781Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:13.833Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:13.833Z||pool-10-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:14.680Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:17:14.682Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:17:14.683Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: df1a6bf1-fb65-4f75-a23c-c7a798101c2d, URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar to file: /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:14.684Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220610071348-csar.csar
2022-06-10T07:17:14.784Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:14.785Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:15.552Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3909596852930366301/Definitions/service-Vfw20220610071348-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-06-10T07:17:18.958Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:17:18.963Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:17:18.964Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.964Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-10T07:17:18.964Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eccd0221-48ef 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-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.965Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.966Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.967Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:18.967Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:17:18.975Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.976Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:18.981Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.981Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:17:18.984Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:17:18.985Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:17:18.986Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:17:18.987Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.987Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:18.990Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:18.991Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:18.992Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:18.993Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:18.994Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:17:18.994Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.994Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:17:18.996Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.996Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.996Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:18.997Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.997Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.997Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:18.998Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:18.999Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:19.000Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:19.000Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.000Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.001Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42321853-ca61-4a62-ac76-f99eaefc5ef0
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:19.002Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.003Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:19.004Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bf0ec80-6113-4c96-99ec-b573c9aa5774
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:19.005Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.006Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:19.007Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05d13bb7-122a-42e9-b099-2c87dc31f125
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.008Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.009Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:19.010Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:19.010Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-10 07-13-48
Description:catalog service description
Model UUID:e6a8c000-ec71-46f6-885b-dd4143a65d11
Model Version:NULL
Model InvariantUuid:aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW eccd0221-48ef
Model UUID:810977ae-6e54-40ce-b38e-7f416d32908c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:015a466c-0f30-434b-8f75-4506aebdef32
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:98d5cb5b-ad05-4540-a9fe-22e44ce36792
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:22c96a50-b19e-4e20-8609-996597603616
ModelName:VfwEccd022148ef..base_vfw..module-0
ModelUuid:b67a1620-84f7-44ef-a0ed-107f3a79f2aa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:42321853-ca61-4a62-ac76-f99eaefc5ef0
ModelInvariantUuid:bd08bcd5-1838-4ace-a44f-8cf4ec694c55
ModelName:vFW eccd0221-48ef-nodes.vfwCvfc
ModelUuid:069f3324-8462-4346-a42e-b6e3d9a2601a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e775a3e1-08b7-422b-b709-fcfac9dbaa98
ModelInvariantUuid:871e270f-1fd7-4d06-9127-dc6a2542f210
ModelName:VfwEccd022148ef.compute.nodes.heat.vfw
ModelUuid:f5416e2d-c4c4-4304-829e-7a5d48070057
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5bf0ec80-6113-4c96-99ec-b573c9aa5774
ModelInvariantUuid:b3583073-efa3-4c03-9a41-23720c7baa45
ModelName:vFW eccd0221-48ef-nodes.vsnCvfc
ModelUuid:7d97a3d6-71d5-4792-953e-cb294ba78c61
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:53605833-3558-42c7-8f77-a9ebcdfd9bd0
ModelInvariantUuid:6daa2157-b969-4cf6-a6d1-9af28938e0cd
ModelName:VfwEccd022148ef.compute.nodes.heat.vsn
ModelUuid:02dd88fa-fe20-45b8-bdf8-fd445800356a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:05d13bb7-122a-42e9-b099-2c87dc31f125
ModelInvariantUuid:69579f06-0490-4a01-b627-dbc033af6ee6
ModelName:vFW eccd0221-48ef-nodes.vpgCvfc
ModelUuid:1c550191-869f-467a-a3e1-9baba1e7f9c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:77b4f931-9441-4580-8037-009d89a95dc0
ModelInvariantUuid:4ed65ff3-69df-45be-9b9f-c577062d3804
ModelName:VfwEccd022148ef.compute.nodes.heat.vpg
ModelUuid:9a1d41c8-970a-4e57-ad32-4d27f90b8b83
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-10T07:17:19.081Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 682b593e-b570-4e48-811d-d41efe2a48b4
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-10T07:17:19.207Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||vFW eccd0221-48ef 0
2022-06-10T07:17:19.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 682b593e-b570-4e48-811d-d41efe2a48b4
2022-06-10T07:17:19.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ba463223-bae2-4bf2-ab16-57871d1550a1 from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:19.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:19.217Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:19.381Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:19.382Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json ba463223-bae2-4bf2-ab16-57871d1550a1 785
2022-06-10T07:17:19.382Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json ASDC sendASDCNotification
2022-06-10T07:17:19.382Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:19.383Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:19.383Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:19.385Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:19.385Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845439382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:19.486Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:19.488Z||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-10T07:17:19.489Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:19.516Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:19.517Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:20.387Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEccd022148ef..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "22c96a50-b19e-4e20-8609-996597603616",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b67a1620-84f7-44ef-a0ed-107f3a79f2aa",
    "vfModuleModelCustomizationUUID": "d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3",
    "isBase": true,
    "artifacts": [
      "6fcc14b2-de4e-4dba-83ad-06528bfc66ba",
      "f268d62e-50db-453d-97b8-36dc4c460455"
    ],
    "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-10T07:17:20.405Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEccd022148ef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b67a1620-84f7-44ef-a0ed-107f3a79f2aa
VfModuleModelInvariantUUID:22c96a50-b19e-4e20-8609-996597603616
VfModuleModelDescription:NULL
Artifacts UUID List:{
6fcc14b2-de4e-4dba-83ad-06528bfc66ba
,
f268d62e-50db-453d-97b8-36dc4c460455

}
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-10T07:17:20.409Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwEccd022148ef..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "22c96a50-b19e-4e20-8609-996597603616",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b67a1620-84f7-44ef-a0ed-107f3a79f2aa",
    "vfModuleModelCustomizationUUID": "d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3",
    "isBase": true,
    "artifacts": [
      "6fcc14b2-de4e-4dba-83ad-06528bfc66ba",
      "f268d62e-50db-453d-97b8-36dc4c460455"
    ],
    "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-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwEccd022148ef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b67a1620-84f7-44ef-a0ed-107f3a79f2aa
VfModuleModelInvariantUUID:22c96a50-b19e-4e20-8609-996597603616
VfModuleModelDescription:NULL
Artifacts UUID List:{
6fcc14b2-de4e-4dba-83ad-06528bfc66ba
,
f268d62e-50db-453d-97b8-36dc4c460455

}
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-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6fcc14b2-de4e-4dba-83ad-06528bfc66ba from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:20.411Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:20.503Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml 6fcc14b2-de4e-4dba-83ad-06528bfc66ba 20368
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:20.505Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:20.507Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:20.508Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845440505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:20.608Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:20.609Z||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-10T07:17:20.609Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:20.642Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:20.643Z||pool-12-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:17:21.509Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f268d62e-50db-453d-97b8-36dc4c460455 from URL: /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:21.510Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:17:21.510Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:21.718Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env f268d62e-50db-453d-97b8-36dc4c460455 2098
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:21.719Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:17:21.720Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:21.722Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:21.722Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845441719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:17:21.823Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:17:21.824Z||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-10T07:17:21.824Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:21.850Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:21.851Z||pool-13-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:17:22.723Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e6a8c000-ec71-46f6-885b-dd4143a65d11
2022-06-10T07:17:22.724Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eccd0221-48ef 0 682b593e-b570-4e48-811d-d41efe2a48b4 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-10T07:17:22.783Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56c6091d, org.onap.sdc.toscaparser.api.parameters.Input@5c3975a4, org.onap.sdc.toscaparser.api.parameters.Input@45f21c01, org.onap.sdc.toscaparser.api.parameters.Input@62870ad9, org.onap.sdc.toscaparser.api.parameters.Input@4ef7975]
2022-06-10T07:17:22.787Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.787Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 98d5cb5b-ad05-4540-a9fe-22e44ce36792
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98d5cb5b-ad05-4540-a9fe-22e44ce36792 matches Tosca VF Customization UUID: 98d5cb5b-ad05-4540-a9fe-22e44ce36792
2022-06-10T07:17:22.788Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 98d5cb5b-ad05-4540-a9fe-22e44ce36792  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-10T07:17:22.797Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.797Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.799Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 98d5cb5b-ad05-4540-a9fe-22e44ce36792: {\"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-10T07:17:22.799Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@617f053d
2022-06-10T07:17:22.800Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.800Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:17:22.801Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3
2022-06-10T07:17:22.802Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5ea8a82-a1c0-4fca-94e6-1459f0eecdd3
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-10T07:17:22.810Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.811Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.811Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.812Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.812Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.813Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.813Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-10T07:17:22.814Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:22.815Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:22.815Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:22.815Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.816Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.816Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:22.816Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.817Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:22.817Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.817Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=42321853-ca61-4a62-ac76-f99eaefc5ef0
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-10T07:17:22.833Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.833Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.834Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.834Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:22.835Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.836Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.836Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:22.836Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.837Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:22.837Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-10T07:17:22.837Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-10T07:17:22.838Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.838Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-10T07:17:22.838Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.839Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=5bf0ec80-6113-4c96-99ec-b573c9aa5774
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-10T07:17:22.844Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.845Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.845Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.849Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.849Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is not matching search criteria
2022-06-10T07:17:22.849Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-10T07:17:22.850Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-10T07:17:22.850Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.850Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.851Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-10T07:17:22.851Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.852Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-10T07:17:22.852Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-10T07:17:22.852Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-10T07:17:22.853Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-10T07:17:22.853Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-10T07:17:22.853Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-10T07:17:22.854Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=05d13bb7-122a-42e9-b099-2c87dc31f125
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-10T07:17:22.859Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.860Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.860Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:17:22.860Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.861Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Node template vFW eccd0221-48ef 0 is matching search criteria
2022-06-10T07:17:22.861Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW eccd0221-48ef 0] matching following query criteria: sdcType=VF, customizationUUID=98d5cb5b-ad05-4540-a9fe-22e44ce36792
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-10T07:17:22.869Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.869Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.870Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e6a8c000-ec71-46f6-885b-dd4143a65d11: vFW eccd0221-48ef
2022-06-10T07:17:22.870Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.871Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.871Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.871Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.872Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.873Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:17:22.873Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-06-10 07-13-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:17:22.873Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-06-10 07-13-48 
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-10T07:17:23.455Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eccd0221-48ef 682b593e-b570-4e48-811d-d41efe2a48b4 1 ASDC deployResourceStructure
2022-06-10T07:17:23.456Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json ASDC sendASDCNotification
2022-06-10T07:17:23.456Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json
2022-06-10T07:17:23.457Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:23.457Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:23.459Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:23.459Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845443456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:23.559Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:23.561Z||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-10T07:17:23.561Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:23.631Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:23.632Z||pool-14-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":3,"count":1}
2022-06-10T07:17:24.460Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-10T07:17:24.461Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml
2022-06-10T07:17:24.461Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:24.461Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:24.463Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:24.464Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845444460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:24.565Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:17:24.566Z||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-10T07:17:24.566Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:24.605Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:24.606Z||pool-15-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":3,"count":1}
2022-06-10T07:17:25.465Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-10T07:17:25.465Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env
2022-06-10T07:17:25.465Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:25.466Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:25.468Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:25.468Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845445465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:25.568Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:25.570Z||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-10T07:17:25.570Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:25.597Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:25.598Z||pool-16-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:17:26.469Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar ASDC sendASDCNotification
2022-06-10T07:17:26.470Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar
2022-06-10T07:17:26.470Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:17:26.471Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:17:26.473Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:17:26.474Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845446469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:17:26.574Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:17:26.575Z||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-10T07:17:26.575Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:17:26.616Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:17:26.617Z||pool-17-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:17:27.475Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:17:27.507Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:17:27.522Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:17:27.523Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:17:27.524Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:17:27.524Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:17:27.524Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:17:27.538Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:17:57.539Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 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-10T07:17:57.554Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 and serviceModelVersionId: e6a8c000-ec71-46f6-885b-dd4143a65d11
2022-06-10T07:17:57.555Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e
2022-06-10T07:18:05.361Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:18:05.363Z||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-10T07:18:05.363Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:05.413Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:05.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:18:05.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845419374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:18:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:18:14.905Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0
2022-06-10T07:18:15.030Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:18:15.560Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?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-10T07:18:15.567Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0|INFO|500||Invoke
2022-06-10T07:18:15.712Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:18:16.173Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0|INFO|500||InvokeReturn
2022-06-10T07:18:16.175Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa2c4cd9-40a9-4bfa-9a60-40a8d5aaaf3e/model-vers/model-ver/e6a8c000-ec71-46f6-885b-dd4143a65d11?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-07:18:15:664-53277], vertex-id=[385080], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:18:15 GMT], Content-Type=[application/json]}
2022-06-10T07:18:16.176Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:18:16.179Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:18:16.179Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-10T07:18:16.209Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-10T07:18:16.211Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 089cdafc-3bf3-4df6-90ba-712eaa7d73d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:18:16.212Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:18:16.213Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:16.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:16.216Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845496211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:18:16.316Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:18:16.318Z||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-10T07:18:16.318Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:16.344Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:16.344Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 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-10T07:18:17.264Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-10T07:18:17.265Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ec2bced-1c1e-4a8b-8711-0f2a2873d903","serviceName":"basic_onboard_ARTKSE","serviceVersion":"1.0","serviceUUID":"2b580873-81b4-4dc2-9082-9b8c824ba57b","serviceDescription":"service","serviceInvariantUUID":"b7892933-727d-4dc9-a148-cdabfa6a6665","resources":[{"resourceInstanceName":"basic_onboard_ARTKSE 0","resourceName":"basic_onboard_ARTKSE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"919b7162-f9b1-46de-af38-32c0953df517","resourceInvariantUUID":"6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d","resourceCustomizationUUID":"1c024fde-d07f-45d4-afe6-c0969d2f2818","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml","artifactChecksum":"NzM3NGJlMmVhNjYzZDZjNzMwMWQ2OWZkMzM0NDMzZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e27bbe7b-23c3-4ed4-9302-8de95062b9f6","artifactVersion":"1"},{"artifactName":"basic_onboard_artkse0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json","artifactChecksum":"OTYyZTljMDNjMzAzNmJlMDA5MGRjNjg1ZmUwZDM2ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b1e86e2-6366-4739-8301-7021d10620b2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"121f8215-0051-451a-917b-50f36caaa2bd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"725a680d-152d-4da4-ab1a-5f280a656efc","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4b092dcb-9350-4096-85bc-189e5cd23b05","artifactVersion":"2","generatedFromUUID":"121f8215-0051-451a-917b-50f36caaa2bd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardArtkse-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml","artifactChecksum":"MjAwZWU2M2E4ZTgxNWU4NDRiOGU2M2NlNzliMzM3NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"05221cb5-4a0b-474f-bff5-c351733da041","artifactVersion":"1"},{"artifactName":"service-BasicOnboardArtkse-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar","artifactChecksum":"OTM5YmZlNjMzMmZhOGI1YjMzMjc0MzVmYmVmNGVmZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"488f57a2-9b94-48e8-b275-01b9b4bf1c07","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:18:17.266Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:17.266Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:17.269Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:17.269Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:18:17.369Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:17.370Z||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-10T07:18:17.370Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:17.409Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:17.410Z||pool-19-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:18.270Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:18.271Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:18.273Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:18.274Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:18:18.374Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:18.375Z||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-10T07:18:18.375Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:18.403Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:18.403Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:19.274Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:19.276Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:19.279Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:19.279Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:18:19.379Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:19.380Z||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-10T07:18:19.380Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:19.408Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:19.408Z||pool-21-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:20.279Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:20.281Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:20.283Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:20.284Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:18:20.384Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:20.385Z||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-10T07:18:20.386Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:20.414Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:20.415Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:21.284Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:21.285Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:21.287Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:21.288Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-10T07:18:21.388Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:21.389Z||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-10T07:18:21.389Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:21.411Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:21.412Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:22.288Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:22.289Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:22.291Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:22.292Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:18:22.392Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:22.393Z||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-10T07:18:22.393Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:22.424Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:22.425Z||pool-24-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:23.292Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:18:23.294Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:23.297Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:23.298Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:18:23.398Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:23.400Z||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-10T07:18:23.400Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:23.446Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:23.447Z||pool-25-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:24.300Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "serviceName": "basic_onboard_ARTKSE",
  "serviceVersion": "1.0",
  "serviceUUID": "2b580873-81b4-4dc2-9082-9b8c824ba57b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7892933-727d-4dc9-a148-cdabfa6a6665",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ARTKSE 0",
      "resourceCustomizationUUID": "1c024fde-d07f-45d4-afe6-c0969d2f2818",
      "resourceName": "basic_onboard_ARTKSE",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "919b7162-f9b1-46de-af38-32c0953df517",
      "resourceInvariantUUID": "6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_artkse0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
          "artifactChecksum": "OTYyZTljMDNjMzAzNmJlMDA5MGRjNjg1ZmUwZDM2ZjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7b1e86e2-6366-4739-8301-7021d10620b2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "121f8215-0051-451a-917b-50f36caaa2bd",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4b092dcb-9350-4096-85bc-189e5cd23b05",
            "generatedFromUUID": "121f8215-0051-451a-917b-50f36caaa2bd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4b092dcb-9350-4096-85bc-189e5cd23b05",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardArtkse-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
      "artifactChecksum": "OTM5YmZlNjMzMmZhOGI1YjMzMjc0MzVmYmVmNGVmZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "488f57a2-9b94-48e8-b275-01b9b4bf1c07"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:18:24.300Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:18:24.300Z|089cdafc-3bf3-4df6-90ba-712eaa7d73d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2b580873-81b4-4dc2-9082-9b8c824ba57b ASDC
2022-06-10T07:18:24.301Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:1ec2bced-1c1e-4a8b-8711-0f2a2873d903
ServiceName:basic_onboard_ARTKSE
ServiceVersion:1.0
ServiceUUID:2b580873-81b4-4dc2-9082-9b8c824ba57b
ServiceInvariantUUID:b7892933-727d-4dc9-a148-cdabfa6a6665
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardArtkse-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
ArtifactUUID:488f57a2-9b94-48e8-b275-01b9b4bf1c07
ArtifactChecksum:OTM5YmZlNjMzMmZhOGI1YjMzMjc0MzVmYmVmNGVmZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ARTKSE 0
ResourceCustomizationUUID:1c024fde-d07f-45d4-afe6-c0969d2f2818
ResourceInvariantUUID:6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d
ResourceName:basic_onboard_ARTKSE
ResourceType:VF
ResourceUUID:919b7162-f9b1-46de-af38-32c0953df517
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_artkse0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
ArtifactUUID:7b1e86e2-6366-4739-8301-7021d10620b2
ArtifactChecksum:OTYyZTljMDNjMzAzNmJlMDA5MGRjNjg1ZmUwZDM2ZjE=
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/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
ArtifactUUID:121f8215-0051-451a-917b-50f36caaa2bd
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/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
ArtifactUUID:4b092dcb-9350-4096-85bc-189e5cd23b05
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/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
ArtifactUUID:4b092dcb-9350-4096-85bc-189e5cd23b05
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-10T07:18:24.301Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2b580873-81b4-4dc2-9082-9b8c824ba57b 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-10T07:18:24.386Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:18:24.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:18:24.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:18:24.388Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 488f57a2-9b94-48e8-b275-01b9b4bf1c07 from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:24.388Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:24.388Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:24.598Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:24.601Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar 488f57a2-9b94-48e8-b275-01b9b4bf1c07 71564
2022-06-10T07:18:24.602Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar ASDC sendASDCNotification
2022-06-10T07:18:24.602Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:24.602Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:24.603Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:24.605Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:24.605Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845504602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:18:24.705Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:24.706Z||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-10T07:18:24.707Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:24.746Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:24.747Z||pool-26-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:25.606Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:18:25.607Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-06-10T07:18:25.607Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 488f57a2-9b94-48e8-b275-01b9b4bf1c07, URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar to file: /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.608Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.608Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.608Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:25.748Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP60553724875702728/Definitions/service-BasicOnboardArtkse-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-10T07:18:27.102Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:18:27.103Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ARTKSE 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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.104Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||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-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.105Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.106Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.106Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.106Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:27.107Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-06-10T07:18:27.107Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.107Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.108Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.108Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:18:27.108Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:18:27.109Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.109Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.109Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.110Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-06-10T07:18:27.110Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:18:27.111Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.111Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.112Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.112Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is not matching search criteria
2022-06-10T07:18:27.112Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-10T07:18:27.113Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-10T07:18:27.113Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-10T07:18:27.114Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T07:18:27.114Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:18:27.114Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.115Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:18:27.115Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.116Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.116Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:27.116Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.117Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.117Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:27.117Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.118Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:27.118Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:27.119Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.119Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is not matching search criteria
2022-06-10T07:18:27.119Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-10T07:18:27.120Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T07:18:27.120Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5ed4fa36-f05a-484f-95c0-b33fe62956ae
2022-06-10T07:18:27.120Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.121Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.121Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.121Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.122Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.122Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.123Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:27.123Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:27.124Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ARTKSE
Description:service
Model UUID:2b580873-81b4-4dc2-9082-9b8c824ba57b
Model Version:NULL
Model InvariantUuid:b7892933-727d-4dc9-a148-cdabfa6a6665
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ARTKSE
Model UUID:a4b6a6ed-031d-44a8-8275-3ab22f85aa5d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6ae8230b-dbc1-4f5e-a8ca-aa15149cf71d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1c024fde-d07f-45d4-afe6-c0969d2f2818
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e27ccdc-74a0-48cf-8073-c2861e146c8c
ModelName:BasicOnboardArtkse..base_ubuntu18..module-0
ModelUuid:5a257c57-6ff2-46ee-85a1-7f069185c4aa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ed4fa36-f05a-484f-95c0-b33fe62956ae
ModelInvariantUuid:659cdfb6-c750-44c7-b302-40b8f9d95a97
ModelName:basic_onboard_ARTKSE-nodes.ubuntu18Cvfc
ModelUuid:1af309b9-e42e-43a7-b33a-49e464f97611
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e338074a-54f6-4204-b184-24f2956319cb
ModelInvariantUuid:a67699b0-bd3a-40bc-a0e4-a278e02e7b4f
ModelName:BasicOnboardArtkse.compute.nodes.heat.ubuntu18
ModelUuid:8498672b-d94c-4e52-8a3b-99ffd5efca88
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-10T07:18:27.170Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 919b7162-f9b1-46de-af38-32c0953df517
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-10T07:18:27.175Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||basic_onboard_ARTKSE 0
2022-06-10T07:18:27.175Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 919b7162-f9b1-46de-af38-32c0953df517
2022-06-10T07:18:27.176Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7b1e86e2-6366-4739-8301-7021d10620b2 from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:27.176Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:27.176Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:27.272Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:27.273Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json 7b1e86e2-6366-4739-8301-7021d10620b2 798
2022-06-10T07:18:27.274Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json ASDC sendASDCNotification
2022-06-10T07:18:27.274Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:27.274Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:27.275Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:27.277Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:27.277Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845507274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:18:27.377Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:27.379Z||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-10T07:18:27.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:27.407Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:27.408Z||pool-27-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:28.278Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardArtkse..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5e27ccdc-74a0-48cf-8073-c2861e146c8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a257c57-6ff2-46ee-85a1-7f069185c4aa",
    "vfModuleModelCustomizationUUID": "7d80168f-393a-4ba3-b808-4a79a296cec0",
    "isBase": true,
    "artifacts": [
      "121f8215-0051-451a-917b-50f36caaa2bd",
      "4b092dcb-9350-4096-85bc-189e5cd23b05"
    ],
    "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-10T07:18:28.283Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardArtkse..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a257c57-6ff2-46ee-85a1-7f069185c4aa
VfModuleModelInvariantUUID:5e27ccdc-74a0-48cf-8073-c2861e146c8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
121f8215-0051-451a-917b-50f36caaa2bd
,
4b092dcb-9350-4096-85bc-189e5cd23b05

}
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-10T07:18:28.285Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardArtkse..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "5e27ccdc-74a0-48cf-8073-c2861e146c8c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5a257c57-6ff2-46ee-85a1-7f069185c4aa",
    "vfModuleModelCustomizationUUID": "7d80168f-393a-4ba3-b808-4a79a296cec0",
    "isBase": true,
    "artifacts": [
      "121f8215-0051-451a-917b-50f36caaa2bd",
      "4b092dcb-9350-4096-85bc-189e5cd23b05"
    ],
    "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-10T07:18:28.285Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardArtkse..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5a257c57-6ff2-46ee-85a1-7f069185c4aa
VfModuleModelInvariantUUID:5e27ccdc-74a0-48cf-8073-c2861e146c8c
VfModuleModelDescription:NULL
Artifacts UUID List:{
121f8215-0051-451a-917b-50f36caaa2bd
,
4b092dcb-9350-4096-85bc-189e5cd23b05

}
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-10T07:18:28.286Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 121f8215-0051-451a-917b-50f36caaa2bd from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:28.286Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:28.286Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:28.517Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml 121f8215-0051-451a-917b-50f36caaa2bd 5033
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:28.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:28.519Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:28.521Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:28.521Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845508518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:18:28.621Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:18:28.622Z||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-10T07:18:28.623Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:28.650Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:28.651Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:29.522Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4b092dcb-9350-4096-85bc-189e5cd23b05 from URL: /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:29.524Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-06-10T07:18:29.525Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:29.939Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-06-10T07:18:29.940Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env 4b092dcb-9350-4096-85bc-189e5cd23b05 909
2022-06-10T07:18:29.940Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-10T07:18:29.941Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:29.941Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:18:29.942Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:29.945Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:29.945Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845509940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:18:30.045Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:30.046Z||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-10T07:18:30.046Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:30.090Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:30.091Z||pool-29-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:30.947Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2b580873-81b4-4dc2-9082-9b8c824ba57b
2022-06-10T07:18:30.947Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ARTKSE 0 919b7162-f9b1-46de-af38-32c0953df517 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-10T07:18:30.976Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39f3d92e, org.onap.sdc.toscaparser.api.parameters.Input@27d902b6, org.onap.sdc.toscaparser.api.parameters.Input@3c67b58b, org.onap.sdc.toscaparser.api.parameters.Input@327f5223, org.onap.sdc.toscaparser.api.parameters.Input@1562d7eb]
2022-06-10T07:18:30.978Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:30.978Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:30.978Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-06-10T07:18:30.979Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1c024fde-d07f-45d4-afe6-c0969d2f2818
2022-06-10T07:18:30.979Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1c024fde-d07f-45d4-afe6-c0969d2f2818 matches Tosca VF Customization UUID: 1c024fde-d07f-45d4-afe6-c0969d2f2818
2022-06-10T07:18:30.979Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1c024fde-d07f-45d4-afe6-c0969d2f2818  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-10T07:18:30.985Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:30.985Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:30.986Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1c024fde-d07f-45d4-afe6-c0969d2f2818: {\"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-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33ad3975
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d80168f-393a-4ba3-b808-4a79a296cec0
2022-06-10T07:18:30.987Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d80168f-393a-4ba3-b808-4a79a296cec0
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-10T07:18:31.002Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.003Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.003Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:31.003Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is not matching search criteria
2022-06-10T07:18:31.005Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-10T07:18:31.005Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-10T07:18:31.005Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5ed4fa36-f05a-484f-95c0-b33fe62956ae
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-10T07:18:31.030Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.030Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.031Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:18:31.031Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.031Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ARTKSE 0 is matching search criteria
2022-06-10T07:18:31.032Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ARTKSE 0] matching following query criteria: sdcType=VF, customizationUUID=1c024fde-d07f-45d4-afe6-c0969d2f2818
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-10T07:18:31.046Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2b580873-81b4-4dc2-9082-9b8c824ba57b: basic_onboard_ARTKSE
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.047Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.048Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ARTKSE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:18:31.049Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ARTKSE 
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-10T07:18:31.309Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ARTKSE 919b7162-f9b1-46de-af38-32c0953df517 1 ASDC deployResourceStructure
2022-06-10T07:18:31.309Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json ASDC sendASDCNotification
2022-06-10T07:18:31.310Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json
2022-06-10T07:18:31.310Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:31.310Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:31.312Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:31.312Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845511309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:18:31.413Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:31.414Z||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-10T07:18:31.414Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:31.455Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:31.456Z||pool-30-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:18:32.314Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-10T07:18:32.314Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml
2022-06-10T07:18:32.315Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:32.315Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:32.317Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:32.318Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845512314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:18:32.418Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:32.419Z||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-10T07:18:32.419Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:32.451Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:32.452Z||pool-31-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:33.319Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-10T07:18:33.319Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env
2022-06-10T07:18:33.320Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:33.320Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:33.323Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:33.323Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845513318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:18:33.423Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:33.424Z||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-10T07:18:33.424Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:33.471Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:33.472Z||pool-32-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:18:34.324Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar ASDC sendASDCNotification
2022-06-10T07:18:34.325Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar
2022-06-10T07:18:34.326Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:18:34.326Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:18:34.328Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:18:34.329Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845514324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:18:34.429Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:18:34.430Z||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-10T07:18:34.430Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:18:34.457Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:18:34.458Z||pool-33-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:18:35.330Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:18:35.349Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:18:35.353Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:18:35.353Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:18:35.353Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:19:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:19:05.343Z||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-10T07:19:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:19:05.354Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:19:05.384Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:19:05.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:19:05.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:19:05.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:19:05.419Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:19:05.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:19:05.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845421793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:19:05.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:19:35.387Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:19:35.407Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:19:35.412Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:19:35.412Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:19:35.413Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:20:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:20:05.343Z||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-10T07:20:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:20:05.397Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:20:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845424881,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845419875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845419374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845421793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654845419875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845426574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845419374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845421793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845427765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845426574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845421793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845427383,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654845428770,
  "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-10T07:20:05.413Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.418Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T07:20:05.418Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:20:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845426574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "cds",
  "timestamp": 1654845428391,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-10T07:20:05.439Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.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=?
2022-06-10T07:20:05.443Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:20:05.443Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:20:05.443Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:20:05.446Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.446Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845429853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845426574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845430859,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845426574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "policy-id",
  "timestamp": 1654845431862,
  "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-10T07:20:05.472Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845426574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845426574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:20:05.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845433672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845434522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845435735,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845437011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845438097,
  "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-10T07:20:05.505Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.506Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845437842,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.518Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654845439106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845439382,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "aai-ml",
  "timestamp": 1654845438879,
  "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-10T07:20:05.527Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
2022-06-10T07:20:05.528Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:20:05.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845440505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845441719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845443456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/vfweccd022148ef0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845444460,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845445465,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/resourceInstances/vfweccd022148ef0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845446469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220610071348/1.0/artifacts/service-Vfw20220610071348-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:20:05.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:20:35.444Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:20:35.490Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:20:35.497Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:20:35.497Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:20:35.498Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:20:35.499Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:20:35.499Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:20:35.499Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:20:35.505Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:21:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:05.343Z||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-10T07:21:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:05.506Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 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-10T07:21:05.516Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 and serviceModelVersionId: 2b580873-81b4-4dc2-9082-9b8c824ba57b
2022-06-10T07:21:05.516Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7892933-727d-4dc9-a148-cdabfa6a6665
2022-06-10T07:21:05.518Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0
2022-06-10T07:21:05.523Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:21:05.585Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|INFO|500||Invoke
2022-06-10T07:21:05.585Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ec2bced-1c1e-4a8b-8711-0f2a2873d903], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[363dee29-e9bb-4c71-9866-7fdf242ddf63], X-ECOMP-RequestID=[1ec2bced-1c1e-4a8b-8711-0f2a2873d903], X-TransactionId=[], X-ONAP-RequestID=[1ec2bced-1c1e-4a8b-8711-0f2a2873d903], Content-Type=[application/merge-patch+json]}
2022-06-10T07:21:05.616Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:21:05.883Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:21:05.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "089cdafc-3bf3-4df6-90ba-712eaa7d73d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845496211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:21:05.884Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?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/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-07:21:05:564-93732], vertex-id=[209088], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:21:05 GMT], Content-Type=[application/json]}
2022-06-10T07:21:05.885Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:21:05.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.885Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7892933-727d-4dc9-a148-cdabfa6a6665/model-vers/model-ver/2b580873-81b4-4dc2-9082-9b8c824ba57b?depth=0|INFO|500||InvokeReturn
2022-06-10T07:21:05.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:21:05.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:21:05.886Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:21:05.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:21:05.887Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
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-10T07:21:05.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845425336,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845504602,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845507274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845508518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845509940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845511309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/basic_onboard_artkse0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845512314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845513318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/resourceInstances/basic_onboard_artkse0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845514324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardArtkse/1.0/artifacts/service-BasicOnboardArtkse-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:21:05.893Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:21:05.899Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-10T07:21:05.899Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ec2bced-1c1e-4a8b-8711-0f2a2873d903 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:21:05.900Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:21:05.900Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:21:05.903Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:21:05.903Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845665900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:21:06.003Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:21:06.004Z||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-10T07:21:06.004Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:06.028Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:21:06.030Z||pool-34-thread-1|||||INFO|500||cambria reply ok (27 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-10T07:21:06.941Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:06.942Z||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-10T07:21:06.942Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:17.382Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:21:17.383Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:17.384Z||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-10T07:21:17.384Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:26.957Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:21:26.957Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:26.958Z||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-10T07:21:26.958Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:36.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:21:36.538Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:21:36.539Z||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-10T07:21:36.539Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:21:46.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:22:05.336Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:22:05.337Z||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-10T07:22:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:22:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:22:05.342Z||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-10T07:22:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:22:06.014Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:22:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-10T07:22:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1ec2bced-1c1e-4a8b-8711-0f2a2873d903",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654845665900,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:22:06.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:22:14.921Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:23:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:23:05.337Z||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-10T07:23:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:23:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:23:05.342Z||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-10T07:23:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:23:14.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:23:14.989Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:24:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:24:05.337Z||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-10T07:24:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:24:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:24:05.342Z||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-10T07:24:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:24:14.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:24:14.925Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:25:05.338Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:25:05.339Z||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-10T07:25:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:25:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:25:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T07:25:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:25:14.944Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:25:14.944Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:26:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:26:05.337Z||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-10T07:26:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:26:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:26:05.342Z||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-10T07:26:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:26:14.956Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:26:14.981Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:27:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:27:05.337Z||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-10T07:27:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:27:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:27:05.342Z||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-10T07:27:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:27:14.918Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:27:14.925Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:28:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:28:05.337Z||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-10T07:28:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:28:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:28:05.342Z||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-10T07:28:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:28:14.964Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:28:14.965Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:29:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:29:05.339Z||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-10T07:29:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:29:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:29:05.342Z||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-10T07:29:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:29:14.982Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:29:15.017Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:30:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:30:05.338Z||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-10T07:30:05.338Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:30:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:30:05.342Z||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-10T07:30:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:30:14.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:30:15.027Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:05.336Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:31:05.337Z||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-10T07:31:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:31:05.342Z||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-10T07:31:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:06.024Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:06.024Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:06.025Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.025Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846219878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"daeb2acf-211b-4b1a-af9a-6c888164d9b2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7267e685-a3b8-4cfe-b998-ed493cb90a03","serviceDescription":"service","serviceInvariantUUID":"fa6eb7a8-5daf-4efd-92d2-8049de8047ed","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5410727e-02c4-4de5-bed7-0b3d193b13fd","resourceInvariantUUID":"054d9c40-d503-4ba1-b887-0a3b10a5c15a","resourceCustomizationUUID":"ba1d1f76-9284-4eb0-bd8a-c743d0ffcaf1","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":"NWZkODEyODc4YzQ5NjMyYWJlMTAzZDE5ZjdmNjY5OTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e3f0172-7597-4a0b-a70a-258abd8f2316","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzE4NDFiZTUwNDY2MzYyNTQ0ZjMxNzhhNjk5N2MwZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"edfa5dc3-e3d2-4271-b4d8-65555dab34a4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:31:06.027Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "policy-id",
  "timestamp": 1654846221793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "cds",
  "timestamp": 1654846214374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846219878,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "policy-id",
  "timestamp": 1654846221793,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "cds",
  "timestamp": 1654846214374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:31:06.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846224477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "aai-ml",
  "timestamp": 1654846223678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846224477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "cds",
  "timestamp": 1654846225374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "aai-ml",
  "timestamp": 1654846223678,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "policy-id",
  "timestamp": 1654846226592,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846226580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846227450,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "cds",
  "timestamp": 1654846226383,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-10T07:31:06.040Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:31:06.041Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:31:06.045Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:06.045Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846265336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T07:31:06.077Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:06.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "policy-id",
  "timestamp": 1654846227598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:31:06.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "aai-ml",
  "timestamp": 1654846226750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846226580,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "policy-id",
  "timestamp": 1654846228601,
  "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-10T07:31:06.132Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.132Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:06.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846229418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:31:06.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.145Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:06.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846230428,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
2022-06-10T07:31:06.146Z||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-10T07:31:06.146Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10T07:31:06.173Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.174Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:06.194Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.194Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "aai-ml",
  "timestamp": 1654846233077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:31:06.195Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:31:06.195Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:31:06.195Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "aai-ml",
  "timestamp": 1654846234083,
  "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-10T07:31:06.203Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:06.204Z||pool-35-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:31:06.207Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of daeb2acf-211b-4b1a-af9a-6c888164d9b2
2022-06-10T07:31:06.207Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:07.048Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:31:07.049Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:31:07.052Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:07.052Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846265336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:31:07.152Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:07.153Z||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-10T07:31:07.153Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:07.195Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:07.195Z||pool-36-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:31:08.053Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7267e685-a3b8-4cfe-b998-ed493cb90a03",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fa6eb7a8-5daf-4efd-92d2-8049de8047ed",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ba1d1f76-9284-4eb0-bd8a-c743d0ffcaf1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "5410727e-02c4-4de5-bed7-0b3d193b13fd",
      "resourceInvariantUUID": "054d9c40-d503-4ba1-b887-0a3b10a5c15a",
      "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": "MzE4NDFiZTUwNDY2MzYyNTQ0ZjMxNzhhNjk5N2MwZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "edfa5dc3-e3d2-4271-b4d8-65555dab34a4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:31:08.054Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:31:08.054Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7267e685-a3b8-4cfe-b998-ed493cb90a03 ASDC
2022-06-10T07:31:08.055Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:daeb2acf-211b-4b1a-af9a-6c888164d9b2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7267e685-a3b8-4cfe-b998-ed493cb90a03
ServiceInvariantUUID:fa6eb7a8-5daf-4efd-92d2-8049de8047ed
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:edfa5dc3-e3d2-4271-b4d8-65555dab34a4
ArtifactChecksum:MzE4NDFiZTUwNDY2MzYyNTQ0ZjMxNzhhNjk5N2MwZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ba1d1f76-9284-4eb0-bd8a-c743d0ffcaf1
ResourceInvariantUUID:054d9c40-d503-4ba1-b887-0a3b10a5c15a
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:5410727e-02c4-4de5-bed7-0b3d193b13fd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-10T07:31:08.055Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7267e685-a3b8-4cfe-b998-ed493cb90a03 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-10T07:31:08.144Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: edfa5dc3-e3d2-4271-b4d8-65555dab34a4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T07:31:08.146Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:31:08.147Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T07:31:08.473Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:31:08.475Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar edfa5dc3-e3d2-4271-b4d8-65555dab34a4 52504
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:31:08.476Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:31:08.479Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:08.479Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846268475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:31:08.579Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:08.581Z||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-10T07:31:08.581Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:08.624Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:08.625Z||pool-37-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:31:09.480Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:31:09.481Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:31:09.481Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: edfa5dc3-e3d2-4271-b4d8-65555dab34a4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:09.482Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-10T07:31:09.482Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:09.482Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:09.752Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5493766381002256422/Definitions/service-BasicNetwork-template.yml
2022-06-10T07:31:10.295Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.296Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.297Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.298Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.299Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.300Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.301Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7267e685-a3b8-4cfe-b998-ed493cb90a03
Model Version:NULL
Model InvariantUuid:fa6eb7a8-5daf-4efd-92d2-8049de8047ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:054d9c40-d503-4ba1-b887-0a3b10a5c15a
Model UUID:e7906f5b-c103-4425-ac34-a10fe53fbe75
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ba1d1f76-9284-4eb0-bd8a-c743d0ffcaf1
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-10T07:31:10.313Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 5410727e-02c4-4de5-bed7-0b3d193b13fd
2022-06-10T07:31:10.313Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||No resources found for Service: 7267e685-a3b8-4cfe-b998-ed493cb90a03
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-10T07:31:10.320Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||
2022-06-10T07:31:10.320Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-10T07:31:10.321Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 7267e685-a3b8-4cfe-b998-ed493cb90a03
2022-06-10T07:31:10.321Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 7267e685-a3b8-4cfe-b998-ed493cb90a03
2022-06-10T07:31:10.322Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-10T07:31:10.322Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-10T07:31:10.331Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60e8c771, org.onap.sdc.toscaparser.api.parameters.Input@2916dbcf, org.onap.sdc.toscaparser.api.parameters.Input@6f28dd6, org.onap.sdc.toscaparser.api.parameters.Input@1a3ee648, org.onap.sdc.toscaparser.api.parameters.Input@3c4b6931]
2022-06-10T07:31:10.335Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.335Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.335Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.336Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.336Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 7267e685-a3b8-4cfe-b998-ed493cb90a03: Generic NeutronNet
2022-06-10T07:31:10.336Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.336Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.337Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.337Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-10T07:31:10.387Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.387Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.388Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.388Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.388Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:31:10.388Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:31:10.388Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||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-10T07:31:10.467Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-10T07:31:10.467Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-10T07:31:10.467Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-10T07:31:10.468Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:31:10.468Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:31:10.471Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:10.471Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846270467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:31:10.571Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:10.573Z||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-10T07:31:10.573Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:10.600Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:10.601Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:31:11.472Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: daeb2acf-211b-4b1a-af9a-6c888164d9b2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:31:11.495Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: daeb2acf-211b-4b1a-af9a-6c888164d9b2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:31:11.505Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:31:11.506Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:31:11.506Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:31:11.506Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:31:11.507Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:31:11.507Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:31:11.512Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:31:11.512Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:31:11.512Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:31:11.512Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:31:11.520Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:31:41.521Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: daeb2acf-211b-4b1a-af9a-6c888164d9b2 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-10T07:31:41.535Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: daeb2acf-211b-4b1a-af9a-6c888164d9b2 and serviceModelVersionId: 7267e685-a3b8-4cfe-b998-ed493cb90a03
2022-06-10T07:31:41.535Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa6eb7a8-5daf-4efd-92d2-8049de8047ed
2022-06-10T07:31:41.537Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0
2022-06-10T07:31:41.542Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:31:41.603Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0|INFO|500||Invoke
2022-06-10T07:31:41.603Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[daeb2acf-211b-4b1a-af9a-6c888164d9b2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0842f662-9c01-4508-bc3b-c7b36c6f2b4e], X-ECOMP-RequestID=[daeb2acf-211b-4b1a-af9a-6c888164d9b2], X-TransactionId=[], X-ONAP-RequestID=[daeb2acf-211b-4b1a-af9a-6c888164d9b2], Content-Type=[application/merge-patch+json]}
2022-06-10T07:31:41.628Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:31:41.968Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?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/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-07:31:41:579-35408], vertex-id=[221376], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:31:41 GMT], Content-Type=[application/json]}
2022-06-10T07:31:41.968Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:31:41.969Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa6eb7a8-5daf-4efd-92d2-8049de8047ed/model-vers/model-ver/7267e685-a3b8-4cfe-b998-ed493cb90a03?depth=0|INFO|500||InvokeReturn
2022-06-10T07:31:41.970Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:31:41.970Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||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-10T07:31:41.977Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-10T07:31:41.978Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID daeb2acf-211b-4b1a-af9a-6c888164d9b2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:31:41.978Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:31:41.978Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:31:41.981Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:31:41.981Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846301978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:31:42.081Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:31:42.082Z||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-10T07:31:42.082Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:31:42.142Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:31:42.144Z||pool-39-thread-1|||||INFO|500||cambria reply ok (63 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-10T07:32:05.336Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:32:05.338Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|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-10T07:32:05.338Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:32:05.342Z||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-10T07:32:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:05.635Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:05.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:32:05.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846265336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:05.637Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:32:06.096Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:06.098Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-10T07:32:06.098Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84","serviceName":"Demo_pNF_JKZqAmLRNwaqugthM3u2","serviceVersion":"1.0","serviceUUID":"30f11341-7ed5-4f18-ba7b-c8298378ba27","serviceDescription":"catalog service description","serviceInvariantUUID":"a9a3ed2d-be6f-460c-8209-de5546293470","resources":[{"resourceInstanceName":"pNF 454b8d81-c40f 0","resourceName":"pNF 454b8d81-c40f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ac4f3a6e-c087-4570-bf11-b4e65a2f975b","resourceInvariantUUID":"fb4e443f-c18d-409d-950f-2dc495a9c865","resourceCustomizationUUID":"de7b770b-940a-4cb1-9f8d-d97becb2d8f3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml","artifactChecksum":"YTQzN2IxYWVjYmEzNWQ0ZGI4YmUwZGM4OTNkMmFiZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19ece189-ac4d-44cf-9f84-5081a05c10f4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar","artifactChecksum":"MTdmN2IwODg1NWViNTg0MzhiYjA5NTc1OGY0NTgwY2I\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0760d42c-523c-4f48-ac61-393f84faecba","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32b9cc66-0433-4181-9d16-e3d1c6178aac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml","artifactChecksum":"MjlkNzBlZGZmYTI1MjQ0MzM5YmQzMTE0YmI5Y2EzZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5386196a-e9ef-40ca-ba8b-61807817e4f2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6af0f6ae-2562-4335-999c-8ff01f08df3b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d910aee8-d944-4e32-ae03-ccd3983d046a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml","artifactChecksum":"YTYzOTgzYzFhOTJkMTMyZmEwZTI0NDA3ZTAxNzE1YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6716f1d2-d9bc-4e13-b7cc-c19c8a4072c6","artifactVersion":"1"},{"artifactName":"service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar","artifactChecksum":"NjEyNjIxZGNkZGIwOGM0ZTdlNGNlY2E4ZTI1ZDRhMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"451364ab-7b2b-4e86-8c66-35673b677507","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:32:06.100Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:06.101Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:06.103Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:06.103Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:06.204Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:32:06.205Z||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-10T07:32:06.205Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:06.250Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:06.250Z||pool-40-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:32:07.105Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:07.106Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:07.108Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:07.108Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:07.209Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:32:07.210Z||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-10T07:32:07.210Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:07.299Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:07.299Z||pool-41-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:32:08.110Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:08.112Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:08.114Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:08.114Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:08.215Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:32:08.216Z||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-10T07:32:08.216Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:08.249Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:08.250Z||pool-42-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:32:09.115Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:09.117Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:09.119Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:09.119Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:09.219Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:32:09.220Z||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-10T07:32:09.221Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:09.270Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:09.271Z||pool-43-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:32:10.120Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:10.122Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:10.124Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:10.124Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:10.225Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:32:10.226Z||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-10T07:32:10.226Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:10.363Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:10.363Z||pool-44-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:32:11.125Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:11.126Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:11.130Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:11.130Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:11.231Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:32:11.232Z||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-10T07:32:11.232Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:11.304Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:11.305Z||pool-45-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:32:12.131Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:12.132Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:12.135Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:12.135Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:32:12.235Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:32:12.236Z||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-10T07:32:12.236Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:12.285Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:12.286Z||pool-46-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:32:13.136Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:32:13.137Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:13.139Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:13.139Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:32:13.239Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:32:13.240Z||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-10T07:32:13.240Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:13.280Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:13.281Z||pool-47-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:32:14.140Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "serviceName": "Demo_pNF_JKZqAmLRNwaqugthM3u2",
  "serviceVersion": "1.0",
  "serviceUUID": "30f11341-7ed5-4f18-ba7b-c8298378ba27",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a9a3ed2d-be6f-460c-8209-de5546293470",
  "resources": [
    {
      "resourceInstanceName": "pNF 454b8d81-c40f 0",
      "resourceCustomizationUUID": "de7b770b-940a-4cb1-9f8d-d97becb2d8f3",
      "resourceName": "pNF 454b8d81-c40f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ac4f3a6e-c087-4570-bf11-b4e65a2f975b",
      "resourceInvariantUUID": "fb4e443f-c18d-409d-950f-2dc495a9c865",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
      "artifactChecksum": "NjEyNjIxZGNkZGIwOGM0ZTdlNGNlY2E4ZTI1ZDRhMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "451364ab-7b2b-4e86-8c66-35673b677507"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:32:14.141Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:32:14.141Z|daeb2acf-211b-4b1a-af9a-6c888164d9b2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 30f11341-7ed5-4f18-ba7b-c8298378ba27 ASDC
2022-06-10T07:32:14.142Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
ServiceName:Demo_pNF_JKZqAmLRNwaqugthM3u2
ServiceVersion:1.0
ServiceUUID:30f11341-7ed5-4f18-ba7b-c8298378ba27
ServiceInvariantUUID:a9a3ed2d-be6f-460c-8209-de5546293470
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
ArtifactUUID:451364ab-7b2b-4e86-8c66-35673b677507
ArtifactChecksum:NjEyNjIxZGNkZGIwOGM0ZTdlNGNlY2E4ZTI1ZDRhMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 454b8d81-c40f 0
ResourceCustomizationUUID:de7b770b-940a-4cb1-9f8d-d97becb2d8f3
ResourceInvariantUUID:fb4e443f-c18d-409d-950f-2dc495a9c865
ResourceName:pNF 454b8d81-c40f
ResourceType:PNF
ResourceUUID:ac4f3a6e-c087-4570-bf11-b4e65a2f975b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-10T07:32:14.142Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30f11341-7ed5-4f18-ba7b-c8298378ba27 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-10T07:32:14.198Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:32:14.199Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:32:14.199Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:32:14.199Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 451364ab-7b2b-4e86-8c66-35673b677507 from URL: /sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:14.199Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:32:14.200Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:14.448Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:32:14.452Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar 451364ab-7b2b-4e86-8c66-35673b677507 82647
2022-06-10T07:32:14.453Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar ASDC sendASDCNotification
2022-06-10T07:32:14.453Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:14.453Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:32:14.454Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:14.456Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:14.457Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846334453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:32:14.557Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:32:14.558Z||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-10T07:32:14.558Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:14.618Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:14.618Z||pool-48-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:32:15.457Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:32:15.459Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:32:15.459Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 451364ab-7b2b-4e86-8c66-35673b677507, URL: /sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar to file: /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:15.460Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:15.460Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:15.460Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:15.576Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16025955249284410387/Definitions/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml
2022-06-10T07:32:16.452Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:32:16.453Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:32:16.453Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.453Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-10T07:32:16.454Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.454Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.454Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.454Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.454Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.455Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 454b8d81-c40f 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-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.455Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.455Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:32:16.455Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.455Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.456Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Node template pNF 454b8d81-c40f 0 is matching search criteria
2022-06-10T07:32:16.456Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:32:16.456Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 454b8d81-c40f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:32:16.456Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.456Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.457Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Node template pNF 454b8d81-c40f 0 is matching search criteria
2022-06-10T07:32:16.457Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:32:16.457Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 454b8d81-c40f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:32:16.457Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.458Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.458Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.458Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.458Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.458Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.459Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.459Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.459Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.459Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.459Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_JKZqAmLRNwaqugthM3u2
Description:catalog service description
Model UUID:30f11341-7ed5-4f18-ba7b-c8298378ba27
Model Version:NULL
Model InvariantUuid:a9a3ed2d-be6f-460c-8209-de5546293470
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-10T07:32:16.479Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ac4f3a6e-c087-4570-bf11-b4e65a2f975b
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-10T07:32:16.487Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||pNF 454b8d81-c40f 0
2022-06-10T07:32:16.488Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ac4f3a6e-c087-4570-bf11-b4e65a2f975b
2022-06-10T07:32:16.488Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 30f11341-7ed5-4f18-ba7b-c8298378ba27
2022-06-10T07:32:16.488Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 30f11341-7ed5-4f18-ba7b-c8298378ba27
2022-06-10T07:32:16.488Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 454b8d81-c40f 0 ac4f3a6e-c087-4570-bf11-b4e65a2f975b 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-10T07:32:16.494Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41e5325a, org.onap.sdc.toscaparser.api.parameters.Input@25f6c3a2, org.onap.sdc.toscaparser.api.parameters.Input@53c47ef, org.onap.sdc.toscaparser.api.parameters.Input@74593532, org.onap.sdc.toscaparser.api.parameters.Input@1c46be01]
2022-06-10T07:32:16.494Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.494Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.494Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 30f11341-7ed5-4f18-ba7b-c8298378ba27: pNF 454b8d81-c40f
2022-06-10T07:32:16.495Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||Processing PNF resource: ac4f3a6e-c087-4570-bf11-b4e65a2f975b
2022-06-10T07:32:16.495Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:32:16.495Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_JKZqAmLRNwaqugthM3u2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:32:16.495Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||Resource customization UUID: de7b770b-940a-4cb1-9f8d-d97becb2d8f3 is the same as notified resource customizationUUID: de7b770b-940a-4cb1-9f8d-d97becb2d8f3
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-10T07:32:16.583Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 454b8d81-c40f ac4f3a6e-c087-4570-bf11-b4e65a2f975b 0 ASDC deployResourceStructure
2022-06-10T07:32:16.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar ASDC sendASDCNotification
2022-06-10T07:32:16.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar
2022-06-10T07:32:16.585Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:32:16.585Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:32:16.587Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:32:16.588Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846336584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:32:16.688Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:32:16.689Z||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-10T07:32:16.689Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:32:16.715Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:32:16.716Z||pool-49-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:32:17.589Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:32:17.611Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:32:17.616Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:32:17.616Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:32:17.616Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:32:47.617Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:32:47.638Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:32:47.642Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:32:47.643Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:32:47.643Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:33:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:33:05.343Z||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-10T07:33:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:33:05.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:33:05.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846265336,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:33:05.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846268475,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:33:05.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:33:05.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846270467,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:33:05.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:33:05.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "daeb2acf-211b-4b1a-af9a-6c888164d9b2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846301978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:33:05.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:33:05.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846306576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846304374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846320828,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846314477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:33:05.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846313680,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:33:05.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "cds",
  "timestamp": 1654846321837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-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-10T07:33:05.442Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
2022-06-10T07:33:05.442Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 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-10T07:33:05.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.476Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846323470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846322705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846322847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:33:05.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:33:05.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:33:17.643Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:33:17.664Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:33:17.667Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:33:17.668Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:33:17.668Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:33:47.668Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:33:50.479Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:33:50.511Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:33:50.511Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:33:50.512Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:34:05.342Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:34:05.343Z||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-10T07:34:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:34:05.389Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:34:05.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-10T07:34:05.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:34:05.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:34:20.512Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:34:20.524Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:34:20.527Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:34:20.527Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:34:20.527Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:34:50.527Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:34:50.543Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:34:50.559Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:34:50.559Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:34:50.559Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:35:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:35:05.343Z||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-10T07:35:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:05.447Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:05.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846322847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846325857,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.471Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846322847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846326863,
  "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-10T07:35:05.492Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
2022-06-10T07:35:05.496Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 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-10T07:35:05.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846326574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846322847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.514Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.514Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846326574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846319875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846322847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.516Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846326574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846321793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.517Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846322847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846329382,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.518Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846326574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846330687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846322847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846326574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846330803,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/resourceInstances/pnf454b8d81c40f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.521Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846331692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846330945,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.522Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846331065,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.523Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846326574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846331813,
  "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-10T07:35:05.531Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
2022-06-10T07:35:05.531Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 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-10T07:35:05.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "policy-id",
  "timestamp": 1654846332697,
  "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-10T07:35:05.551Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
2022-06-10T07:35:05.551Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 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-10T07:35:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.565Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.565Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.565Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "cds",
  "timestamp": 1654846331953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T07:35:05.587Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
2022-06-10T07:35:05.588Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 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-10T07:35:05.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "aai-ml",
  "timestamp": 1654846332073,
  "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-10T07:35:05.622Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
2022-06-10T07:35:05.622Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 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-10T07:35:05.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846326574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846334453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.645Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846334586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846335930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846336584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJkzqamlrnwaqugthm3u2/1.0/artifacts/service-DemoPnfJkzqamlrnwaqugthm3u2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846337111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.647Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846338157,
  "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-10T07:35:05.658Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
2022-06-10T07:35:05.659Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 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-10T07:35:05.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846339208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.688Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846334374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846344546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.696Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "cds",
  "timestamp": 1654846345557,
  "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-10T07:35:05.736Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 17b12556-383c-4acc-8c48-99ca539c72c4
2022-06-10T07:35:05.737Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b12556-383c-4acc-8c48-99ca539c72c4 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-10T07:35:05.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846349730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846350738,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "policy-id",
  "timestamp": 1654846351743,
  "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-10T07:35:05.785Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
2022-06-10T07:35:05.786Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 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-10T07:35:05.798Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.799Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.799Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.799Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846352555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.800Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.800Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846351622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.803Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.803Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.803Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.804Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846346574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846355358,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654846339877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.807Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846356381,
  "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-10T07:35:05.816Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
2022-06-10T07:35:05.817Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 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-10T07:35:05.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846356502,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.833Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846357614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846358712,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846359885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846341791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846361083,
  "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-10T07:35:05.850Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b12556-383c-4acc-8c48-99ca539c72c4
2022-06-10T07:35:05.851Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b12556-383c-4acc-8c48-99ca539c72c4 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-10T07:35:05.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846362021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654846362094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.870Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.871Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846363025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.872Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846362448,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "policy-id",
  "timestamp": 1654846364028,
  "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-10T07:35:05.881Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 17b12556-383c-4acc-8c48-99ca539c72c4
2022-06-10T07:35:05.881Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b12556-383c-4acc-8c48-99ca539c72c4 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-10T07:35:05.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "aai-ml",
  "timestamp": 1654846363452,
  "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-10T07:35:05.897Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
2022-06-10T07:35:05.897Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 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-10T07:35:05.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846344477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846366585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.913Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.913Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.914Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846369136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:35:05.915Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:05.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.915Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.915Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.915Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654846370142,
  "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-10T07:35:05.922Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 17b12556-383c-4acc-8c48-99ca539c72c4
2022-06-10T07:35:05.922Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b12556-383c-4acc-8c48-99ca539c72c4 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-10T07:35:05.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:05.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846343678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:05.941Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:35:05.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:35:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846373674,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:35:05.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:35:20.560Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:35:20.579Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:35:20.583Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:35:20.584Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:35:20.585Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:35:20.585Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:35:20.599Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:35:50.599Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 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-10T07:35:50.606Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 and serviceModelVersionId: 30f11341-7ed5-4f18-ba7b-c8298378ba27
2022-06-10T07:35:50.606Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9a3ed2d-be6f-460c-8209-de5546293470
2022-06-10T07:35:50.607Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9a3ed2d-be6f-460c-8209-de5546293470/model-vers/model-ver/30f11341-7ed5-4f18-ba7b-c8298378ba27?depth=0
2022-06-10T07:35:50.611Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:35:50.659Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a3ed2d-be6f-460c-8209-de5546293470/model-vers/model-ver/30f11341-7ed5-4f18-ba7b-c8298378ba27?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-10T07:35:50.661Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a3ed2d-be6f-460c-8209-de5546293470/model-vers/model-ver/30f11341-7ed5-4f18-ba7b-c8298378ba27?depth=0|INFO|500||Invoke
2022-06-10T07:35:50.684Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a3ed2d-be6f-460c-8209-de5546293470/model-vers/model-ver/30f11341-7ed5-4f18-ba7b-c8298378ba27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:35:51.151Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a3ed2d-be6f-460c-8209-de5546293470/model-vers/model-ver/30f11341-7ed5-4f18-ba7b-c8298378ba27?depth=0|INFO|500||InvokeReturn
2022-06-10T07:35:51.152Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9a3ed2d-be6f-460c-8209-de5546293470/model-vers/model-ver/30f11341-7ed5-4f18-ba7b-c8298378ba27?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-07:35:50:634-40423], vertex-id=[213216], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:35:50 GMT], Content-Type=[application/json]}
2022-06-10T07:35:51.152Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:35:51.153Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:35:51.153Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||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-10T07:35:51.160Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-10T07:35:51.160Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:35:51.161Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:35:51.161Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:51.164Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:51.164Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846551161,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:35:51.264Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:35:51.266Z||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-10T07:35:51.266Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:51.302Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:51.303Z||pool-50-thread-1|||||INFO|500||cambria reply ok (38 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-10T07:35:52.194Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-10T07:35:52.194Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3886fa97-924c-4807-9cc8-bb28aead440c","serviceDescription":"service","serviceInvariantUUID":"a184d5a7-3e91-47e5-9c81-329a6e9565c1","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8aa0729b-b186-4e35-8016-8c900de59d03","resourceInvariantUUID":"b3ae5625-8a8d-48ff-9548-908cea1945c0","resourceCustomizationUUID":"1de1c30f-3b0e-4dac-ae1d-4680d2162862","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":"YjJhZWMyYzA2MGJmMDAwZTk1NTk1YjgyZmRiNWYyMjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ec2cb6d-84b5-433a-bc18-13a80e81ba7b","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":"NjU1ZDkwMjE1MjJjNTg2ZDE2NjU1ZjBkMjg3YmZkNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dde81750-7342-4181-a47c-74ad4bbf7dc1","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":"20e42dd3-5af0-40f8-98c4-40a446358f56","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":"cdbbda94-1e35-4fa3-84f2-83a807a43682","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":"b241d1d1-8dc0-494d-89de-2f354ee100cc","artifactVersion":"2","generatedFromUUID":"20e42dd3-5af0-40f8-98c4-40a446358f56"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTY3MTZhNmUyZWJjMDVhNjdlZmYyMzI1OTUxMDhlOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f7209506-cfca-4ab2-ba72-57ad6b82d324","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGI4Zjk2NGQxMjM0OWYxNWM1NWZmOTk5YTJlODQ4MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b684e3dd-68f2-4b03-b2f1-45e9e1119d20","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:35:52.194Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:35:52.195Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:52.196Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:52.197Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:52.297Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:35:52.298Z||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-10T07:35:52.298Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:52.327Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:52.328Z||pool-51-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:35:53.198Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:35:53.199Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:53.201Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:53.201Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:35:53.301Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:35:53.304Z||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-10T07:35:53.304Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:53.350Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:53.351Z||pool-52-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:35:54.201Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:35:54.202Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:54.205Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:54.205Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:35:54.306Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:35:54.306Z||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-10T07:35:54.307Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:54.360Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:54.361Z||pool-53-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:35:55.206Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:35:55.207Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:55.209Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:55.210Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:55.310Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:35:55.311Z||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-10T07:35:55.311Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:55.339Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:55.339Z||pool-54-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:35:56.210Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:35:56.211Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:56.213Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:56.214Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-10T07:35:56.314Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:35:56.315Z||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-10T07:35:56.315Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:56.336Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:56.336Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:35:57.214Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:35:57.215Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:57.217Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:57.218Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:35:57.318Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:35:57.319Z||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-10T07:35:57.319Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:57.343Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:57.344Z||pool-56-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:35:58.218Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:35:58.219Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:35:58.221Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:35:58.221Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:35:58.321Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:35:58.322Z||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-10T07:35:58.322Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:35:58.361Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:35:58.362Z||pool-57-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:35:59.223Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3886fa97-924c-4807-9cc8-bb28aead440c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a184d5a7-3e91-47e5-9c81-329a6e9565c1",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "1de1c30f-3b0e-4dac-ae1d-4680d2162862",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8aa0729b-b186-4e35-8016-8c900de59d03",
      "resourceInvariantUUID": "b3ae5625-8a8d-48ff-9548-908cea1945c0",
      "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": "NjU1ZDkwMjE1MjJjNTg2ZDE2NjU1ZjBkMjg3YmZkNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dde81750-7342-4181-a47c-74ad4bbf7dc1",
          "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": "20e42dd3-5af0-40f8-98c4-40a446358f56",
          "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": "b241d1d1-8dc0-494d-89de-2f354ee100cc",
            "generatedFromUUID": "20e42dd3-5af0-40f8-98c4-40a446358f56"
          },
          "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": "b241d1d1-8dc0-494d-89de-2f354ee100cc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MGI4Zjk2NGQxMjM0OWYxNWM1NWZmOTk5YTJlODQ4MmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b684e3dd-68f2-4b03-b2f1-45e9e1119d20"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:35:59.223Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:35:59.224Z|3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3886fa97-924c-4807-9cc8-bb28aead440c ASDC
2022-06-10T07:35:59.224Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3886fa97-924c-4807-9cc8-bb28aead440c
ServiceInvariantUUID:a184d5a7-3e91-47e5-9c81-329a6e9565c1
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:b684e3dd-68f2-4b03-b2f1-45e9e1119d20
ArtifactChecksum:MGI4Zjk2NGQxMjM0OWYxNWM1NWZmOTk5YTJlODQ4MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:1de1c30f-3b0e-4dac-ae1d-4680d2162862
ResourceInvariantUUID:b3ae5625-8a8d-48ff-9548-908cea1945c0
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:8aa0729b-b186-4e35-8016-8c900de59d03
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:dde81750-7342-4181-a47c-74ad4bbf7dc1
ArtifactChecksum:NjU1ZDkwMjE1MjJjNTg2ZDE2NjU1ZjBkMjg3YmZkNjY=
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:20e42dd3-5af0-40f8-98c4-40a446358f56
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:b241d1d1-8dc0-494d-89de-2f354ee100cc
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:b241d1d1-8dc0-494d-89de-2f354ee100cc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-10T07:35:59.225Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3886fa97-924c-4807-9cc8-bb28aead440c 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-10T07:35:59.761Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:35:59.762Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:35:59.762Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:35:59.762Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b684e3dd-68f2-4b03-b2f1-45e9e1119d20 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-10T07:35:59.762Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:35:59.762Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-10T07:36:00.010Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:36:00.013Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b684e3dd-68f2-4b03-b2f1-45e9e1119d20 71061
2022-06-10T07:36:00.013Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-10T07:36:00.013Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-10T07:36:00.013Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:36:00.014Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:00.016Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:00.016Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846560013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:36:00.116Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:00.117Z||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-10T07:36:00.118Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:00.160Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:00.161Z||pool-58-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:01.017Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:36:01.018Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:36:01.018Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b684e3dd-68f2-4b03-b2f1-45e9e1119d20, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:01.019Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-10T07:36:01.019Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:01.019Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:01.173Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15863707935995454152/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-10T07:36:02.481Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:36:02.481Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.483Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.483Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.483Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-10T07:36:02.483Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:36:02.483Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.484Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:02.484Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:02.484Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:36:02.484Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:36:02.485Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.485Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:02.485Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:02.485Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:36:02.485Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:36:02.485Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.486Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:02.486Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.486Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-10T07:36:02.486Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-10T07:36:02.486Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-10T07:36:02.486Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-10T07:36:02.487Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-10T07:36:02.487Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:36:02.487Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.487Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:36:02.487Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.488Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:02.488Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:02.488Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.488Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:02.488Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:02.489Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.489Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:02.489Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:02.489Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.489Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-10T07:36:02.489Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-10T07:36:02.490Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-10T07:36:02.490Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=109508e9-27b7-4da9-b1b8-a76eed99a74b
2022-06-10T07:36:02.490Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.490Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:02.490Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.491Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:02.491Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.491Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:02.491Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:02.491Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:02.492Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3886fa97-924c-4807-9cc8-bb28aead440c
Model Version:NULL
Model InvariantUuid:a184d5a7-3e91-47e5-9c81-329a6e9565c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:617613e0-da21-4546-85ce-20cb22fdd9a2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3ae5625-8a8d-48ff-9548-908cea1945c0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1de1c30f-3b0e-4dac-ae1d-4680d2162862
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6f6f0697-155e-4902-8d90-fc7e0ad052b0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:bf047c03-a3ce-489f-a138-d7b1948a848d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:109508e9-27b7-4da9-b1b8-a76eed99a74b
ModelInvariantUuid:d49d08fd-b56d-48cb-ba59-4134f07bf763
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:d3c799eb-41c3-4e8b-97b8-ce6ed74672d8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4c7944a7-92f4-4fe1-b990-399e540977c9
ModelInvariantUuid:98b91039-2e1f-43a2-8b3c-9d66a175d753
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d0284520-6ef9-4aa8-a66c-8a3fa2b1abef
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-10T07:36:02.509Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8aa0729b-b186-4e35-8016-8c900de59d03
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-10T07:36:02.513Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-06-10T07:36:02.513Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8aa0729b-b186-4e35-8016-8c900de59d03
2022-06-10T07:36:02.513Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dde81750-7342-4181-a47c-74ad4bbf7dc1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-10T07:36:02.514Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:36:02.514Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-10T07:36:02.743Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:36:02.744Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dde81750-7342-4181-a47c-74ad4bbf7dc1 787
2022-06-10T07:36:02.744Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-10T07:36:02.744Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-10T07:36:02.745Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:36:02.745Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:02.748Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:02.748Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846562744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:36:02.848Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:02.849Z||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-10T07:36:02.849Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:02.878Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:02.879Z||pool-59-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:03.749Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6f6f0697-155e-4902-8d90-fc7e0ad052b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf047c03-a3ce-489f-a138-d7b1948a848d",
    "vfModuleModelCustomizationUUID": "2bab6fa4-a0ad-47f4-b536-a8b64ea95433",
    "isBase": true,
    "artifacts": [
      "20e42dd3-5af0-40f8-98c4-40a446358f56",
      "b241d1d1-8dc0-494d-89de-2f354ee100cc"
    ],
    "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-10T07:36:03.754Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf047c03-a3ce-489f-a138-d7b1948a848d
VfModuleModelInvariantUUID:6f6f0697-155e-4902-8d90-fc7e0ad052b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
20e42dd3-5af0-40f8-98c4-40a446358f56
,
b241d1d1-8dc0-494d-89de-2f354ee100cc

}
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-10T07:36:03.756Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6f6f0697-155e-4902-8d90-fc7e0ad052b0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf047c03-a3ce-489f-a138-d7b1948a848d",
    "vfModuleModelCustomizationUUID": "2bab6fa4-a0ad-47f4-b536-a8b64ea95433",
    "isBase": true,
    "artifacts": [
      "20e42dd3-5af0-40f8-98c4-40a446358f56",
      "b241d1d1-8dc0-494d-89de-2f354ee100cc"
    ],
    "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-10T07:36:03.756Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bf047c03-a3ce-489f-a138-d7b1948a848d
VfModuleModelInvariantUUID:6f6f0697-155e-4902-8d90-fc7e0ad052b0
VfModuleModelDescription:NULL
Artifacts UUID List:{
20e42dd3-5af0-40f8-98c4-40a446358f56
,
b241d1d1-8dc0-494d-89de-2f354ee100cc

}
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-10T07:36:03.756Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 20e42dd3-5af0-40f8-98c4-40a446358f56 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-10T07:36:03.756Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:36:03.757Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-10T07:36:03.915Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:36:03.915Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 20e42dd3-5af0-40f8-98c4-40a446358f56 5033
2022-06-10T07:36:03.916Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-10T07:36:03.916Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-10T07:36:03.916Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:36:03.916Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:03.918Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:03.919Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846563916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:36:04.019Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:04.020Z||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-10T07:36:04.020Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:04.054Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:04.055Z||pool-60-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:04.919Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b241d1d1-8dc0-494d-89de-2f354ee100cc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-10T07:36:04.920Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:36:04.920Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-10T07:36:05.105Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:36:05.105Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b241d1d1-8dc0-494d-89de-2f354ee100cc 903
2022-06-10T07:36:05.106Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-10T07:36:05.106Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-10T07:36:05.106Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:36:05.106Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:05.108Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:05.108Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846565105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:36:05.209Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:05.210Z||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-10T07:36:05.210Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:05.238Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:05.239Z||pool-61-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:36:05.343Z||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-10T07:36:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:05.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:05.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:36:05.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846384528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:36:05.405Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:36:05.405Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:36:05.406Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "aai-ml",
  "timestamp": 1654846385533,
  "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-10T07:36:05.416Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 17b12556-383c-4acc-8c48-99ca539c72c4
2022-06-10T07:36:05.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 17b12556-383c-4acc-8c48-99ca539c72c4 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-10T07:36:06.109Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3886fa97-924c-4807-9cc8-bb28aead440c
2022-06-10T07:36:06.110Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 8aa0729b-b186-4e35-8016-8c900de59d03 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-10T07:36:06.133Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1add1993, org.onap.sdc.toscaparser.api.parameters.Input@3290c59e, org.onap.sdc.toscaparser.api.parameters.Input@7458c11e, org.onap.sdc.toscaparser.api.parameters.Input@1fecb38, org.onap.sdc.toscaparser.api.parameters.Input@731d4b15]
2022-06-10T07:36:06.135Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.135Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.136Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-10T07:36:06.136Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 1de1c30f-3b0e-4dac-ae1d-4680d2162862
2022-06-10T07:36:06.136Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1de1c30f-3b0e-4dac-ae1d-4680d2162862 matches Tosca VF Customization UUID: 1de1c30f-3b0e-4dac-ae1d-4680d2162862
2022-06-10T07:36:06.136Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 1de1c30f-3b0e-4dac-ae1d-4680d2162862  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-10T07:36:06.141Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.141Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.142Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 1de1c30f-3b0e-4dac-ae1d-4680d2162862: {\"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-10T07:36:06.142Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a7179d
2022-06-10T07:36:06.142Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.142Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:36:06.143Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2bab6fa4-a0ad-47f4-b536-a8b64ea95433
2022-06-10T07:36:06.143Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2bab6fa4-a0ad-47f4-b536-a8b64ea95433
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-10T07:36:06.147Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.147Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:06.147Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:06.148Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.148Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:06.148Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:06.148Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.148Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-10T07:36:06.149Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-10T07:36:06.149Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-10T07:36:06.149Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=109508e9-27b7-4da9-b1b8-a76eed99a74b
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-10T07:36:06.153Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.153Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:06.154Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:06.154Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.154Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-10T07:36:06.154Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1de1c30f-3b0e-4dac-ae1d-4680d2162862
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-10T07:36:06.158Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.158Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.158Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3886fa97-924c-4807-9cc8-bb28aead440c: basic_vm
2022-06-10T07:36:06.159Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.159Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.160Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.160Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.160Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.161Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.161Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.162Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.162Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:06.162Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:06.163Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||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-10T07:36:06.311Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 8aa0729b-b186-4e35-8016-8c900de59d03 1 ASDC deployResourceStructure
2022-06-10T07:36:06.311Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-10T07:36:06.312Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-10T07:36:06.312Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:36:06.312Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:06.314Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:06.314Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846566311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:36:06.415Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:06.416Z||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-10T07:36:06.416Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:06.440Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:06.441Z||pool-62-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:07.316Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-10T07:36:07.316Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-10T07:36:07.316Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:36:07.317Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:07.319Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:07.319Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846567316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:36:07.421Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-10T07:36:07.422Z||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-10T07:36:07.422Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:07.448Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:07.449Z||pool-63-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:08.320Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-10T07:36:08.321Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-10T07:36:08.321Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:36:08.321Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:08.323Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:08.324Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846568320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:36:08.424Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:08.425Z||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-10T07:36:08.425Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:08.451Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:08.452Z||pool-64-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:09.325Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-10T07:36:09.325Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-10T07:36:09.326Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:36:09.326Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:09.328Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:09.328Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846569325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:36:09.431Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-10T07:36:09.432Z||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-10T07:36:09.432Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:09.458Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:09.458Z||pool-65-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:10.329Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:36:10.343Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:36:10.347Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:36:10.347Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:36:10.347Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:36:10.347Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:36:10.347Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:36:10.348Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:36:10.348Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:36:10.348Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:36:10.348Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:36:10.348Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:36:10.354Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:36:40.355Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 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-10T07:36:40.362Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 and serviceModelVersionId: 3886fa97-924c-4807-9cc8-bb28aead440c
2022-06-10T07:36:40.363Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a184d5a7-3e91-47e5-9c81-329a6e9565c1
2022-06-10T07:36:40.363Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a184d5a7-3e91-47e5-9c81-329a6e9565c1/model-vers/model-ver/3886fa97-924c-4807-9cc8-bb28aead440c?depth=0
2022-06-10T07:36:40.367Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:36:40.414Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a184d5a7-3e91-47e5-9c81-329a6e9565c1/model-vers/model-ver/3886fa97-924c-4807-9cc8-bb28aead440c?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-10T07:36:40.415Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a184d5a7-3e91-47e5-9c81-329a6e9565c1/model-vers/model-ver/3886fa97-924c-4807-9cc8-bb28aead440c?depth=0|INFO|500||Invoke
2022-06-10T07:36:40.434Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a184d5a7-3e91-47e5-9c81-329a6e9565c1/model-vers/model-ver/3886fa97-924c-4807-9cc8-bb28aead440c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:36:40.668Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a184d5a7-3e91-47e5-9c81-329a6e9565c1/model-vers/model-ver/3886fa97-924c-4807-9cc8-bb28aead440c?depth=0|INFO|500||InvokeReturn
2022-06-10T07:36:40.669Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a184d5a7-3e91-47e5-9c81-329a6e9565c1/model-vers/model-ver/3886fa97-924c-4807-9cc8-bb28aead440c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-07:36:40:383-37595], vertex-id=[225504], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:36:40 GMT], Content-Type=[application/json]}
2022-06-10T07:36:40.670Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:36:40.670Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:36:40.670Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||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-10T07:36:40.691Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-10T07:36:40.692Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:36:40.693Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:36:40.693Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:40.696Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:40.696Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846600692,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:36:40.798Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:36:40.800Z||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-10T07:36:40.800Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:40.876Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:40.880Z||pool-66-thread-1|||||INFO|500||cambria reply ok (77 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-10T07:36:41.746Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:36:41.747Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|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-10T07:36:41.747Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:46.443Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:46.443Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-10T07:36:46.444Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"17b12556-383c-4acc-8c48-99ca539c72c4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"3af435cd-9bb3-4939-86ce-adf585da07f8","serviceDescription":"service","serviceInvariantUUID":"7a26d2c1-fabe-4c37-8a64-15b044c5630f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"34d9bf3f-1c5c-4916-aed4-b92bcc2ad116","resourceInvariantUUID":"91dce0cd-ae2c-4ab8-a36d-1a34d675c1e0","resourceCustomizationUUID":"098fef8f-6203-432e-9c7e-da94bcba604a","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":"YTg2NGRjZTRhYWFjOGY4MDkzNTQ5MTVmMzgzZWUzNDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3dca990c-24f1-42be-b7aa-95d3513341b3","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":"e91d28d2-f560-46ab-a49f-17beed0c0e88","artifactVersion":"2","generatedFromUUID":"84e89097-ccce-430a-b506-627942d29055"},{"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":"84e89097-ccce-430a-b506-627942d29055","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":"YTg2MWNlZTA3YTUwMGE4ZTgyNDI1MTE5NDU1YTI2N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8f626454-48af-4440-a5cf-19873857e802","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":"892e0529-97e3-4722-8dbb-b943522352bc","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":"12c017ff-083b-4b2d-8445-586672f5e512","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":"f35d4a73-a4b0-40ed-a7c8-db454c67b78f","artifactVersion":"2","generatedFromUUID":"892e0529-97e3-4722-8dbb-b943522352bc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NmFjMmEyNDJjYTViMTY2ZDg0ZWU1MTRkMjEwNmExYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea00ed0f-f124-4f31-b392-73c0f2edf027","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDkwODEzOTNhYWJhNzA3ZGU4NjJiYzU5ZGNmY2JiZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0228b732-1e8f-4e86-97c6-6e670b782a35","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:36:46.446Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:46.447Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:46.448Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:46.448Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:36:46.549Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:46.550Z||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-10T07:36:46.550Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:46.580Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:46.581Z||pool-67-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:47.449Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:47.450Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:47.452Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:47.453Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-10T07:36:47.553Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:47.554Z||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-10T07:36:47.554Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:47.586Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:47.587Z||pool-68-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:48.453Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:48.455Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:48.457Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:48.457Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-10T07:36:48.557Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:48.558Z||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-10T07:36:48.558Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:48.597Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:48.598Z||pool-69-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:49.457Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:49.458Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:49.461Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:49.461Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:36:49.561Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:49.562Z||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-10T07:36:49.562Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:49.620Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:49.621Z||pool-70-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:50.462Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:50.463Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:50.465Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:50.465Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:36:50.565Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:50.566Z||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-10T07:36:50.567Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:50.598Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:50.599Z||pool-71-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:51.465Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:51.467Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:51.470Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:51.470Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:36:51.570Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:51.571Z||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-10T07:36:51.571Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:51.592Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:51.593Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:52.471Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:52.472Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:52.476Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:52.476Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-10T07:36:52.576Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:52.577Z||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-10T07:36:52.577Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:52.601Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:52.602Z||pool-73-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:53.477Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:53.478Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:53.481Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:53.481Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:36:53.581Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:53.582Z||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-10T07:36:53.583Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:53.634Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:53.635Z||pool-74-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:36:54.482Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:36:54.483Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:54.485Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:54.486Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:36:54.586Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-06-10T07:36:54.587Z||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-10T07:36:54.588Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:54.613Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:54.614Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:55.490Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "3af435cd-9bb3-4939-86ce-adf585da07f8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a26d2c1-fabe-4c37-8a64-15b044c5630f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "098fef8f-6203-432e-9c7e-da94bcba604a",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "34d9bf3f-1c5c-4916-aed4-b92bcc2ad116",
      "resourceInvariantUUID": "91dce0cd-ae2c-4ab8-a36d-1a34d675c1e0",
      "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": "e91d28d2-f560-46ab-a49f-17beed0c0e88",
          "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": "84e89097-ccce-430a-b506-627942d29055",
          "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": "YTg2MWNlZTA3YTUwMGE4ZTgyNDI1MTE5NDU1YTI2N2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8f626454-48af-4440-a5cf-19873857e802",
          "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": "892e0529-97e3-4722-8dbb-b943522352bc",
          "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": "f35d4a73-a4b0-40ed-a7c8-db454c67b78f",
            "generatedFromUUID": "892e0529-97e3-4722-8dbb-b943522352bc"
          },
          "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": "f35d4a73-a4b0-40ed-a7c8-db454c67b78f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDkwODEzOTNhYWJhNzA3ZGU4NjJiYzU5ZGNmY2JiZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0228b732-1e8f-4e86-97c6-6e670b782a35"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:36:55.491Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:36:55.492Z|2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3af435cd-9bb3-4939-86ce-adf585da07f8 ASDC
2022-06-10T07:36:55.492Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:17b12556-383c-4acc-8c48-99ca539c72c4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:3af435cd-9bb3-4939-86ce-adf585da07f8
ServiceInvariantUUID:7a26d2c1-fabe-4c37-8a64-15b044c5630f
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:0228b732-1e8f-4e86-97c6-6e670b782a35
ArtifactChecksum:ZDkwODEzOTNhYWJhNzA3ZGU4NjJiYzU5ZGNmY2JiZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:098fef8f-6203-432e-9c7e-da94bcba604a
ResourceInvariantUUID:91dce0cd-ae2c-4ab8-a36d-1a34d675c1e0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:34d9bf3f-1c5c-4916-aed4-b92bcc2ad116
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:e91d28d2-f560-46ab-a49f-17beed0c0e88
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:84e89097-ccce-430a-b506-627942d29055
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:8f626454-48af-4440-a5cf-19873857e802
ArtifactChecksum:YTg2MWNlZTA3YTUwMGE4ZTgyNDI1MTE5NDU1YTI2N2U=
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:892e0529-97e3-4722-8dbb-b943522352bc
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:f35d4a73-a4b0-40ed-a7c8-db454c67b78f
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:f35d4a73-a4b0-40ed-a7c8-db454c67b78f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-10T07:36:55.493Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3af435cd-9bb3-4939-86ce-adf585da07f8 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-10T07:36:55.556Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:36:55.557Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:36:55.557Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:36:55.558Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0228b732-1e8f-4e86-97c6-6e670b782a35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-10T07:36:55.558Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:36:55.558Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-10T07:36:55.920Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:36:55.923Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0228b732-1e8f-4e86-97c6-6e670b782a35 68955
2022-06-10T07:36:55.923Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-10T07:36:55.924Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-10T07:36:55.924Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:36:55.924Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:55.926Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:55.926Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846615923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:36:56.027Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:56.027Z||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-10T07:36:56.028Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:56.070Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:56.070Z||pool-76-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:36:56.927Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:36:56.928Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-10T07:36:56.929Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0228b732-1e8f-4e86-97c6-6e670b782a35, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:56.929Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-10T07:36:56.930Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:56.930Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:57.065Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6831144648036274236/Definitions/service-BasicCnf-template.yml
2022-06-10T07:36:58.547Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:36:58.548Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:36:58.548Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:58.548Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-10T07:36:58.549Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:58.549Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:58.549Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:58.549Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-10T07:36:58.550Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-10T07:36:58.550Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.550Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:58.551Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:36:58.551Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:36:58.551Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:36:58.551Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.552Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:58.552Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:36:58.552Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-10T07:36:58.552Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:36:58.552Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.553Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:58.553Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.553Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-10T07:36:58.553Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-10T07:36:58.553Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-10T07:36:58.554Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:36:58.554Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.554Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:36:58.555Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.555Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:36:58.555Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:58.556Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.556Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:36:58.556Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:58.556Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.557Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:36:58.557Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:36:58.557Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.557Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-10T07:36:58.557Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-10T07:36:58.558Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3750e9b9-346b-4614-9d6c-654e3c35a1eb
2022-06-10T07:36:58.558Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.558Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:58.559Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.559Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:58.559Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.559Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:58.560Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:36:58.560Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:36:58.560Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:3af435cd-9bb3-4939-86ce-adf585da07f8
Model Version:NULL
Model InvariantUuid:7a26d2c1-fabe-4c37-8a64-15b044c5630f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c68e2a00-5f1d-417d-8eae-f55cb5354aea
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:91dce0cd-ae2c-4ab8-a36d-1a34d675c1e0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:098fef8f-6203-432e-9c7e-da94bcba604a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:21953f33-7694-442f-8989-dcc01f530fa5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:dedeafc3-4797-43a4-8b0a-247394f30d92
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3750e9b9-346b-4614-9d6c-654e3c35a1eb
ModelInvariantUuid:9ff9cd7b-8ba4-4aa4-b064-feab6f863360
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2eb21814-e44a-4335-ab8f-9597baf6bb7f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7edbef8a-95a0-4774-bda1-2014022db33e
ModelInvariantUuid:af383296-83ae-4ba6-8494-958077c63b26
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:67ed6906-dfad-4529-887e-95d60a01eeb7
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-10T07:36:58.571Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 34d9bf3f-1c5c-4916-aed4-b92bcc2ad116
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-10T07:36:58.577Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-06-10T07:36:58.577Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 34d9bf3f-1c5c-4916-aed4-b92bcc2ad116
2022-06-10T07:36:58.577Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e91d28d2-f560-46ab-a49f-17beed0c0e88 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-10T07:36:58.577Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:36:58.578Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-10T07:36:58.651Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:36:58.651Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env e91d28d2-f560-46ab-a49f-17beed0c0e88 12
2022-06-10T07:36:58.652Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-10T07:36:58.652Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-10T07:36:58.652Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:36:58.652Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:58.655Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:58.655Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846618652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:36:58.755Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:58.756Z||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-10T07:36:58.756Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:58.799Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:58.800Z||pool-77-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:36:59.655Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 84e89097-ccce-430a-b506-627942d29055 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-10T07:36:59.656Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:36:59.657Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-10T07:36:59.791Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:36:59.792Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 84e89097-ccce-430a-b506-627942d29055 2688
2022-06-10T07:36:59.792Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-10T07:36:59.792Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-10T07:36:59.792Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:36:59.793Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:36:59.795Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:36:59.796Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846619792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:36:59.896Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:36:59.898Z||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-10T07:36:59.898Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:36:59.939Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:36:59.940Z||pool-78-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:00.798Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8f626454-48af-4440-a5cf-19873857e802 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-10T07:37:00.798Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:37:00.799Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-10T07:37:00.936Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:37:00.937Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8f626454-48af-4440-a5cf-19873857e802 828
2022-06-10T07:37:00.937Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-10T07:37:00.937Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-10T07:37:00.937Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:37:00.938Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:00.940Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:00.940Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846620937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:37:01.040Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:37:01.042Z||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-10T07:37:01.042Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:01.155Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:01.156Z||pool-79-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:01.941Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "21953f33-7694-442f-8989-dcc01f530fa5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dedeafc3-4797-43a4-8b0a-247394f30d92",
    "vfModuleModelCustomizationUUID": "1ef71a65-eb43-4216-be20-c031e55879a0",
    "isBase": true,
    "artifacts": [
      "84e89097-ccce-430a-b506-627942d29055",
      "892e0529-97e3-4722-8dbb-b943522352bc",
      "f35d4a73-a4b0-40ed-a7c8-db454c67b78f"
    ],
    "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-10T07:37:01.946Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dedeafc3-4797-43a4-8b0a-247394f30d92
VfModuleModelInvariantUUID:21953f33-7694-442f-8989-dcc01f530fa5
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e89097-ccce-430a-b506-627942d29055
,
892e0529-97e3-4722-8dbb-b943522352bc
,
f35d4a73-a4b0-40ed-a7c8-db454c67b78f

}
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-10T07:37:01.949Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "21953f33-7694-442f-8989-dcc01f530fa5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dedeafc3-4797-43a4-8b0a-247394f30d92",
    "vfModuleModelCustomizationUUID": "1ef71a65-eb43-4216-be20-c031e55879a0",
    "isBase": true,
    "artifacts": [
      "84e89097-ccce-430a-b506-627942d29055",
      "892e0529-97e3-4722-8dbb-b943522352bc",
      "f35d4a73-a4b0-40ed-a7c8-db454c67b78f"
    ],
    "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-10T07:37:01.949Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dedeafc3-4797-43a4-8b0a-247394f30d92
VfModuleModelInvariantUUID:21953f33-7694-442f-8989-dcc01f530fa5
VfModuleModelDescription:NULL
Artifacts UUID List:{
84e89097-ccce-430a-b506-627942d29055
,
892e0529-97e3-4722-8dbb-b943522352bc
,
f35d4a73-a4b0-40ed-a7c8-db454c67b78f

}
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-10T07:37:01.949Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 892e0529-97e3-4722-8dbb-b943522352bc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-10T07:37:01.949Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:37:01.950Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-10T07:37:02.123Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:37:02.124Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 892e0529-97e3-4722-8dbb-b943522352bc 1164
2022-06-10T07:37:02.124Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-10T07:37:02.124Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-10T07:37:02.124Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:37:02.125Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:02.127Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:02.127Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846622124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:37:02.227Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:37:02.229Z||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-10T07:37:02.229Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:02.253Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:02.254Z||pool-80-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:03.128Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f35d4a73-a4b0-40ed-a7c8-db454c67b78f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-10T07:37:03.129Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-10T07:37:03.130Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-10T07:37:03.313Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-10T07:37:03.314Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f35d4a73-a4b0-40ed-a7c8-db454c67b78f 200
2022-06-10T07:37:03.315Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-10T07:37:03.315Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-10T07:37:03.315Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:37:03.316Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:03.318Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:03.318Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846623314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:37:03.418Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:37:03.419Z||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-10T07:37:03.419Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:03.502Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:03.502Z||pool-81-thread-1|||||INFO|500||cambria reply ok (83 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:04.320Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3af435cd-9bb3-4939-86ce-adf585da07f8
2022-06-10T07:37:04.320Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 34d9bf3f-1c5c-4916-aed4-b92bcc2ad116 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 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=?
2022-06-10T07:37:04.346Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-10T07:37:04.351Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a82fc50, org.onap.sdc.toscaparser.api.parameters.Input@798839e8, org.onap.sdc.toscaparser.api.parameters.Input@2ca10522, org.onap.sdc.toscaparser.api.parameters.Input@56982a82, org.onap.sdc.toscaparser.api.parameters.Input@6bc52c7d]
2022-06-10T07:37:04.353Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.353Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.354Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-10T07:37:04.354Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 098fef8f-6203-432e-9c7e-da94bcba604a
2022-06-10T07:37:04.354Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 098fef8f-6203-432e-9c7e-da94bcba604a matches Tosca VF Customization UUID: 098fef8f-6203-432e-9c7e-da94bcba604a
2022-06-10T07:37:04.354Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 098fef8f-6203-432e-9c7e-da94bcba604a  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-10T07:37:04.358Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.358Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.359Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 098fef8f-6203-432e-9c7e-da94bcba604a: {\"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-10T07:37:04.359Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@604d608e
2022-06-10T07:37:04.360Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.360Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:37:04.366Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ef71a65-eb43-4216-be20-c031e55879a0
2022-06-10T07:37:04.366Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ef71a65-eb43-4216-be20-c031e55879a0
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-10T07:37:04.370Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.370Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:37:04.370Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:37:04.371Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.371Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:37:04.371Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:37:04.372Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.372Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-10T07:37:04.372Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-10T07:37:04.373Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3750e9b9-346b-4614-9d6c-654e3c35a1eb
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-10T07:37:04.376Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.376Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:37:04.377Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:37:04.377Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.377Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-10T07:37:04.378Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=098fef8f-6203-432e-9c7e-da94bcba604a
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-10T07:37:04.382Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.382Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.383Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3af435cd-9bb3-4939-86ce-adf585da07f8: basic_cnf
2022-06-10T07:37:04.383Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.383Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.384Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.384Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.384Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.384Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.385Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.385Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.385Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:37:04.386Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:37:04.386Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||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-10T07:37:04.512Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 34d9bf3f-1c5c-4916-aed4-b92bcc2ad116 1 ASDC deployResourceStructure
2022-06-10T07:37:04.513Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-10T07:37:04.513Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-10T07:37:04.513Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-10T07:37:04.514Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:04.516Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:04.516Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846624512,
  "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-10T07:37:04.617Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:37:04.618Z||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-10T07:37:04.619Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:04.646Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:04.647Z||pool-82-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:37:05.343Z||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-10T07:37:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:05.392Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:05.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3ffbd8d8-aec8-4916-b8ba-e8d3b9cf8d84",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846551161,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:37:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:37:05.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846325336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:37:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:37:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846560013,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:37:05.398Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:37:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846562744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:37:05.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:37:05.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846563916,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:37:05.399Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:37:05.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:37:05.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846565105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:37:05.400Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:37:05.518Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-10T07:37:05.518Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-10T07:37:05.518Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-10T07:37:05.518Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:05.520Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:05.520Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846625517,
  "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-10T07:37:05.621Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:37:05.622Z||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-10T07:37:05.622Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:05.663Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:05.664Z||pool-83-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:06.521Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-10T07:37:06.522Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-10T07:37:06.522Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:37:06.522Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:06.524Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:06.524Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846626521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:37:06.624Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:37:06.626Z||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-10T07:37:06.626Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:06.655Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:06.656Z||pool-84-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:37:07.526Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-10T07:37:07.526Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-10T07:37:07.527Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:37:07.527Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:07.529Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:07.529Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846627525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:37:07.630Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:37:07.631Z||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-10T07:37:07.631Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:07.658Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:07.659Z||pool-85-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:08.530Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-10T07:37:08.531Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-10T07:37:08.531Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:37:08.531Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:08.533Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:08.534Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846628530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:37:08.634Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:37:08.635Z||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-10T07:37:08.635Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:08.670Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:08.671Z||pool-86-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:37:09.535Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-10T07:37:09.535Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-10T07:37:09.536Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:37:09.536Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:09.539Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:09.539Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846629535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:37:09.639Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:37:09.640Z||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-10T07:37:09.640Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:09.706Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:09.707Z||pool-87-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:37:10.540Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 17b12556-383c-4acc-8c48-99ca539c72c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:37:10.575Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 17b12556-383c-4acc-8c48-99ca539c72c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:37:10.581Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:37:10.581Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:37:10.582Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:37:10.582Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:37:10.582Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:37:10.582Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:37:10.582Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:37:10.583Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:37:10.583Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:37:10.583Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:37:10.593Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:37:40.594Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 17b12556-383c-4acc-8c48-99ca539c72c4 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-10T07:37:40.630Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 17b12556-383c-4acc-8c48-99ca539c72c4 and serviceModelVersionId: 3af435cd-9bb3-4939-86ce-adf585da07f8
2022-06-10T07:37:40.631Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a26d2c1-fabe-4c37-8a64-15b044c5630f
2022-06-10T07:37:40.632Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0
2022-06-10T07:37:40.637Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:37:40.691Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0|INFO|500||Invoke
2022-06-10T07:37:40.692Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[17b12556-383c-4acc-8c48-99ca539c72c4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c466b2d-0c4c-4ebb-b188-31ef43f4f97f], X-ECOMP-RequestID=[17b12556-383c-4acc-8c48-99ca539c72c4], X-TransactionId=[], X-ONAP-RequestID=[17b12556-383c-4acc-8c48-99ca539c72c4], Content-Type=[application/merge-patch+json]}
2022-06-10T07:37:40.712Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:37:40.993Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?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/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220610-07:37:40:671-85046], vertex-id=[233696], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:37:40 GMT], Content-Type=[application/json]}
2022-06-10T07:37:40.993Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:37:40.994Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a26d2c1-fabe-4c37-8a64-15b044c5630f/model-vers/model-ver/3af435cd-9bb3-4939-86ce-adf585da07f8?depth=0|INFO|500||InvokeReturn
2022-06-10T07:37:40.994Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:37:40.995Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||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-10T07:37:41.000Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-10T07:37:41.000Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 17b12556-383c-4acc-8c48-99ca539c72c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:37:41.001Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:37:41.001Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:37:41.003Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:37:41.003Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846661001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:37:41.104Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:37:41.105Z||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-10T07:37:41.105Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:41.157Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:41.158Z||pool-88-thread-1|||||INFO|500||cambria reply ok (54 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-10T07:37:42.046Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:37:42.047Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T07:37:42.047Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:37:51.686Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:37:51.687Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:37:51.688Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:37:51.688Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:38:01.300Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:38:01.301Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:38:01.302Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:38:01.302Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:38:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:38:05.343Z||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-10T07:38:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:38:05.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:38:05.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846566311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:38:05.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846567316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:38:05.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846568320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:38:05.394Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846569325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:38:05.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2cf74a7b-edaa-45dd-ad4d-d4afa3f435a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846600692,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:38:05.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:38:05.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-10T07:38:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-10T07:38:05.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:38:05.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:38:05.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:38:05.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-10T07:38:05.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:38:05.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846601746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:38:05.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:38:05.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846615923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:38:05.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846618652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:38:05.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846619792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:38:05.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846620937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:38:05.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846622124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:38:05.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846623314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:38:05.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:05.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-10T07:38:05.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846624512,
  "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-10T07:38:05.404Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:38:10.954Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:38:10.955Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:38:10.956Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:38:10.956Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:38:20.647Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:38:20.648Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:38:20.648Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:38:20.649Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:38:30.281Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:39:05.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:39:05.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:39:05.337Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:39:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:39:05.342Z||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-10T07:39:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:39:05.406Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:39:05.406Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-10T07:39:05.406Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846625517,
  "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-10T07:39:05.407Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:39:15.058Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:40:05.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:40:05.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:40:05.337Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:40:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:40:05.342Z||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-10T07:40:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:40:05.885Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:40:05.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T07:40:05.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846626521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:40:05.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:40:05.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T07:40:05.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846627525,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846628530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846629535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "17b12556-383c-4acc-8c48-99ca539c72c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654846661001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:40:05.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:40:14.988Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:41:05.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:41:05.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:41:05.337Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:41:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:41:05.343Z||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-10T07:41:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:41:14.992Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:41:14.999Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:42:05.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:42:05.337Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:42:05.337Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:42:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:42:05.342Z||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-10T07:42:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:42:14.951Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:42:14.951Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:43:05.336Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:43:05.338Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-10T07:43:05.338Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:43:05.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:43:05.342Z||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-10T07:43:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:43:14.917Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:43:14.917Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:44:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:44:05.339Z||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-10T07:44:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:44:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:44:05.342Z||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-10T07:44:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:44:14.932Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:44:15.011Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:45:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:45:05.337Z||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-10T07:45:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:45:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:45:05.342Z||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-10T07:45:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:45:14.943Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:45:14.943Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:46:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:46:05.337Z||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-10T07:46:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:46:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:46:05.343Z||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-10T07:46:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:46:14.954Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:46:14.958Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:47:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:47:05.337Z||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-10T07:47:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:47:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:47:05.342Z||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-10T07:47:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:47:14.934Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:47:14.936Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:48:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:48:05.337Z||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-10T07:48:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:48:05.342Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:48:05.342Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T07:48:05.343Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:48:14.930Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:48:14.933Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:49:05.338Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:49:05.339Z||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-10T07:49:05.339Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:49:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:49:05.342Z||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-10T07:49:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:49:14.952Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:49:14.960Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:50:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:50:05.337Z||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-10T07:50:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:50:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:50:05.342Z||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-10T07:50:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:50:14.930Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:50:14.932Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:51:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:51:05.337Z||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-10T07:51:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:51:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:51:05.343Z||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-10T07:51:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:51:14.945Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:51:14.971Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:52:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:52:05.337Z||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-10T07:52:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:52:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:52:05.342Z||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-10T07:52:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:52:14.913Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:52:14.990Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:05.336Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:53:05.337Z||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-10T07:53:05.337Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:53:05.344Z||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-10T07:53:05.344Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:06.026Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:06.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fdd072a1-7ce3-41b7-9b5b-99b535b56696","serviceDescription":"service","serviceInvariantUUID":"6e35f69a-de03-46f1-84ce-8b2d23314e96","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f952eb74-83ca-4f14-a25d-bb801b66ff09","resourceInvariantUUID":"338fc07a-dd1a-453c-8c22-85a2deb4564e","resourceCustomizationUUID":"51c4f25c-c9a4-425a-8ca2-dd5801a9d415","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":"OWQ3NTA1MjVhMGUxNDVjODk2NTQ3MzUzN2IzOWQxZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"17ab01cc-efdc-4946-aac1-d9469c036831","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":"NTk5MDRjZDlkMGEzMGQzZGRiZGViZThmYjM2NDcxZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d5c25f0d-d233-40b3-8bc4-af0232aea1d7","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ec839595-4baf-428d-a465-b0920d9e35b4","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":"f6f0bf21-d098-4780-abc2-40998a7b11d6","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":"a0c2300b-2707-49ce-97c2-584826a9a04f","artifactVersion":"2","generatedFromUUID":"60562fc4-1d27-43b3-980a-0c768f93b2e1"},{"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":"92f69b57-e8f7-4cd5-b161-a7238bed15c9","artifactVersion":"2","generatedFromUUID":"ec839595-4baf-428d-a465-b0920d9e35b4"},{"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":"60562fc4-1d27-43b3-980a-0c768f93b2e1","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":"814fe128-1076-4694-9ae3-4188da077061","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":"MDU4NzQ0MDBmMWU4N2RlNDAwOGJjMDc0ODczZmE4YjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c80db89d-ed3e-4e2c-8042-b56217bc5e40","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MWU3MWNlN2QxMWIwNDUzN2FkNDFjODI2Y2Q0MmNhYjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"13b87474-5e36-4aae-9b67-2719d29ee106","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:53:06.030Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:06.031Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:06.035Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:06.035Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.041Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:06.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.053Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847541791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847543678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847546576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847544477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.081Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847539875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847556479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847557805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847557888,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847557863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.084Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847558871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:06.085Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847558983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.085Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:06.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "policy-id",
  "timestamp": 1654847559874,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-10T07:53:06.135Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:06.136Z||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-10T07:53:06.136Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T07:53:06.174Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
2022-06-10T07:53:06.175Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-10T07:53:06.179Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:06.179Z||pool-89-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-10T07:53:06.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847560102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847549374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847560917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847561256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.201Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847560397,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:06.202Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847561922,
  "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-10T07:53:06.210Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
2022-06-10T07:53:06.210Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 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-10T07:53:06.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847562465,
  "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-10T07:53:06.255Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
2022-06-10T07:53:06.256Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 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-10T07:53:06.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847563476,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:06.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "cds",
  "timestamp": 1654847563905,
  "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-10T07:53:06.286Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
2022-06-10T07:53:06.287Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 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-10T07:53:06.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847569251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:06.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:53:06.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:53:06.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "aai-ml",
  "timestamp": 1654847570255,
  "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-10T07:53:06.344Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
2022-06-10T07:53:06.345Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 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-10T07:53:07.036Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:07.037Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:07.039Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:07.040Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:53:07.140Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:07.141Z||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-10T07:53:07.141Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:07.186Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:07.186Z||pool-90-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:08.040Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:08.041Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:08.045Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:08.045Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:53:08.145Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:08.146Z||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-10T07:53:08.146Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:08.202Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:08.204Z||pool-91-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:09.045Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:09.046Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:09.048Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:09.048Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:09.149Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:09.150Z||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-10T07:53:09.150Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:09.236Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:09.236Z||pool-92-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:10.049Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:10.050Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:10.052Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:10.052Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-10T07:53:10.152Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:10.153Z||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-10T07:53:10.153Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:10.183Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:10.184Z||pool-93-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:11.053Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:11.054Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:11.058Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:11.059Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-10T07:53:11.159Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:11.160Z||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-10T07:53:11.160Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:11.218Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:11.219Z||pool-94-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:12.059Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:12.060Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:12.062Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:12.063Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-10T07:53:12.163Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:12.164Z||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-10T07:53:12.164Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:12.240Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:12.241Z||pool-95-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:13.063Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:13.064Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:13.066Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:13.066Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:13.166Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:13.167Z||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-10T07:53:13.167Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:13.211Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:13.212Z||pool-96-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:53:14.067Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:14.067Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:14.071Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:14.071Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:53:14.171Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:14.172Z||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-10T07:53:14.172Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:14.242Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:14.243Z||pool-97-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:15.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:53:15.072Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:15.075Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:15.075Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:53:15.175Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:15.176Z||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-10T07:53:15.176Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:15.201Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:15.201Z||pool-98-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:16.076Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fdd072a1-7ce3-41b7-9b5b-99b535b56696",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6e35f69a-de03-46f1-84ce-8b2d23314e96",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "51c4f25c-c9a4-425a-8ca2-dd5801a9d415",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f952eb74-83ca-4f14-a25d-bb801b66ff09",
      "resourceInvariantUUID": "338fc07a-dd1a-453c-8c22-85a2deb4564e",
      "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": "NTk5MDRjZDlkMGEzMGQzZGRiZGViZThmYjM2NDcxZDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d5c25f0d-d233-40b3-8bc4-af0232aea1d7",
          "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": "ec839595-4baf-428d-a465-b0920d9e35b4",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "92f69b57-e8f7-4cd5-b161-a7238bed15c9",
            "generatedFromUUID": "ec839595-4baf-428d-a465-b0920d9e35b4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a0c2300b-2707-49ce-97c2-584826a9a04f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "92f69b57-e8f7-4cd5-b161-a7238bed15c9",
          "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": "60562fc4-1d27-43b3-980a-0c768f93b2e1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MWU3MWNlN2QxMWIwNDUzN2FkNDFjODI2Y2Q0MmNhYjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "13b87474-5e36-4aae-9b67-2719d29ee106"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:53:16.077Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:53:16.077Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fdd072a1-7ce3-41b7-9b5b-99b535b56696 ASDC
2022-06-10T07:53:16.078Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:fdd072a1-7ce3-41b7-9b5b-99b535b56696
ServiceInvariantUUID:6e35f69a-de03-46f1-84ce-8b2d23314e96
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:13b87474-5e36-4aae-9b67-2719d29ee106
ArtifactChecksum:MWU3MWNlN2QxMWIwNDUzN2FkNDFjODI2Y2Q0MmNhYjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:51c4f25c-c9a4-425a-8ca2-dd5801a9d415
ResourceInvariantUUID:338fc07a-dd1a-453c-8c22-85a2deb4564e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f952eb74-83ca-4f14-a25d-bb801b66ff09
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:d5c25f0d-d233-40b3-8bc4-af0232aea1d7
ArtifactChecksum:NTk5MDRjZDlkMGEzMGQzZGRiZGViZThmYjM2NDcxZDY=
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:ec839595-4baf-428d-a465-b0920d9e35b4
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:92f69b57-e8f7-4cd5-b161-a7238bed15c9
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:a0c2300b-2707-49ce-97c2-584826a9a04f
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:92f69b57-e8f7-4cd5-b161-a7238bed15c9
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:60562fc4-1d27-43b3-980a-0c768f93b2e1
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-10T07:53:16.079Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdd072a1-7ce3-41b7-9b5b-99b535b56696 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-10T07:53:16.198Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:53:16.199Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:53:16.199Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:53:16.199Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13b87474-5e36-4aae-9b67-2719d29ee106 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-10T07:53:16.200Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:53:16.200Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-10T07:53:16.375Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:53:16.382Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 13b87474-5e36-4aae-9b67-2719d29ee106 158212
2022-06-10T07:53:16.383Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:16.383Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:16.383Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:53:16.383Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:16.385Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:16.385Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847596383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:16.486Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:53:16.487Z||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-10T07:53:16.487Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:16.525Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:16.526Z||pool-99-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:17.386Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:53:17.387Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:53:17.388Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 13b87474-5e36-4aae-9b67-2719d29ee106, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-10T07:53:17.388Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-10T07:53:17.389Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-10T07:53:17.390Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-10T07:53:17.561Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7585769260344136317/Definitions/service-BasicCnfMacro-template.yml
2022-06-10T07:53:19.208Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:53:19.209Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-10T07:53:19.209Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-10T07:53:19.210Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-10T07:53:19.210Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:19.210Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:19.210Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:19.210Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:19.210Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-10T07:53:19.211Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.211Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:19.211Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:19.212Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-10T07:53:19.212Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:53:19.212Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.212Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:19.213Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:19.213Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-10T07:53:19.213Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:53:19.213Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.213Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:19.214Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.214Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-10T07:53:19.214Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-10T07:53:19.215Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-10T07:53:19.215Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:53:19.215Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.215Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:53:19.216Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.216Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:19.216Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:53:19.216Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.216Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:19.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:53:19.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:19.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:53:19.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:19.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:53:19.218Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.218Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-10T07:53:19.218Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-10T07:53:19.218Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c54b5fe1-cf1c-4ad2-8c25-47550ebe078b
2022-06-10T07:53:19.218Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.219Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:19.219Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.219Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:19.219Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.219Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:19.220Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:19.220Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:19.220Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:fdd072a1-7ce3-41b7-9b5b-99b535b56696
Model Version:NULL
Model InvariantUuid:6e35f69a-de03-46f1-84ce-8b2d23314e96
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8075321b-6f8e-464d-8662-9e024d22a689
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:338fc07a-dd1a-453c-8c22-85a2deb4564e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:51c4f25c-c9a4-425a-8ca2-dd5801a9d415
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bf8f2ab6-be3a-4ab0-bcdd-4c24881c23a6
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:944e77c1-9ac7-4a0a-be6c-55d1a6bfab51
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d4273dbf-7390-4eea-aac4-265357210c40
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:74264def-4178-46b3-9768-8536018cda43
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c54b5fe1-cf1c-4ad2-8c25-47550ebe078b
ModelInvariantUuid:f901c9ba-502a-41d4-a251-d723ec7dc703
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c92e6c62-3f62-4f23-bcef-f8e567b49c86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d5aee392-5426-4606-93a2-d364129ac4e7
ModelInvariantUuid:30d5e0e8-fa07-49fa-b365-813ca4471ee8
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:1c5a383a-42aa-4538-b817-6715f234ef22
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-10T07:53:19.249Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f952eb74-83ca-4f14-a25d-bb801b66ff09
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-10T07:53:19.256Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-06-10T07:53:19.256Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f952eb74-83ca-4f14-a25d-bb801b66ff09
2022-06-10T07:53:19.256Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d5c25f0d-d233-40b3-8bc4-af0232aea1d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-10T07:53:19.257Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:53:19.257Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:19.352Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:53:19.353Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d5c25f0d-d233-40b3-8bc4-af0232aea1d7 1565
2022-06-10T07:53:19.353Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:19.353Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:19.353Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:53:19.354Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:19.356Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:19.356Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847599353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:19.456Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:19.457Z||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-10T07:53:19.458Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:19.489Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:19.490Z||pool-100-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:53:20.358Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d4273dbf-7390-4eea-aac4-265357210c40",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74264def-4178-46b3-9768-8536018cda43",
    "vfModuleModelCustomizationUUID": "38261d61-5c02-400f-82fd-de270682a9c3",
    "isBase": true,
    "artifacts": [
      "ec839595-4baf-428d-a465-b0920d9e35b4",
      "92f69b57-e8f7-4cd5-b161-a7238bed15c9"
    ],
    "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": "bf8f2ab6-be3a-4ab0-bcdd-4c24881c23a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "944e77c1-9ac7-4a0a-be6c-55d1a6bfab51",
    "vfModuleModelCustomizationUUID": "e823ef1b-a158-4b1d-bc9e-0936ceee20fb",
    "isBase": false,
    "artifacts": [
      "60562fc4-1d27-43b3-980a-0c768f93b2e1"
    ],
    "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-10T07:53:20.363Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74264def-4178-46b3-9768-8536018cda43
VfModuleModelInvariantUUID:d4273dbf-7390-4eea-aac4-265357210c40
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec839595-4baf-428d-a465-b0920d9e35b4
,
92f69b57-e8f7-4cd5-b161-a7238bed15c9

}
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:944e77c1-9ac7-4a0a-be6c-55d1a6bfab51
VfModuleModelInvariantUUID:bf8f2ab6-be3a-4ab0-bcdd-4c24881c23a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
60562fc4-1d27-43b3-980a-0c768f93b2e1

}
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-10T07:53:20.366Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d4273dbf-7390-4eea-aac4-265357210c40",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "74264def-4178-46b3-9768-8536018cda43",
    "vfModuleModelCustomizationUUID": "38261d61-5c02-400f-82fd-de270682a9c3",
    "isBase": true,
    "artifacts": [
      "ec839595-4baf-428d-a465-b0920d9e35b4",
      "92f69b57-e8f7-4cd5-b161-a7238bed15c9"
    ],
    "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": "bf8f2ab6-be3a-4ab0-bcdd-4c24881c23a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "944e77c1-9ac7-4a0a-be6c-55d1a6bfab51",
    "vfModuleModelCustomizationUUID": "e823ef1b-a158-4b1d-bc9e-0936ceee20fb",
    "isBase": false,
    "artifacts": [
      "60562fc4-1d27-43b3-980a-0c768f93b2e1"
    ],
    "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-10T07:53:20.367Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:74264def-4178-46b3-9768-8536018cda43
VfModuleModelInvariantUUID:d4273dbf-7390-4eea-aac4-265357210c40
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec839595-4baf-428d-a465-b0920d9e35b4
,
92f69b57-e8f7-4cd5-b161-a7238bed15c9

}
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:944e77c1-9ac7-4a0a-be6c-55d1a6bfab51
VfModuleModelInvariantUUID:bf8f2ab6-be3a-4ab0-bcdd-4c24881c23a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
60562fc4-1d27-43b3-980a-0c768f93b2e1

}
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-10T07:53:20.367Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec839595-4baf-428d-a465-b0920d9e35b4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-10T07:53:20.367Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:53:20.368Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:20.470Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:53:20.472Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ec839595-4baf-428d-a465-b0920d9e35b4 914
2022-06-10T07:53:20.473Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:20.473Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:20.473Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:53:20.473Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:20.476Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:20.476Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847600473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:20.576Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:20.577Z||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-10T07:53:20.577Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:20.626Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:20.627Z||pool-101-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:53:21.477Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a0c2300b-2707-49ce-97c2-584826a9a04f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-10T07:53:21.477Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:53:21.478Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:21.612Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:53:21.613Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env a0c2300b-2707-49ce-97c2-584826a9a04f 12
2022-06-10T07:53:21.613Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:21.613Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:21.614Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:53:21.614Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:21.616Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:21.616Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847601613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:21.716Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:53:21.718Z||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-10T07:53:21.718Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:21.761Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:21.761Z||pool-102-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":4,"count":1}
2022-06-10T07:53:22.617Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92f69b57-e8f7-4cd5-b161-a7238bed15c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-10T07:53:22.617Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:53:22.618Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:22.792Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:53:22.793Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 92f69b57-e8f7-4cd5-b161-a7238bed15c9 96
2022-06-10T07:53:22.793Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:22.793Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:22.794Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:53:22.794Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:22.797Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:22.797Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847602793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:22.901Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-10T07:53:22.902Z||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-10T07:53:22.902Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:22.946Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:22.947Z||pool-103-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":3,"count":1}
2022-06-10T07:53:23.798Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 60562fc4-1d27-43b3-980a-0c768f93b2e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-10T07:53:23.799Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:53:23.799Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:24.010Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:53:24.011Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 60562fc4-1d27-43b3-980a-0c768f93b2e1 20206
2022-06-10T07:53:24.012Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:24.012Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:24.012Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:53:24.013Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:24.015Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:24.015Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847604012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:53:24.115Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:24.116Z||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-10T07:53:24.116Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:24.166Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:24.166Z||pool-104-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:25.027Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fdd072a1-7ce3-41b7-9b5b-99b535b56696
2022-06-10T07:53:25.027Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f952eb74-83ca-4f14-a25d-bb801b66ff09 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-10T07:53:25.056Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@192570ab, org.onap.sdc.toscaparser.api.parameters.Input@3ed87928, org.onap.sdc.toscaparser.api.parameters.Input@c266503, org.onap.sdc.toscaparser.api.parameters.Input@60a96f53, org.onap.sdc.toscaparser.api.parameters.Input@52bbebc5]
2022-06-10T07:53:25.058Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.058Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.058Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-10T07:53:25.059Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 51c4f25c-c9a4-425a-8ca2-dd5801a9d415
2022-06-10T07:53:25.059Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 51c4f25c-c9a4-425a-8ca2-dd5801a9d415 matches Tosca VF Customization UUID: 51c4f25c-c9a4-425a-8ca2-dd5801a9d415
2022-06-10T07:53:25.059Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 51c4f25c-c9a4-425a-8ca2-dd5801a9d415  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-10T07:53:25.062Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.063Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.063Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 51c4f25c-c9a4-425a-8ca2-dd5801a9d415: {\"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-10T07:53:25.063Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b9e89bf
2022-06-10T07:53:25.064Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.064Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:53:25.064Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e823ef1b-a158-4b1d-bc9e-0936ceee20fb
2022-06-10T07:53:25.065Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e823ef1b-a158-4b1d-bc9e-0936ceee20fb
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-10T07:53:25.073Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.074Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:25.074Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:53:25.074Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.075Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:25.075Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:53:25.075Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.075Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-10T07:53:25.075Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=51c4f25c-c9a4-425a-8ca2-dd5801a9d415
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-10T07:53:25.079Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.080Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.080Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fdd072a1-7ce3-41b7-9b5b-99b535b56696: basic_cnf_macro
2022-06-10T07:53:25.080Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.080Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.081Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.081Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.081Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.081Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.082Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.082Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.082Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:53:25.082Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:53:25.082Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:25.135Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f952eb74-83ca-4f14-a25d-bb801b66ff09 2 ASDC deployResourceStructure
2022-06-10T07:53:25.135Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:25.135Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:25.135Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:53:25.136Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:25.138Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:25.138Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847605135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:25.238Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:25.239Z||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-10T07:53:25.239Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:25.273Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:25.274Z||pool-105-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:53:26.139Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:26.139Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:26.139Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:53:26.140Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:26.141Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:26.141Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847606138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:26.242Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:26.243Z||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-10T07:53:26.243Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:26.266Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:26.267Z||pool-106-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:27.145Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:27.145Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:27.145Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-10T07:53:27.145Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:27.148Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:27.148Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847607142,
  "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-10T07:53:27.249Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:53:27.250Z||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-10T07:53:27.250Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:27.274Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:27.275Z||pool-107-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:53:28.149Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:28.150Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:28.150Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:53:28.150Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:28.153Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:28.153Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847608149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:28.253Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:28.255Z||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-10T07:53:28.256Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:28.294Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:28.295Z||pool-108-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:53:29.154Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:29.154Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:29.154Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-10T07:53:29.155Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:29.157Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:29.157Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847609154,
  "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-10T07:53:29.257Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:29.259Z||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-10T07:53:29.259Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:29.296Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:29.296Z||pool-109-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:53:30.159Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:30.159Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:30.159Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:53:30.159Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:53:30.162Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:53:30.162Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847610159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:53:30.262Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:53:30.263Z||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-10T07:53:30.264Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:53:30.290Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:53:30.290Z||pool-110-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:53:31.163Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:53:31.185Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:53:31.190Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:53:31.190Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:53:31.190Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:53:31.191Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:53:31.191Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:53:31.191Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:53:31.191Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:53:31.192Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:53:31.192Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:53:31.192Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:53:31.202Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:54:01.202Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 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-10T07:54:01.215Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 and serviceModelVersionId: fdd072a1-7ce3-41b7-9b5b-99b535b56696
2022-06-10T07:54:01.216Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e35f69a-de03-46f1-84ce-8b2d23314e96
2022-06-10T07:54:01.217Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0
2022-06-10T07:54:01.223Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:54:01.282Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0|INFO|500||Invoke
2022-06-10T07:54:01.283Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe517962-fdac-4618-b22b-1c77fda256d3], X-ECOMP-RequestID=[1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803], X-TransactionId=[], X-ONAP-RequestID=[1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803], Content-Type=[application/merge-patch+json]}
2022-06-10T07:54:01.307Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:54:01.705Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?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/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-07:54:01:275-87200], vertex-id=[237648], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:54:01 GMT], Content-Type=[application/json]}
2022-06-10T07:54:01.705Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:54:01.706Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e35f69a-de03-46f1-84ce-8b2d23314e96/model-vers/model-ver/fdd072a1-7ce3-41b7-9b5b-99b535b56696?depth=0|INFO|500||InvokeReturn
2022-06-10T07:54:01.706Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:54:01.706Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:54:01.712Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||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-10T07:54:01.712Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:54:01.713Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:54:01.713Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:01.716Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:01.716Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847641712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:54:01.816Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:01.817Z||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-10T07:54:01.817Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:01.850Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:01.851Z||pool-111-thread-1|||||INFO|500||cambria reply ok (35 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-10T07:54:05.336Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:54:05.337Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|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-10T07:54:05.337Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:54:05.342Z||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-10T07:54:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:05.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:05.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:54:05.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:54:05.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:54:05.984Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:05.985Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-10T07:54:05.985Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"aae74ffb-801c-4e27-851a-5f6ab259ee9f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3cbacd12-b9dd-471d-86dc-7731c6ea11de","serviceDescription":"service","serviceInvariantUUID":"82e2ce8f-23e3-483f-b00e-78aeb97fc1f7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc771920-3500-46e8-a6b7-d18c8f054e47","resourceInvariantUUID":"0f13bb7d-f6b0-4bb8-aa57-efb6c030592f","resourceCustomizationUUID":"bde29d83-34cd-4173-bd53-42821516c5c2","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":"NDRhZWI1ZmM4YTkxODRlZDkwODVmZDNhOTNjYTVlOTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3803876a-1d8a-4ba9-a0f8-ef293e1bdbcc","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":"MTBmYWE4NmFjNGRjM2JkNGFmNmVmZTg1NGMwZDA4NDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a64ff352-c0c9-4036-b993-fd266d6bf9ad","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":"00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b","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":"295bcaee-b60f-49b9-b259-648a633392ba","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":"e64401f7-83ac-4e6c-91c4-6ae1137ef054","artifactVersion":"2","generatedFromUUID":"00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b"},{"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":"YTE1ODYyMTY2MzVhNzE4YjhmMGE0ZjUzZmZjM2ZhMjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df1ce08b-f39e-48dd-839d-1848aa38df68","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":"YzRlNDNlNDA1YWFmNmQ1OTQyNTMxZGEyMjg1YWUxZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"706ee7fc-0e8a-4643-a76d-36d71bd02c95","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODE3NTJhM2QwOTQwMDY2M2Q4ZGQ4OTA3M2ZhMWM3MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b07500d4-3bd6-44c9-9a07-f4b01ec4c266","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:54:05.987Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:05.987Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:05.989Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:05.989Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:54:06.089Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:06.090Z||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-10T07:54:06.090Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:06.134Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:06.135Z||pool-112-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:06.990Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:06.990Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:06.993Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:06.993Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:54:07.093Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:07.094Z||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-10T07:54:07.094Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:07.123Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:07.124Z||pool-113-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:07.994Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:07.995Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:07.997Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:07.998Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:54:08.098Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:08.099Z||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-10T07:54:08.099Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:08.125Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:08.126Z||pool-114-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:08.998Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:08.999Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:09.002Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:09.002Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:54:09.102Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:09.103Z||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-10T07:54:09.103Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:09.134Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:09.135Z||pool-115-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:10.002Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:10.003Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:10.005Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:10.005Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-10T07:54:10.106Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:54:10.107Z||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-10T07:54:10.107Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:10.153Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:10.154Z||pool-116-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:11.006Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:11.007Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:11.009Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:11.009Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:54:11.111Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-10T07:54:11.118Z||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-10T07:54:11.118Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:11.149Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:11.150Z||pool-117-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:12.010Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:12.011Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:12.013Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:12.013Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:54:12.114Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:12.115Z||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-10T07:54:12.115Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:12.178Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:12.179Z||pool-118-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":2,"count":1}
2022-06-10T07:54:13.014Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:54:13.015Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:13.017Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:13.017Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:54:13.117Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:13.118Z||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-10T07:54:13.118Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:13.143Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:13.144Z||pool-119-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:14.019Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3cbacd12-b9dd-471d-86dc-7731c6ea11de",
  "serviceDescription": "service",
  "serviceInvariantUUID": "82e2ce8f-23e3-483f-b00e-78aeb97fc1f7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bde29d83-34cd-4173-bd53-42821516c5c2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cc771920-3500-46e8-a6b7-d18c8f054e47",
      "resourceInvariantUUID": "0f13bb7d-f6b0-4bb8-aa57-efb6c030592f",
      "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": "MTBmYWE4NmFjNGRjM2JkNGFmNmVmZTg1NGMwZDA4NDk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a64ff352-c0c9-4036-b993-fd266d6bf9ad",
          "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": "00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b",
          "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": "e64401f7-83ac-4e6c-91c4-6ae1137ef054",
            "generatedFromUUID": "00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b"
          },
          "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": "e64401f7-83ac-4e6c-91c4-6ae1137ef054",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODE3NTJhM2QwOTQwMDY2M2Q4ZGQ4OTA3M2ZhMWM3MzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b07500d4-3bd6-44c9-9a07-f4b01ec4c266"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:54:14.019Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:54:14.019Z|1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3cbacd12-b9dd-471d-86dc-7731c6ea11de ASDC
2022-06-10T07:54:14.019Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:aae74ffb-801c-4e27-851a-5f6ab259ee9f
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3cbacd12-b9dd-471d-86dc-7731c6ea11de
ServiceInvariantUUID:82e2ce8f-23e3-483f-b00e-78aeb97fc1f7
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:b07500d4-3bd6-44c9-9a07-f4b01ec4c266
ArtifactChecksum:ODE3NTJhM2QwOTQwMDY2M2Q4ZGQ4OTA3M2ZhMWM3MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bde29d83-34cd-4173-bd53-42821516c5c2
ResourceInvariantUUID:0f13bb7d-f6b0-4bb8-aa57-efb6c030592f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:cc771920-3500-46e8-a6b7-d18c8f054e47
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:a64ff352-c0c9-4036-b993-fd266d6bf9ad
ArtifactChecksum:MTBmYWE4NmFjNGRjM2JkNGFmNmVmZTg1NGMwZDA4NDk=
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:00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b
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:e64401f7-83ac-4e6c-91c4-6ae1137ef054
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:e64401f7-83ac-4e6c-91c4-6ae1137ef054
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-10T07:54:14.019Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cbacd12-b9dd-471d-86dc-7731c6ea11de 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-10T07:54:14.076Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:54:14.077Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:54:14.077Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:54:14.078Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b07500d4-3bd6-44c9-9a07-f4b01ec4c266 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-10T07:54:14.078Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:54:14.078Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-10T07:54:14.277Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:54:14.282Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b07500d4-3bd6-44c9-9a07-f4b01ec4c266 78805
2022-06-10T07:54:14.283Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:14.283Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:14.283Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:54:14.284Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:14.287Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:14.287Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847654283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:54:14.387Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:54:14.388Z||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-10T07:54:14.388Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:14.415Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:14.416Z||pool-120-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:54:15.290Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:54:15.290Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:54:15.291Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b07500d4-3bd6-44c9-9a07-f4b01ec4c266, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-10T07:54:15.291Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-10T07:54:15.291Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-10T07:54:15.292Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-10T07:54:15.400Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16733796763159454002/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-10T07:54:16.720Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.721Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:16.722Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-10T07:54:16.723Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:54:16.723Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.723Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:16.723Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:16.723Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-10T07:54:16.723Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:54:16.723Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.724Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:16.724Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.724Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-10T07:54:16.724Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-10T07:54:16.724Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-10T07:54:16.724Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-10T07:54:16.724Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-10T07:54:16.725Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-10T07:54:16.725Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.725Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:54:16.725Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.725Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:16.725Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:54:16.725Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-10T07:54:16.726Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-10T07:54:16.727Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-10T07:54:16.727Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b717b1f1-9243-47aa-8be6-5d452333f4ae
2022-06-10T07:54:16.727Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.727Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:16.727Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.727Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:16.728Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.728Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:16.728Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:16.728Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:16.729Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3cbacd12-b9dd-471d-86dc-7731c6ea11de
Model Version:NULL
Model InvariantUuid:82e2ce8f-23e3-483f-b00e-78aeb97fc1f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c09d3878-c13e-4db3-96b5-ff1443dcac04
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0f13bb7d-f6b0-4bb8-aa57-efb6c030592f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bde29d83-34cd-4173-bd53-42821516c5c2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:315d1bf3-d55f-4183-958e-f77de9dd7bbe
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:354ad554-10a5-40c6-b59f-3e26d9d0c670
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b717b1f1-9243-47aa-8be6-5d452333f4ae
ModelInvariantUuid:6bf0a2c6-23c4-44eb-9c42-f4057fda29bf
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5732dd32-3f17-4c3e-bd17-8140e025a747
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:308b1ae7-a134-40fa-9129-578824062c9a
ModelInvariantUuid:5fc3b4b6-a70d-4080-8dab-d7347894a9d5
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:75994ffa-9df3-48fe-9467-86a9f4208e3c
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-10T07:54:16.738Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: cc771920-3500-46e8-a6b7-d18c8f054e47
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-10T07:54:16.741Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-06-10T07:54:16.742Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc771920-3500-46e8-a6b7-d18c8f054e47
2022-06-10T07:54:16.742Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a64ff352-c0c9-4036-b993-fd266d6bf9ad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-10T07:54:16.742Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:54:16.742Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.849Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:54:16.850Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json a64ff352-c0c9-4036-b993-fd266d6bf9ad 792
2022-06-10T07:54:16.850Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.850Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:16.850Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:54:16.851Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:16.853Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:16.853Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847656850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:54:16.953Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:16.954Z||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-10T07:54:16.955Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:17.004Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:17.004Z||pool-121-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:17.854Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "315d1bf3-d55f-4183-958e-f77de9dd7bbe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "354ad554-10a5-40c6-b59f-3e26d9d0c670",
    "vfModuleModelCustomizationUUID": "e5b6dcc4-5da5-4389-aeae-31aea91d1d40",
    "isBase": true,
    "artifacts": [
      "00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b",
      "e64401f7-83ac-4e6c-91c4-6ae1137ef054"
    ],
    "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-10T07:54:17.857Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:354ad554-10a5-40c6-b59f-3e26d9d0c670
VfModuleModelInvariantUUID:315d1bf3-d55f-4183-958e-f77de9dd7bbe
VfModuleModelDescription:NULL
Artifacts UUID List:{
00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b
,
e64401f7-83ac-4e6c-91c4-6ae1137ef054

}
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-10T07:54:17.859Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "315d1bf3-d55f-4183-958e-f77de9dd7bbe",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "354ad554-10a5-40c6-b59f-3e26d9d0c670",
    "vfModuleModelCustomizationUUID": "e5b6dcc4-5da5-4389-aeae-31aea91d1d40",
    "isBase": true,
    "artifacts": [
      "00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b",
      "e64401f7-83ac-4e6c-91c4-6ae1137ef054"
    ],
    "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-10T07:54:17.860Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:354ad554-10a5-40c6-b59f-3e26d9d0c670
VfModuleModelInvariantUUID:315d1bf3-d55f-4183-958e-f77de9dd7bbe
VfModuleModelDescription:NULL
Artifacts UUID List:{
00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b
,
e64401f7-83ac-4e6c-91c4-6ae1137ef054

}
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-10T07:54:17.860Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-10T07:54:17.860Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:54:17.860Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:17.925Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:54:17.925Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 00cae3e6-e28d-4ca5-bceb-a900c1f9cb1b 5033
2022-06-10T07:54:17.925Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:17.926Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:17.926Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:54:17.926Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:17.928Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:17.928Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847657925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:54:18.028Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:18.029Z||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-10T07:54:18.030Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:18.054Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:18.055Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:18.929Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e64401f7-83ac-4e6c-91c4-6ae1137ef054 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-10T07:54:18.930Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:54:18.931Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:19.016Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:54:19.017Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e64401f7-83ac-4e6c-91c4-6ae1137ef054 903
2022-06-10T07:54:19.018Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:19.018Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:19.018Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:54:19.019Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:19.022Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:19.023Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847659018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:54:19.123Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:54:19.123Z||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-10T07:54:19.124Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:19.148Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:19.149Z||pool-123-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:20.024Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3cbacd12-b9dd-471d-86dc-7731c6ea11de
2022-06-10T07:54:20.024Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cc771920-3500-46e8-a6b7-d18c8f054e47 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-10T07:54:20.041Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@562b32a9, org.onap.sdc.toscaparser.api.parameters.Input@13314e04, org.onap.sdc.toscaparser.api.parameters.Input@7b8a8480, org.onap.sdc.toscaparser.api.parameters.Input@37ededf3, org.onap.sdc.toscaparser.api.parameters.Input@38dc3fdd]
2022-06-10T07:54:20.043Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.043Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.043Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-06-10T07:54:20.043Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= bde29d83-34cd-4173-bd53-42821516c5c2
2022-06-10T07:54:20.044Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bde29d83-34cd-4173-bd53-42821516c5c2 matches Tosca VF Customization UUID: bde29d83-34cd-4173-bd53-42821516c5c2
2022-06-10T07:54:20.044Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: bde29d83-34cd-4173-bd53-42821516c5c2  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-10T07:54:20.046Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.046Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.047Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id bde29d83-34cd-4173-bd53-42821516c5c2: {\"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-10T07:54:20.047Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@565fdfce
2022-06-10T07:54:20.047Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.047Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-10T07:54:20.047Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5b6dcc4-5da5-4389-aeae-31aea91d1d40
2022-06-10T07:54:20.048Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5b6dcc4-5da5-4389-aeae-31aea91d1d40
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-10T07:54:20.050Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.050Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:20.050Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:54:20.050Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.051Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:20.051Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:54:20.051Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.051Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-10T07:54:20.051Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-10T07:54:20.051Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-10T07:54:20.052Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b717b1f1-9243-47aa-8be6-5d452333f4ae
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-10T07:54:20.055Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.055Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:20.055Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-10T07:54:20.055Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.056Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-10T07:54:20.056Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bde29d83-34cd-4173-bd53-42821516c5c2
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-10T07:54:20.057Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.058Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.058Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3cbacd12-b9dd-471d-86dc-7731c6ea11de: basic_vm_macro
2022-06-10T07:54:20.058Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.058Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.058Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.059Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.059Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.059Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.059Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.059Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.059Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:54:20.060Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:54:20.060Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:20.196Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cc771920-3500-46e8-a6b7-d18c8f054e47 1 ASDC deployResourceStructure
2022-06-10T07:54:20.196Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:20.196Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:20.196Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:54:20.197Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:20.199Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:20.199Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847660196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:54:20.299Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:20.300Z||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-10T07:54:20.300Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:20.342Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:20.343Z||pool-124-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:21.200Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:21.200Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:21.200Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:54:21.201Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:21.204Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:21.204Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847661200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:54:21.304Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:54:21.305Z||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-10T07:54:21.306Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:21.350Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:21.350Z||pool-125-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:22.206Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:22.206Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:22.206Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:54:22.206Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:22.208Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:22.208Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847662205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:54:22.309Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:22.310Z||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-10T07:54:22.310Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:22.332Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:22.333Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:23.209Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:23.210Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:54:23.210Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:54:23.210Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:54:23.213Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:54:23.213Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847663209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:54:23.313Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:54:23.314Z||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-10T07:54:23.314Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:54:23.383Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:54:23.384Z||pool-127-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:54:24.214Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:54:24.228Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:54:24.230Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:54:24.231Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:54:24.231Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:54:54.231Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:54:54.254Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:54:54.257Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:54:54.257Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-10T07:54:54.257Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-10T07:55:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:55:05.343Z||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-10T07:55:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:55:05.434Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:55:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.438Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.438Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.438Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.439Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.440Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.440Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.440Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847585336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.441Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.441Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.441Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847596383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.441Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847599353,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.442Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847600473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.442Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.442Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847601613,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847602793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.443Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847604012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847605135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847606138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847607142,
  "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-10T07:55:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847608149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847609154,
  "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-10T07:55:05.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847610159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.449Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.450Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.450Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.453Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847609374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847604477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.458Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847603682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847606575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847620948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847619640,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847619645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847620937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847622172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "cds",
  "timestamp": 1654847621151,
  "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=?
2022-06-10T07:55:05.496Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aae74ffb-801c-4e27-851a-5f6ab259ee9f
2022-06-10T07:55:05.496Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aae74ffb-801c-4e27-851a-5f6ab259ee9f 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-10T07:55:05.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847623285,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847623854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.536Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847624342,
  "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-10T07:55:05.546Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aae74ffb-801c-4e27-851a-5f6ab259ee9f
2022-06-10T07:55:05.546Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aae74ffb-801c-4e27-851a-5f6ab259ee9f 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-10T07:55:05.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847624870,
  "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-10T07:55:05.584Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aae74ffb-801c-4e27-851a-5f6ab259ee9f
2022-06-10T07:55:05.584Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aae74ffb-801c-4e27-851a-5f6ab259ee9f 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-10T07:55:05.608Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.609Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847625355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847619875,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:05.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847621791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:55:05.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:55:05.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847630637,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:55:05.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847630283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847631643,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:55:05.617Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:05.617Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.617Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "aai-ml",
  "timestamp": 1654847631287,
  "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-10T07:55:05.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aae74ffb-801c-4e27-851a-5f6ab259ee9f
2022-06-10T07:55:05.624Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aae74ffb-801c-4e27-851a-5f6ab259ee9f 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-10T07:55:05.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "policy-id",
  "timestamp": 1654847632659,
  "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-10T07:55:05.646Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aae74ffb-801c-4e27-851a-5f6ab259ee9f
2022-06-10T07:55:05.646Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aae74ffb-801c-4e27-851a-5f6ab259ee9f 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-10T07:55:05.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:55:05.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c1b2f8a-1b03-4b2d-a3cf-4dfe957c1803",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847641712,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:55:05.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:55:24.258Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:55:24.277Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:55:24.281Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:55:24.282Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:55:24.282Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:55:24.282Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:55:24.282Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:55:24.282Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:55:24.283Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:55:24.283Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:55:24.283Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:55:24.283Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:55:24.293Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:55:54.294Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f 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-10T07:55:54.304Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aae74ffb-801c-4e27-851a-5f6ab259ee9f and serviceModelVersionId: 3cbacd12-b9dd-471d-86dc-7731c6ea11de
2022-06-10T07:55:54.305Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82e2ce8f-23e3-483f-b00e-78aeb97fc1f7
2022-06-10T07:55:54.305Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82e2ce8f-23e3-483f-b00e-78aeb97fc1f7/model-vers/model-ver/3cbacd12-b9dd-471d-86dc-7731c6ea11de?depth=0
2022-06-10T07:55:54.309Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:55:54.354Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e2ce8f-23e3-483f-b00e-78aeb97fc1f7/model-vers/model-ver/3cbacd12-b9dd-471d-86dc-7731c6ea11de?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-10T07:55:54.356Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e2ce8f-23e3-483f-b00e-78aeb97fc1f7/model-vers/model-ver/3cbacd12-b9dd-471d-86dc-7731c6ea11de?depth=0|INFO|500||Invoke
2022-06-10T07:55:54.377Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e2ce8f-23e3-483f-b00e-78aeb97fc1f7/model-vers/model-ver/3cbacd12-b9dd-471d-86dc-7731c6ea11de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:55:54.747Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e2ce8f-23e3-483f-b00e-78aeb97fc1f7/model-vers/model-ver/3cbacd12-b9dd-471d-86dc-7731c6ea11de?depth=0|INFO|500||InvokeReturn
2022-06-10T07:55:54.748Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e2ce8f-23e3-483f-b00e-78aeb97fc1f7/model-vers/model-ver/3cbacd12-b9dd-471d-86dc-7731c6ea11de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220610-07:55:54:332-31048], vertex-id=[270528], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:55:54 GMT], Content-Type=[application/json]}
2022-06-10T07:55:54.749Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:55:54.749Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:55:54.749Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:55:54.757Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||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-10T07:55:54.757Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aae74ffb-801c-4e27-851a-5f6ab259ee9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:55:54.757Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:55:54.758Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:55:54.761Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:55:54.761Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847754757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:55:54.861Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:55:54.862Z||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-10T07:55:54.863Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:55:54.884Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:55:54.885Z||pool-128-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-10T07:55:55.785Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:55:55.785Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|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-10T07:55:55.786Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:55:56.426Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:55:56.427Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-10T07:55:56.427Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"72e39af7-b8d1-4c6e-9ca8-e817259a6239","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"02abaa7d-fcf2-4087-8a47-9d1888ca472c","serviceDescription":"service","serviceInvariantUUID":"42d39900-d2ba-4bea-8147-a1caea6ce886","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6a0d668c-b534-4137-961a-eb98f8d3bb35","resourceInvariantUUID":"d1c91a0a-b7a3-422f-b2a6-6824510a8da2","resourceCustomizationUUID":"e96c067c-b23d-4ca4-8f3c-bf24555bad58","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":"NjJlNWI0MjA4OTZmZjY4Yjk3ZmYxNWVhYzg1MTEyNzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d3ee6e1-6a6c-4925-9513-f0d128449b78","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":"ecda6e61-477c-4e25-b91a-acc94a82b8b7","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":"a13afc8a-bd8a-4dc6-8217-139d9c0e670b","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":"MWUxMjFiNzg2ODY1Nzc1ZmNiZDY5MTc4NTRkYmMwYmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e07fd7d1-9a27-4a29-bbe8-a49c74bbfba3","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":"d5b807b0-11e3-4ce6-b13a-10c9dda6dd42","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":"4981fbcd-de22-4d84-89aa-1521af30d506","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":"1698020b-47d4-423f-bd47-6336bbb291f0","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":"MjFjYzlkM2Q1MGU5NGE0Yzg2NmVlNDUxNDEwNjQ4YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd678823-3736-46fd-aa13-0501f13e0e5c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDcyYmQwZjE1NWYxZWY2ZWViNTcxNGJjYjQ0NDgwZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"984f21ec-fd9c-4162-b278-8117f3cc8267","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-10T07:55:56.429Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:55:56.429Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:55:56.431Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:55:56.431Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:56.532Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:55:56.533Z||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-10T07:55:56.533Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:55:56.552Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:55:56.553Z||pool-129-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:55:57.432Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:55:57.433Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:55:57.435Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:55:57.435Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:57.536Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:55:57.537Z||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-10T07:55:57.538Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:55:57.560Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:55:57.561Z||pool-130-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:55:58.436Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:55:58.437Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:55:58.439Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:55:58.439Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:58.539Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:55:58.540Z||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-10T07:55:58.540Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:55:58.561Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:55:58.562Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:55:59.440Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:55:59.441Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:55:59.443Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:55:59.443Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:55:59.543Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:55:59.544Z||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-10T07:55:59.545Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:55:59.577Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:55:59.577Z||pool-132-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:56:00.444Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:56:00.445Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:00.448Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:00.448Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:00.548Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:56:00.550Z||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-10T07:56:00.550Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:00.578Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:00.579Z||pool-133-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:56:01.449Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:56:01.450Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:01.452Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:01.452Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:01.552Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:56:01.553Z||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-10T07:56:01.553Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:01.577Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:01.578Z||pool-134-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:56:02.453Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:56:02.454Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:02.456Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:02.456Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:02.556Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-10T07:56:02.557Z||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-10T07:56:02.558Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:02.580Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:02.581Z||pool-135-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-10T07:56:03.457Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:56:03.458Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:03.461Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:03.461Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:03.561Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:56:03.561Z||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-10T07:56:03.562Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:03.583Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:03.584Z||pool-136-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:56:04.462Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-10T07:56:04.463Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:04.465Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:04.465Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:56:04.565Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:56:04.566Z||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-10T07:56:04.566Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:04.587Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:04.588Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:56:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:56:05.343Z||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-10T07:56:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:05.392Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:05.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847645336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847654283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847656850,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847657925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847659018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847660196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847661200,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847662205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847663209,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.405Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.406Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847654374,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847659877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847668405,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847661791,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847669943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "cds",
  "timestamp": 1654847669889,
  "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-10T07:56:05.445Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72e39af7-b8d1-4c6e-9ca8-e817259a6239
2022-06-10T07:56:05.445Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e39af7-b8d1-4c6e-9ca8-e817259a6239 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-10T07:56:05.466Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "02abaa7d-fcf2-4087-8a47-9d1888ca472c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "42d39900-d2ba-4bea-8147-a1caea6ce886",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e96c067c-b23d-4ca4-8f3c-bf24555bad58",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6a0d668c-b534-4137-961a-eb98f8d3bb35",
      "resourceInvariantUUID": "d1c91a0a-b7a3-422f-b2a6-6824510a8da2",
      "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": "ZDcyYmQwZjE1NWYxZWY2ZWViNTcxNGJjYjQ0NDgwZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "984f21ec-fd9c-4162-b278-8117f3cc8267"
    }
  ],
  "workloadContext": "Production"
}
2022-06-10T07:56:05.466Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-10T07:56:05.467Z|aae74ffb-801c-4e27-851a-5f6ab259ee9f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02abaa7d-fcf2-4087-8a47-9d1888ca472c ASDC
2022-06-10T07:56:05.467Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:72e39af7-b8d1-4c6e-9ca8-e817259a6239
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:02abaa7d-fcf2-4087-8a47-9d1888ca472c
ServiceInvariantUUID:42d39900-d2ba-4bea-8147-a1caea6ce886
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:984f21ec-fd9c-4162-b278-8117f3cc8267
ArtifactChecksum:ZDcyYmQwZjE1NWYxZWY2ZWViNTcxNGJjYjQ0NDgwZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e96c067c-b23d-4ca4-8f3c-bf24555bad58
ResourceInvariantUUID:d1c91a0a-b7a3-422f-b2a6-6824510a8da2
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:6a0d668c-b534-4137-961a-eb98f8d3bb35
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-10T07:56:05.467Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02abaa7d-fcf2-4087-8a47-9d1888ca472c ASDC treatNotification
2022-06-10T07:56:05.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847671717,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847671013,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
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=?
2022-06-10T07:56:05.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654847672019,
  "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=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
2022-06-10T07:56:05.516Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 72e39af7-b8d1-4c6e-9ca8-e817259a6239
2022-06-10T07:56:05.516Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e39af7-b8d1-4c6e-9ca8-e817259a6239 and 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=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-10T07:56:05.530Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:56:05.531Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:56:05.531Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:56:05.531Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 984f21ec-fd9c-4162-b278-8117f3cc8267 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-10T07:56:05.531Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-06-10T07:56:05.532Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-10T07:56:05.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847672721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.539Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847664478,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847663678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "policy-id",
  "timestamp": 1654847673725,
  "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-10T07:56:05.553Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72e39af7-b8d1-4c6e-9ca8-e817259a6239
2022-06-10T07:56:05.553Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e39af7-b8d1-4c6e-9ca8-e817259a6239 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-10T07:56:05.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:56:05.584Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.584Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.584Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847674398,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847673553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.585Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.585Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.585Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654847666574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:56:05.586Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:56:05.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847676736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.586Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.586Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.586Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654847677741,
  "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-10T07:56:05.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72e39af7-b8d1-4c6e-9ca8-e817259a6239
2022-06-10T07:56:05.600Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e39af7-b8d1-4c6e-9ca8-e817259a6239 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-10T07:56:05.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847679804,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:05.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:56:05.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:56:05.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "aai-ml",
  "timestamp": 1654847680809,
  "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-10T07:56:05.624Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72e39af7-b8d1-4c6e-9ca8-e817259a6239
2022-06-10T07:56:05.625Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72e39af7-b8d1-4c6e-9ca8-e817259a6239 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-10T07:56:05.719Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-06-10T07:56:05.725Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 984f21ec-fd9c-4162-b278-8117f3cc8267 105657
2022-06-10T07:56:05.725Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:05.725Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:05.725Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-10T07:56:05.725Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:05.727Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:05.728Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847765725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:56:05.829Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-10T07:56:05.830Z||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-10T07:56:05.830Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:05.862Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:05.863Z||pool-138-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:56:06.728Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-10T07:56:06.730Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-06-10T07:56:06.731Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 984f21ec-fd9c-4162-b278-8117f3cc8267, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-10T07:56:06.731Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-10T07:56:06.732Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-10T07:56:06.733Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-10T07:56:06.856Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1346579485332148645/Definitions/service-TestPnfMacro-template.yml
2022-06-10T07:56:07.772Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-10T07:56:07.773Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-10T07:56:07.773Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-10T07:56:07.773Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-10T07:56:07.773Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.774Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.774Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.774Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.774Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.774Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.775Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.775Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-06-10T07:56:07.775Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.775Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.776Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-10T07:56:07.776Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-10T07:56:07.776Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:56:07.776Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.777Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.777Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-10T07:56:07.777Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-06-10T07:56:07.778Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-10T07:56:07.778Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.778Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.778Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.779Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.779Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.779Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.779Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.780Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.780Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.780Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.780Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:02abaa7d-fcf2-4087-8a47-9d1888ca472c
Model Version:NULL
Model InvariantUuid:42d39900-d2ba-4bea-8147-a1caea6ce886
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-10T07:56:07.798Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6a0d668c-b534-4137-961a-eb98f8d3bb35
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-10T07:56:07.802Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-06-10T07:56:07.803Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6a0d668c-b534-4137-961a-eb98f8d3bb35
2022-06-10T07:56:07.803Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 02abaa7d-fcf2-4087-8a47-9d1888ca472c
2022-06-10T07:56:07.803Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 02abaa7d-fcf2-4087-8a47-9d1888ca472c
2022-06-10T07:56:07.803Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 6a0d668c-b534-4137-961a-eb98f8d3bb35 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-10T07:56:07.811Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a9df770, org.onap.sdc.toscaparser.api.parameters.Input@46f3d20d, org.onap.sdc.toscaparser.api.parameters.Input@6d7f6dd0, org.onap.sdc.toscaparser.api.parameters.Input@54d512d9, org.onap.sdc.toscaparser.api.parameters.Input@71565944]
2022-06-10T07:56:07.811Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.811Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.812Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 02abaa7d-fcf2-4087-8a47-9d1888ca472c: test-pnf
2022-06-10T07:56:07.812Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||Processing PNF resource: 6a0d668c-b534-4137-961a-eb98f8d3bb35
2022-06-10T07:56:07.812Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-10T07:56:07.813Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-10T07:56:07.813Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||Resource customization UUID: e96c067c-b23d-4ca4-8f3c-bf24555bad58 is the same as notified resource customizationUUID: e96c067c-b23d-4ca4-8f3c-bf24555bad58
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-10T07:56:07.906Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 6a0d668c-b534-4137-961a-eb98f8d3bb35 0 ASDC deployResourceStructure
2022-06-10T07:56:07.907Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.907Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:07.907Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-10T07:56:07.908Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:07.910Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:07.910Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847767907,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:56:08.010Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:56:08.011Z||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-10T07:56:08.012Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:08.035Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:08.036Z||pool-139-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-10T07:56:08.911Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72e39af7-b8d1-4c6e-9ca8-e817259a6239
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10T07:56:08.942Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72e39af7-b8d1-4c6e-9ca8-e817259a6239
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-10T07:56:08.946Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-10T07:56:08.946Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-10T07:56:08.946Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-10T07:56:08.946Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-10T07:56:08.947Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:56:08.947Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:56:08.947Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:56:08.947Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:56:08.947Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:56:08.947Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-10T07:56:08.948Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:08.963Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-10T07:56:38.964Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72e39af7-b8d1-4c6e-9ca8-e817259a6239 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-10T07:56:38.973Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72e39af7-b8d1-4c6e-9ca8-e817259a6239 and serviceModelVersionId: 02abaa7d-fcf2-4087-8a47-9d1888ca472c
2022-06-10T07:56:38.974Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 42d39900-d2ba-4bea-8147-a1caea6ce886
2022-06-10T07:56:38.974Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0
2022-06-10T07:56:38.979Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-06-10T07:56:39.025Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0|INFO|500||Invoke
2022-06-10T07:56:39.026Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72e39af7-b8d1-4c6e-9ca8-e817259a6239], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81dd2a85-06e0-4687-9e51-6d5487dd6fe6], X-ECOMP-RequestID=[72e39af7-b8d1-4c6e-9ca8-e817259a6239], X-TransactionId=[], X-ONAP-RequestID=[72e39af7-b8d1-4c6e-9ca8-e817259a6239], Content-Type=[application/merge-patch+json]}
2022-06-10T07:56:39.053Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-10T07:56:39.235Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?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/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220610-07:56:39:009-43090], vertex-id=[254032], Content-Length=[0], Date=[Fri, 10 Jun 2022 07:56:39 GMT], Content-Type=[application/json]}
2022-06-10T07:56:39.235Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-10T07:56:39.236Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/42d39900-d2ba-4bea-8147-a1caea6ce886/model-vers/model-ver/02abaa7d-fcf2-4087-8a47-9d1888ca472c?depth=0|INFO|500||InvokeReturn
2022-06-10T07:56:39.236Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-10T07:56:39.236Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:39.246Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||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-10T07:56:39.246Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72e39af7-b8d1-4c6e-9ca8-e817259a6239 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-10T07:56:39.247Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-10T07:56:39.247Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-06-10T07:56:39.249Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-10T07:56:39.250Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847799247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:56:39.350Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-10T07:56:39.352Z||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-10T07:56:39.352Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:39.389Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:56:39.389Z||pool-140-thread-1|||||INFO|500||cambria reply ok (38 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-10T07:56:40.263Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:56:40.263Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T07:56:40.264Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:56:49.871Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:57:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:57:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T07:57:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:57:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:57:05.343Z||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-10T07:57:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:57:05.410Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:57:05.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aae74ffb-801c-4e27-851a-5f6ab259ee9f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847754757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:57:05.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:57:05.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-10T07:57:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:05.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:57:05.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847755785,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-10T07:57:05.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-10T07:57:14.937Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:58:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:58:05.338Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T07:58:05.338Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:58:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:58:05.342Z||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-10T07:58:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:58:05.404Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:58:05.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-10T07:58:05.405Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847765725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-10T07:58:05.406Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:58:15.015Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:59:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:59:05.339Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T07:59:05.339Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:59:05.342Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T07:59:05.343Z||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-10T07:59:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T07:59:05.882Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T07:59:05.883Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-10T07:59:05.883Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847767907,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-10T07:59:05.884Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:59:05.885Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-10T07:59:05.885Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72e39af7-b8d1-4c6e-9ca8-e817259a6239",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654847799247,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-10T07:59:05.885Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-10T07:59:14.950Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:00:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:00:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:00:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:00:05.341Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:00:05.342Z||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-10T08:00:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:00:14.995Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:00:15.021Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:01:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:01:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:01:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:01:05.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:01:05.345Z||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-10T08:01:05.345Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:01:14.914Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:01:14.992Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:02:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:02:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:02:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:02:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:02:05.342Z||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-10T08:02:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:02:14.991Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:02:14.993Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:03:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:03:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:03:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:03:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:03:05.342Z||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-10T08:03:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:03:14.946Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:03:14.946Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:04:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:04:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:04:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:04:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:04:05.343Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T08:04:05.343Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:04:14.916Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:04:14.934Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:05:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:05:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:05:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:05:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:05:05.343Z||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-10T08:05:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:05:14.913Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:05:14.931Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:06:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:06:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:06:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:06:05.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:06:05.342Z||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-10T08:06:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:06:14.934Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:06:14.942Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:07:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:07:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:07:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:07:05.342Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:07:05.342Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:07:05.343Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:07:14.940Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:07:15.026Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:08:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:08:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:08:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:08:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:08:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T08:08:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:08:14.966Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:08:15.091Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:09:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:09:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:09:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:09:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:09:05.342Z||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-10T08:09:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:09:14.936Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:09:14.950Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:10:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:10:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:10:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:10:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:10:05.342Z||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-10T08:10:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:10:14.963Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:10:14.968Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:11:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:11:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:11:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:11:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:11:05.342Z||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-10T08:11:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:11:14.960Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:11:14.961Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:12:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:12:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:12:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:12:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:12:05.343Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T08:12:05.343Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:12:14.977Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:12:14.995Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:13:05.336Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:13:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:13:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:13:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:13:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T08:13:05.343Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:13:14.949Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:13:15.004Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:14:05.337Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:14:05.342Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:14:05.344Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:14:05.345Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:14:05.345Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:14:05.345Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:14:14.964Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:14:14.963Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:15:05.339Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:15:05.342Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:15:05.343Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:15:05.343Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:15:05.343Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:15:05.343Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:15:14.969Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:15:14.969Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:16:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:16:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:16:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:16:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:16:05.343Z||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-10T08:16:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:16:14.951Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:16:14.984Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:17:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:17:05.338Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:17:05.338Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:17:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:17:05.342Z||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-10T08:17:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:17:14.940Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:17:14.949Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:18:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:18:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:18:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:18:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:18:05.342Z||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-10T08:18:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:18:14.966Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:18:14.998Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:19:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:19:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:19:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:19:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:19:05.343Z||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-10T08:19:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:19:14.917Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:19:14.944Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:20:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:20:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:20:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:20:05.342Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:20:05.342Z||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-10T08:20:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:20:14.956Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:20:14.983Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:21:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:21:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:21:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:21:05.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:21:05.342Z||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-10T08:21:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:21:14.939Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:21:14.995Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:22:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:22:05.338Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:22:05.338Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:22:05.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:22:05.342Z||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-10T08:22:05.342Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:22:14.922Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:22:14.942Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:23:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:23:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:23:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:23:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:23:05.342Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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-10T08:23:05.343Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:23:14.986Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:23:15.032Z|1ec2bced-1c1e-4a8b-8711-0f2a2873d903|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:24:05.336Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:24:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:24:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:24:05.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:24:05.343Z||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-10T08:24:05.343Z||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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:24:14.990Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:24:14.993Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:25:05.337Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:25:05.338Z|17b12556-383c-4acc-8c48-99ca539c72c4|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-10T08:25:05.338Z|17b12556-383c-4acc-8c48-99ca539c72c4|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:25:05.342Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-10T08:25:05.342Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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-10T08:25:05.342Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|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 r8JkHUZS2Ux1mvW5) ...
2022-06-10T08:25:14.949Z|72e39af7-b8d1-4c6e-9ca8-e817259a6239|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-10T08:25:14.969Z|17b12556-383c-4acc-8c48-99ca539c72c4|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK