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-04T03:22:50.339Z||main|||||INFO|500||The following profiles are active: basic
2022-06-04T03:23:02.832Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-04T03:23:02.833Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-04T03:23:02.993Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-04T03:23:08.255Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-04T03:23:08.711Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-04T03:23:09.260Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-04T03:23:09.274Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-04T03:23:09.419Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-04T03:23:09.738Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-04T03:23:10.507Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-04T03:23:12.673Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-04T03:23:15.227Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-04T03:23:15.285Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-04T03:23:15.949Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-04T03:23:16.231Z||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-04T03:23:17.646Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-04T03:23:18.830Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-04T03:23:18.849Z||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-04T03:23:18.850Z||main|||||WARN|500||The sdc end point is not alive
2022-06-04T03:23:22.331Z||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-04T03:23:25.437Z||main|||||WARN|500||---
2022-06-04T03:23:25.438Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-04T03:23:25.438Z||main|||||WARN|500||---
2022-06-04T03:23:26.058Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-04T03:23:31.614Z||main|||||INFO|500||Started Application in 45.12 seconds (JVM running for 47.619)
2022-06-04T03:23:31.626Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:23:31.628Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:23:31.642Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:23:31.674Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:23:31.716Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 93c185ec-cb1d-42df-a5bd-38e6abed7bd8 url= /sdc/v1/artifactTypes
2022-06-04T03:23:31.717Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:23:32.821Z||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.13.208] 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$$f65bc368.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-04T03:23:32.825Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77311621
2022-06-04T03:23:32.825Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:23:32.841Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:23:32.844Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:23:32.847Z||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$$f65bc368.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-04T03:24:21.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:24:21.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:24:21.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:24:21.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:24:21.616Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9fd8c631-2cd0-4a41-9101-567132e1d36a url= /sdc/v1/artifactTypes
2022-06-04T03:24:21.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:24:22.648Z||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.13.208] 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$$f65bc368.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-04T03:24:22.650Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7c449093
2022-06-04T03:24:22.650Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:24:22.651Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:24:22.651Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:24:22.652Z||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$$f65bc368.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-04T03:25:11.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:25:11.609Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:25:11.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:25:11.615Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:25:11.621Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58d2a52f-9586-4d39-a209-ef4097b7d546 url= /sdc/v1/artifactTypes
2022-06-04T03:25:11.622Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:25:12.662Z||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.13.208] 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$$f65bc368.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-04T03:25:12.663Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37850592
2022-06-04T03:25:12.664Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:25:12.664Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:25:12.664Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:25:12.665Z||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$$f65bc368.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-04T03:26:01.610Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:26:01.611Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:26:01.612Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:26:01.615Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:26:01.627Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87ecd70a-1f73-475a-8255-4355b13e24df url= /sdc/v1/artifactTypes
2022-06-04T03:26:01.628Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:26:02.644Z||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.13.208] 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$$f65bc368.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-04T03:26:02.646Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73537997
2022-06-04T03:26:02.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:26:02.646Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:26:02.647Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:26:02.648Z||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$$f65bc368.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-04T03:26:51.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:26:51.610Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:26:51.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:26:51.612Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:26:51.617Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48a6365a-d93d-486a-84f3-06144adf5342 url= /sdc/v1/artifactTypes
2022-06-04T03:26:51.617Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:26:52.669Z||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.13.208] 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$$f65bc368.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-04T03:26:52.671Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a610126
2022-06-04T03:26:52.671Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:26:52.671Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:26:52.672Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:26:52.673Z||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$$f65bc368.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-04T03:27:41.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:27:41.609Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:27:41.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:27:41.617Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:27:41.624Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 017aa2e9-0b33-4ba2-ba33-4dd9230151d6 url= /sdc/v1/artifactTypes
2022-06-04T03:27:41.624Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:27:42.648Z||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.13.208] 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$$f65bc368.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-04T03:27:42.649Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e36281e
2022-06-04T03:27:42.649Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:27:42.650Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:27:42.650Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:27:42.651Z||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$$f65bc368.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-04T03:28:31.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:28:31.610Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:28:31.612Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:28:31.617Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:28:31.626Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5a5dab63-b68e-4ecb-bbbf-7c74f53ffc8d url= /sdc/v1/artifactTypes
2022-06-04T03:28:31.626Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:28:32.668Z||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.13.208] 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$$f65bc368.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-04T03:28:32.669Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3851b4f8
2022-06-04T03:28:32.670Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:28:32.670Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:28:32.670Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:28:32.671Z||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$$f65bc368.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-04T03:29:21.608Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:29:21.609Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:29:21.610Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:29:21.614Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:29:21.621Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78c4d501-925c-47ac-9141-ba552e497795 url= /sdc/v1/artifactTypes
2022-06-04T03:29:21.621Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:29:22.644Z||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.13.208] 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$$f65bc368.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-04T03:29:22.645Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6976f86
2022-06-04T03:29:22.645Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:29:22.646Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:29:22.646Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:29:22.647Z||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$$f65bc368.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-04T03:30:11.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:30:11.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:30:11.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:30:11.613Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:30:11.620Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddffdf33-a0b7-4522-99c8-0141c5b5f99a url= /sdc/v1/artifactTypes
2022-06-04T03:30:11.620Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:30:12.660Z||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.13.208] 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$$f65bc368.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-04T03:30:12.661Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a33ff14
2022-06-04T03:30:12.661Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:30:12.662Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:30:12.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:30:12.662Z||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$$f65bc368.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-04T03:31:01.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:31:01.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:31:01.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:31:01.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:31:01.616Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2b2600bf-96cf-4336-9aca-6620893c9eb6 url= /sdc/v1/artifactTypes
2022-06-04T03:31:01.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:31:02.648Z||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.13.208] 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$$f65bc368.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-04T03:31:02.649Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d0ef4b7
2022-06-04T03:31:02.649Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:31:02.650Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:31:02.650Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:31:02.651Z||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$$f65bc368.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-04T03:31:51.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:31:51.607Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:31:51.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:31:51.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:31:51.615Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df1149b4-3bcb-414f-b41f-c016600acf82 url= /sdc/v1/artifactTypes
2022-06-04T03:31:51.615Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:31:52.628Z||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.13.208] 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$$f65bc368.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-04T03:31:52.629Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61b045c6
2022-06-04T03:31:52.629Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:31:52.630Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:31:52.630Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:31:52.630Z||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$$f65bc368.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-04T03:32:41.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:32:41.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:32:41.609Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:32:41.612Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:32:41.616Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b56b52a-ffdb-4047-a605-ba510cf8f837 url= /sdc/v1/artifactTypes
2022-06-04T03:32:41.616Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:32:42.644Z||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.13.208] 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$$f65bc368.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-04T03:32:42.645Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b8c84ac
2022-06-04T03:32:42.646Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:32:42.646Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:32:42.646Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:32:42.647Z||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$$f65bc368.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-04T03:33:20.658Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-04T03:33:31.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:33:31.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:33:31.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:33:31.612Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:33:31.618Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 40ad7f86-66d4-49db-9346-030cf2312fd7 url= /sdc/v1/artifactTypes
2022-06-04T03:33:31.618Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:33:32.660Z||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.13.208] 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$$f65bc368.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-04T03:33:32.661Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@424700b0
2022-06-04T03:33:32.661Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-04T03:33:32.662Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-04T03:33:32.662Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-04T03:33:32.662Z||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$$f65bc368.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-04T03:34:21.607Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-04T03:34:21.608Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-04T03:34:21.608Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-04T03:34:21.611Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-04T03:34:21.617Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3501c945-3a1e-4bce-843d-74a312fb4248 url= /sdc/v1/artifactTypes
2022-06-04T03:34:21.617Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-04T03:34:21.846Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-04T03:34:21.856Z||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-04T03:34:21.883Z||scheduling-1|||||DEBUG|500||create keys
2022-06-04T03:34:21.891Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-04T03:34:21.926Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:34:21.945Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1c93a6a3-58df-4d37-b41d-1e9a215991f3 url= /sdc/v1/registerForDistribution
2022-06-04T03:34:22.123Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1c93a6a3-58df-4d37-b41d-1e9a215991f3 url= /sdc/v1/registerForDistribution
2022-06-04T03:34:22.124Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-04T03:34:22.138Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:34:22.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:34:22.140Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-04T03:34:22.146Z||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-04T03:34:22.147Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:34:22.149Z||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-04T03:34:22.150Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:34:32.508Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:34:32.511Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:35:22.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:35:22.132Z||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-04T03:35:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:35:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:35:22.136Z||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-04T03:35:22.136Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:35:31.711Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:35:31.712Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:36:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:36:22.133Z||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-04T03:36:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:36:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:36:22.135Z||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-04T03:36:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:36:31.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:36:31.719Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:37:22.131Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:37:22.132Z||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-04T03:37:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:37:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:37:22.134Z||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-04T03:37:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:37:31.710Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:37:31.710Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:38:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:38:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:38:22.134Z||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-04T03:38:22.134Z||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-04T03:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:38:31.712Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:38:31.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:39:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:39:22.132Z||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-04T03:39:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:39:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:39:22.133Z||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-04T03:39:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:39:31.706Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:39:31.713Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:40:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:40:22.132Z||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-04T03:40:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:40:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:40:22.134Z||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-04T03:40:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:40:31.675Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:40:31.708Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:41:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:41:22.132Z||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-04T03:41:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:41:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:41:22.134Z||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-04T03:41:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:41:31.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:41:31.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:42:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:42:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:42:22.133Z||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-04T03:42:22.133Z||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-04T03:42:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:42:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:42:31.702Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:42:31.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:43:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:43:22.133Z||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-04T03:43:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:43:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:43:22.134Z||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-04T03:43:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:43:31.730Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:43:31.783Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:44:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:44:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:44:22.134Z||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-04T03:44:22.134Z||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-04T03:44:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:44:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:44:31.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:44:31.730Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:45:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:45:22.133Z||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-04T03:45:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:45:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:45:22.133Z||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-04T03:45:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:45:31.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:45:31.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:46:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:46:22.132Z||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-04T03:46:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:46:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:46:22.133Z||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-04T03:46:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:46:31.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:46:31.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:47:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:47:22.132Z||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-04T03:47:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:47:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:47:22.134Z||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-04T03:47:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:47:31.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:47:31.685Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:48:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:48:22.132Z||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-04T03:48:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:48:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:48:22.133Z||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-04T03:48:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:48:31.705Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:48:31.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:49:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:49:22.132Z||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-04T03:49:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:49:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:49:22.134Z||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-04T03:49:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:49:31.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:49:31.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:50:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:50:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:50:22.133Z||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-04T03:50:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:50:22.134Z||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-04T03:50:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:50:31.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:50:31.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:51:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:51:22.132Z||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-04T03:51:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:51:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:51:22.133Z||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-04T03:51:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:51:31.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:51:31.711Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:52:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:52:22.132Z||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-04T03:52:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:52:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:52:22.134Z||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-04T03:52:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:52:31.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:52:31.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:53:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:53:22.132Z||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-04T03:53:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:53:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:53:22.133Z||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-04T03:53:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:53:31.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:53:31.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:54:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:54:22.132Z||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-04T03:54:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:54:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:54:22.134Z||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-04T03:54:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:54:31.736Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:54:31.738Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:55:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:55:22.132Z||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-04T03:55:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:55:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:55:22.133Z||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-04T03:55:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:55:31.684Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:55:31.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:56:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:56:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:56:22.133Z||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-04T03:56:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:56:22.133Z||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-04T03:56:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:56:31.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:56:31.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:57:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:57:22.133Z||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-04T03:57:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:57:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:57:22.134Z||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-04T03:57:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:57:31.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:57:31.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:58:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:58:22.132Z||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-04T03:58:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:58:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:58:22.134Z||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-04T03:58:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:58:31.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:58:31.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:59:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:59:22.132Z||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-04T03:59:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:59:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T03:59:22.134Z||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-04T03:59:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T03:59:31.679Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T03:59:31.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:00:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:00:22.132Z||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-04T04:00:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:00:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:00:22.133Z||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-04T04:00:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:00:31.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:00:31.685Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:01:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:01:22.132Z||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-04T04:01:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:01:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:01:22.133Z||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-04T04:01:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:01:31.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:01:31.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:02:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:02:22.132Z||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-04T04:02:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:02:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:02:22.133Z||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-04T04:02:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:02:31.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:02:31.709Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:03:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:03:22.132Z||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-04T04:03:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:03:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:03:22.133Z||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-04T04:03:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:03:31.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:03:31.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:04:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:04:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:04:22.133Z||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-04T04:04:22.133Z||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-04T04:04:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:04:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:04:31.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:04:31.686Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:05:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:05:22.132Z||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-04T04:05:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:05:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:05:22.133Z||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-04T04:05:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:05:31.707Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:05:31.707Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:06:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:06:22.132Z||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-04T04:06:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:06:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:06:22.133Z||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-04T04:06:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:06:31.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:06:31.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:07:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:07:22.132Z||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-04T04:07:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:07:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:07:22.133Z||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-04T04:07:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:07:31.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:07:31.686Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:08:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:08:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:08:22.133Z||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-04T04:08:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:08:22.134Z||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-04T04:08:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:08:31.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:08:31.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:09:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:09:22.132Z||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-04T04:09:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:09:22.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:09:22.134Z||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-04T04:09:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:09:31.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:09:31.686Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:10:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:10:22.132Z||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-04T04:10:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:10:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:10:22.134Z||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-04T04:10:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:10:31.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:10:31.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:11:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:11:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:11:22.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:11:22.134Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:11:22.134Z||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-04T04:11:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:11:31.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:11:31.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:12:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:12:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:12:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:12:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:12:22.133Z||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-04T04:12:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:12:31.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:12:31.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:13:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:13:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:13:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:13:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:13:22.135Z||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-04T04:13:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:13:31.707Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:13:31.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:14:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:14:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:14:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:14:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:14:22.133Z||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-04T04:14:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:14:31.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:14:31.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:15:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:15:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:15:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:15:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:15:22.133Z||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-04T04:15:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:15:31.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:15:31.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:16:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:16:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:16:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:16:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:16:22.133Z||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-04T04:16:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:16:31.716Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:16:31.718Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:17:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:17:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:17:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:17:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:17:22.134Z||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-04T04:17:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:17:31.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:17:31.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:18:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:18:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:18:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:18:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:18:22.134Z||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-04T04:18:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:18:31.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:18:31.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:19:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:19:22.132Z||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-04T04:19:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:19:22.134Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:19:22.134Z||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-04T04:19:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:19:31.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:19:31.680Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:20:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:20:22.132Z||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-04T04:20:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:20:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:20:22.134Z||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-04T04:20:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:20:31.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:20:31.716Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:21:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:21:22.132Z||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-04T04:21:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:21:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:21:22.133Z||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-04T04:21:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:21:31.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:21:31.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:22:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:22:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:22:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:22:22.134Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:22:22.134Z||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-04T04:22:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:22:31.697Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:22:31.701Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:23:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:23:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:23:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:23:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:23:22.135Z||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-04T04:23:22.136Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:23:31.705Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:23:31.730Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:24:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:24:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:24:22.134Z||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-04T04:24:22.134Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:24:22.134Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:24:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:24:31.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:24:31.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:25:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:25:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:25:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:25:22.134Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:25:22.134Z||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-04T04:25:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:25:31.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:25:31.687Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:26:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:26:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:26:22.132Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:26:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:26:22.134Z||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-04T04:26:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:26:31.676Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:26:31.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:27:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:27:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:27:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:27:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:27:22.134Z||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-04T04:27:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:27:31.744Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:27:31.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:28:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:28:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:28:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:28:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:28:22.134Z||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-04T04:28:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:28:31.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:28:31.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:29:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:29:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:29:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:29:22.133Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:29:22.134Z||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-04T04:29:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:29:31.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:29:31.697Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:30:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:30:22.132Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:30:22.133Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:30:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:30:22.133Z||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-04T04:30:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:30:31.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:30:31.684Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:31:22.131Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:31:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:31:22.133Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-04T04:31:22.134Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:31:22.134Z||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-04T04:31:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:31:31.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:31:31.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:32:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:32:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:32:22.134Z||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-04T04:32:22.134Z||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-04T04:32:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:32:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:32:31.684Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:32:31.718Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:33:22.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:33:22.133Z||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-04T04:33:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:33:22.135Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:33:22.136Z||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-04T04:33:22.136Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:33:31.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:33:31.711Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:34:22.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:34:22.132Z||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-04T04:34:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:34:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:34:22.134Z||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-04T04:34:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:34:31.729Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:34:31.731Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:35:22.131Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:35:22.132Z||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-04T04:35:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:35:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:35:22.134Z||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-04T04:35:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:35:31.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:35:31.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:36:22.131Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:36:22.133Z||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-04T04:36:22.133Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:36:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:36:22.134Z||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-04T04:36:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:36:31.692Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:36:31.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:37:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:37:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:37:22.134Z||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-04T04:37:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:37:22.134Z||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-04T04:37:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:37:31.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:37:31.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:22.131Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:38:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:38:22.133Z||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-04T04:38:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:22.133Z||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-04T04:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:31.609Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:31.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:38:31.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b59dfc88-d988-4a75-b21f-8140ad7ad9bf","serviceName":"basic_onboard_cCsjll","serviceVersion":"1.0","serviceUUID":"c4deae84-b3f5-4b48-81c6-698af5821a97","serviceDescription":"service","serviceInvariantUUID":"2d832a48-0d05-4dc9-b139-ec2de3db98e1","resources":[{"resourceInstanceName":"basic_onboard_cCsjll 0","resourceName":"basic_onboard_cCsjll","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"956cc2ca-a2a1-41fc-b126-a5a25b1ef913","resourceInvariantUUID":"07657164-466f-43a1-81b9-1e86c445ba73","resourceCustomizationUUID":"48ab125a-557b-4b58-a66f-e1ee20908038","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml","artifactChecksum":"NDM4MTQ4YjY5ZjdmMjlmYTk3MzNlNTFhNmYxMWE3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"685b9aad-063d-408f-bb57-99fac64bfb55","artifactVersion":"1"},{"artifactName":"basic_onboard_ccsjll0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json","artifactChecksum":"NDdhZGM5YjAwNTYzNzVmZWMzMTBjYjUyNzk5MWRkOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4203814a-1a4a-40ed-80bb-b20d17a4cbd7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3517e04d-2b99-4c08-a01a-4f0ae31c5e05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9933f625-a544-444d-b458-e31e12928a45","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"79aaa754-b8bc-40c5-8cfb-5fc978b37ea0","artifactVersion":"2","generatedFromUUID":"3517e04d-2b99-4c08-a01a-4f0ae31c5e05"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCcsjll-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml","artifactChecksum":"NGUxZDhjYjVlNjZhOThjZTk3NzlkYzg4MjQ0ZDU5NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"770919e8-e485-43d4-b28d-d925497db6b1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCcsjll-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar","artifactChecksum":"ODllNGMzMmVlZDZjYzE0OWY2NmM0OWUxN2U5ZGNmZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b410072f-e0ef-4b56-b8f2-cbff53031032","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:38:31.640Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:31.651Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:31.666Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:31.667Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:38:31.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:31.768Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-04T04:38:31.774Z||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-04T04:38:31.774Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:31.799Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:31.801Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:32.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:32.680Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:32.683Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:32.683Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:38:32.785Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:32.787Z||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-04T04:38:32.787Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:32.803Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:32.803Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:33.685Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:33.687Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:33.689Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:33.689Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:38:33.789Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:33.791Z||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-04T04:38:33.791Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:33.810Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:33.811Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:34.690Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:34.691Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:34.694Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:34.694Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:38:34.798Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-04T04:38:34.799Z||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-04T04:38:34.801Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:34.831Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:34.832Z||pool-6-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:35.695Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:35.696Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:35.703Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:35.703Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-04T04:38:35.813Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-06-04T04:38:35.826Z||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-04T04:38:35.847Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:35.902Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:35.902Z||pool-7-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:36.704Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:36.705Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:36.708Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:36.708Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:38:36.809Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T04:38:36.811Z||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-04T04:38:36.811Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:36.836Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:36.837Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:37.708Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:38:37.709Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:37.712Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:37.712Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:38:37.814Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-04T04:38:37.817Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T04:38:37.818Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:37.831Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:37.832Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:38.714Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "serviceName": "basic_onboard_cCsjll",
  "serviceVersion": "1.0",
  "serviceUUID": "c4deae84-b3f5-4b48-81c6-698af5821a97",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2d832a48-0d05-4dc9-b139-ec2de3db98e1",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_cCsjll 0",
      "resourceCustomizationUUID": "48ab125a-557b-4b58-a66f-e1ee20908038",
      "resourceName": "basic_onboard_cCsjll",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "956cc2ca-a2a1-41fc-b126-a5a25b1ef913",
      "resourceInvariantUUID": "07657164-466f-43a1-81b9-1e86c445ba73",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ccsjll0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
          "artifactChecksum": "NDdhZGM5YjAwNTYzNzVmZWMzMTBjYjUyNzk5MWRkOWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4203814a-1a4a-40ed-80bb-b20d17a4cbd7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3517e04d-2b99-4c08-a01a-4f0ae31c5e05",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "79aaa754-b8bc-40c5-8cfb-5fc978b37ea0",
            "generatedFromUUID": "3517e04d-2b99-4c08-a01a-4f0ae31c5e05"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "79aaa754-b8bc-40c5-8cfb-5fc978b37ea0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCcsjll-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
      "artifactChecksum": "ODllNGMzMmVlZDZjYzE0OWY2NmM0OWUxN2U5ZGNmZDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b410072f-e0ef-4b56-b8f2-cbff53031032"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T04:38:38.717Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:38:38.717Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4deae84-b3f5-4b48-81c6-698af5821a97 ASDC
2022-06-04T04:38:38.856Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:b59dfc88-d988-4a75-b21f-8140ad7ad9bf
ServiceName:basic_onboard_cCsjll
ServiceVersion:1.0
ServiceUUID:c4deae84-b3f5-4b48-81c6-698af5821a97
ServiceInvariantUUID:2d832a48-0d05-4dc9-b139-ec2de3db98e1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCcsjll-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
ArtifactUUID:b410072f-e0ef-4b56-b8f2-cbff53031032
ArtifactChecksum:ODllNGMzMmVlZDZjYzE0OWY2NmM0OWUxN2U5ZGNmZDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_cCsjll 0
ResourceCustomizationUUID:48ab125a-557b-4b58-a66f-e1ee20908038
ResourceInvariantUUID:07657164-466f-43a1-81b9-1e86c445ba73
ResourceName:basic_onboard_cCsjll
ResourceType:VF
ResourceUUID:956cc2ca-a2a1-41fc-b126-a5a25b1ef913
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ccsjll0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
ArtifactUUID:4203814a-1a4a-40ed-80bb-b20d17a4cbd7
ArtifactChecksum:NDdhZGM5YjAwNTYzNzVmZWMzMTBjYjUyNzk5MWRkOWI=
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/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
ArtifactUUID:3517e04d-2b99-4c08-a01a-4f0ae31c5e05
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/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
ArtifactUUID:79aaa754-b8bc-40c5-8cfb-5fc978b37ea0
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/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
ArtifactUUID:79aaa754-b8bc-40c5-8cfb-5fc978b37ea0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-04T04:38:38.857Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4deae84-b3f5-4b48-81c6-698af5821a97 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-04T04:38:39.128Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:38:39.130Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T04:38:39.131Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T04:38:39.131Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b410072f-e0ef-4b56-b8f2-cbff53031032 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:39.131Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:39.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:40.038Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:40.052Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar b410072f-e0ef-4b56-b8f2-cbff53031032 71565
2022-06-04T04:38:40.070Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar ASDC sendASDCNotification
2022-06-04T04:38:40.070Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:40.073Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:40.074Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:40.076Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:40.076Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317520052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:38:40.176Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:40.178Z||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-04T04:38:40.178Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:40.201Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:40.201Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:41.077Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:38:41.078Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T04:38:41.079Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b410072f-e0ef-4b56-b8f2-cbff53031032, URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar to file: /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.080Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:41.944Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3364581937184986387/Definitions/service-BasicOnboardCcsjll-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-04T04:38:43.790Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:38:43.795Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T04:38:43.795Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cCsjll 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-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.797Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.797Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:43.797Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T04:38:43.803Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.804Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.808Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.808Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T04:38:43.810Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:38:43.811Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:38:43.812Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.813Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is not matching search criteria
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-04T04:38:43.816Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.817Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:38:43.818Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.819Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.819Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:43.820Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is not matching search criteria
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3c7d0e9-f007-4c8e-b7a5-ebbba0bb74c4
2022-06-04T04:38:43.821Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.822Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.823Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:43.823Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:43.823Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_cCsjll
Description:service
Model UUID:c4deae84-b3f5-4b48-81c6-698af5821a97
Model Version:NULL
Model InvariantUuid:2d832a48-0d05-4dc9-b139-ec2de3db98e1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_cCsjll
Model UUID:c67e20f7-a1f0-4a83-b9b8-aa7e410ce73f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07657164-466f-43a1-81b9-1e86c445ba73
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:48ab125a-557b-4b58-a66f-e1ee20908038
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ca57df0f-018d-4b85-90f3-ab31e2dfb1d8
ModelName:BasicOnboardCcsjll..base_ubuntu18..module-0
ModelUuid:8d1ef85b-1bbd-4670-9de3-05e0bb8c6798
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b3c7d0e9-f007-4c8e-b7a5-ebbba0bb74c4
ModelInvariantUuid:91e0f382-c5df-448c-9ae8-3592436455b1
ModelName:basic_onboard_cCsjll-nodes.ubuntu18Cvfc
ModelUuid:9645d4a0-6f13-4f5c-900a-e1193a386b65
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bccf4c5d-77de-43e3-a9e8-0c9f6ece432d
ModelInvariantUuid:7c086cf4-1218-4d04-8152-3f29adf673ab
ModelName:BasicOnboardCcsjll.compute.nodes.heat.ubuntu18
ModelUuid:95b1693b-55da-49ef-aa05-1fffda83a348
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-04T04:38:43.845Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 956cc2ca-a2a1-41fc-b126-a5a25b1ef913
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-04T04:38:43.959Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||basic_onboard_cCsjll 0
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 956cc2ca-a2a1-41fc-b126-a5a25b1ef913
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4203814a-1a4a-40ed-80bb-b20d17a4cbd7 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:43.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:44.223Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:44.223Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json 4203814a-1a4a-40ed-80bb-b20d17a4cbd7 798
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json ASDC sendASDCNotification
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:44.224Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:44.226Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:44.227Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317524223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:38:44.327Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:44.328Z||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-04T04:38:44.329Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:44.340Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:44.340Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:38:45.228Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCcsjll..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca57df0f-018d-4b85-90f3-ab31e2dfb1d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d1ef85b-1bbd-4670-9de3-05e0bb8c6798",
    "vfModuleModelCustomizationUUID": "af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1",
    "isBase": true,
    "artifacts": [
      "3517e04d-2b99-4c08-a01a-4f0ae31c5e05",
      "79aaa754-b8bc-40c5-8cfb-5fc978b37ea0"
    ],
    "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-04T04:38:45.248Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCcsjll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d1ef85b-1bbd-4670-9de3-05e0bb8c6798
VfModuleModelInvariantUUID:ca57df0f-018d-4b85-90f3-ab31e2dfb1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3517e04d-2b99-4c08-a01a-4f0ae31c5e05
,
79aaa754-b8bc-40c5-8cfb-5fc978b37ea0

}
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-04T04:38:45.252Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardCcsjll..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ca57df0f-018d-4b85-90f3-ab31e2dfb1d8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d1ef85b-1bbd-4670-9de3-05e0bb8c6798",
    "vfModuleModelCustomizationUUID": "af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1",
    "isBase": true,
    "artifacts": [
      "3517e04d-2b99-4c08-a01a-4f0ae31c5e05",
      "79aaa754-b8bc-40c5-8cfb-5fc978b37ea0"
    ],
    "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-04T04:38:45.253Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardCcsjll..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d1ef85b-1bbd-4670-9de3-05e0bb8c6798
VfModuleModelInvariantUUID:ca57df0f-018d-4b85-90f3-ab31e2dfb1d8
VfModuleModelDescription:NULL
Artifacts UUID List:{
3517e04d-2b99-4c08-a01a-4f0ae31c5e05
,
79aaa754-b8bc-40c5-8cfb-5fc978b37ea0

}
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-04T04:38:45.253Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3517e04d-2b99-4c08-a01a-4f0ae31c5e05 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:45.254Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:45.254Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:45.945Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml 3517e04d-2b99-4c08-a01a-4f0ae31c5e05 5033
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:45.946Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:45.947Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:45.949Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:45.949Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317525946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:38:46.049Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:46.050Z||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-04T04:38:46.051Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:46.064Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:46.065Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:46.950Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 79aaa754-b8bc-40c5-8cfb-5fc978b37ea0 from URL: /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:46.950Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T04:38:46.950Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:47.628Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T04:38:47.629Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env 79aaa754-b8bc-40c5-8cfb-5fc978b37ea0 909
2022-06-04T04:38:47.629Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T04:38:47.630Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:47.630Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:38:47.630Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:47.632Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:47.632Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317527629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:38:47.733Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:47.734Z||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-04T04:38:47.734Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:47.748Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:47.748Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:48.633Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c4deae84-b3f5-4b48-81c6-698af5821a97
2022-06-04T04:38:48.634Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cCsjll 0 956cc2ca-a2a1-41fc-b126-a5a25b1ef913 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-04T04:38:48.687Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f9ce7dc, org.onap.sdc.toscaparser.api.parameters.Input@6ae5830d, org.onap.sdc.toscaparser.api.parameters.Input@1efbdca4, org.onap.sdc.toscaparser.api.parameters.Input@3dc799a8, org.onap.sdc.toscaparser.api.parameters.Input@550d3bcb]
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-04T04:38:48.692Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 48ab125a-557b-4b58-a66f-e1ee20908038
2022-06-04T04:38:48.693Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48ab125a-557b-4b58-a66f-e1ee20908038 matches Tosca VF Customization UUID: 48ab125a-557b-4b58-a66f-e1ee20908038
2022-06-04T04:38:48.693Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 48ab125a-557b-4b58-a66f-e1ee20908038  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-04T04:38:48.701Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.701Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.703Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 48ab125a-557b-4b58-a66f-e1ee20908038: {\"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-04T04:38:48.703Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1b6d1b53
2022-06-04T04:38:48.703Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.704Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:38:48.704Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1
2022-06-04T04:38:48.705Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID af2dec5d-8104-4f46-9ff4-7a5f0ff78ec1
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-04T04:38:48.713Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.714Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.714Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:48.715Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is not matching search criteria
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T04:38:48.716Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3c7d0e9-f007-4c8e-b7a5-ebbba0bb74c4
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-04T04:38:48.724Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.725Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.725Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:38:48.725Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.726Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_cCsjll 0 is matching search criteria
2022-06-04T04:38:48.726Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_cCsjll 0] matching following query criteria: sdcType=VF, customizationUUID=48ab125a-557b-4b58-a66f-e1ee20908038
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-04T04:38:48.727Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.728Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.728Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c4deae84-b3f5-4b48-81c6-698af5821a97: basic_onboard_cCsjll
2022-06-04T04:38:48.728Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.729Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.730Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:38:48.731Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_cCsjll is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:38:48.731Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_cCsjll 
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-04T04:38:48.906Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cCsjll 956cc2ca-a2a1-41fc-b126-a5a25b1ef913 1 ASDC deployResourceStructure
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json ASDC sendASDCNotification
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:48.907Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:48.909Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:48.909Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317528907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:38:49.010Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:49.011Z||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-04T04:38:49.011Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:49.030Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:49.032Z||pool-14-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:49.910Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T04:38:49.911Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml
2022-06-04T04:38:49.911Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:49.912Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:49.914Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:49.915Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317529910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:38:50.014Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:38:50.015Z||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-04T04:38:50.015Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:50.030Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:50.031Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:50.917Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T04:38:50.919Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env
2022-06-04T04:38:50.919Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:50.919Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:50.921Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:50.922Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317530917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-04T04:38:51.022Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:51.023Z||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-04T04:38:51.023Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:51.040Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:51.042Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:51.926Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar ASDC sendASDCNotification
2022-06-04T04:38:51.927Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar
2022-06-04T04:38:51.927Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:38:51.928Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:38:51.930Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:38:51.931Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317531926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:38:52.031Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:38:52.032Z||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-04T04:38:52.032Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:38:52.045Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:38:52.054Z||pool-17-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:38:52.932Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:38:52.963Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:38:52.965Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:38:52.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:38:52.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:39:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:39:22.134Z||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-04T04:39:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:39:22.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:39:22.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317508886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317504126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317503717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317506533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317507223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317508886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317504126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317503717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317506533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317507223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317508886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317504126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317503717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317506533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317507223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317508886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317504126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317503717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317506533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317507223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317508886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317504126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317503717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317506533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.794Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317507223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317508886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317504126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317503717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317506533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317507223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317516572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317504126,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317508886,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317503717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317502131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317506533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317507223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317516572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317516572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317519375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317520404,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317518853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317520052,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317520166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317516572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317519870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "cds",
  "timestamp": 1654317521423,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-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-04T04:39:22.811Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.811Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf 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-04T04:39:22.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317521178,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317520603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317516572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317519870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "policy-id",
  "timestamp": 1654317522183,
  "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-04T04:39:22.832Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.832Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf 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-04T04:39:22.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317516572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317519870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317521985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317516572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317519870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317523094,
  "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-04T04:39:22.849Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.849Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf 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-04T04:39:22.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317524223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317519870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317524098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317519870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:39:22.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317525946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.862Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317519870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317527629,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317528474,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317528907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/basic_onboard_ccsjll0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317529910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.864Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317530917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/resourceInstances/basic_onboard_ccsjll0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317531926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317533194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.865Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317534199,
  "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-04T04:39:22.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf 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-04T04:39:22.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317538348,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317540335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "clamp",
  "timestamp": 1654317541342,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:39:22.886Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.886Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:39:22.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317544553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCcsjll/1.0/artifacts/service-BasicOnboardCcsjll-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:39:22.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:39:22.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:39:22.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "aai-ml",
  "timestamp": 1654317545560,
  "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-04T04:39:22.899Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b59dfc88-d988-4a75-b21f-8140ad7ad9bf
2022-06-04T04:39:22.900Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b59dfc88-d988-4a75-b21f-8140ad7ad9bf 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-04T04:39:22.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:39:22.977Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:39:22.984Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:39:22.984Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T04:39:22.984Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:39:22.985Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:39:22.986Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:39:22.986Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:39:22.986Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:39:22.993Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T04:39:52.994Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf 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-04T04:39:53.004Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b59dfc88-d988-4a75-b21f-8140ad7ad9bf and serviceModelVersionId: c4deae84-b3f5-4b48-81c6-698af5821a97
2022-06-04T04:39:53.004Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d832a48-0d05-4dc9-b139-ec2de3db98e1
2022-06-04T04:40:09.172Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0
2022-06-04T04:40:09.297Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T04:40:09.862Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?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-04T04:40:09.868Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0|INFO|500||Invoke
2022-06-04T04:40:10.021Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T04:40:11.964Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0|INFO|500||InvokeReturn
2022-06-04T04:40:11.965Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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/2d832a48-0d05-4dc9-b139-ec2de3db98e1/model-vers/model-ver/c4deae84-b3f5-4b48-81c6-698af5821a97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220604-04:40:09:159-49019], vertex-id=[376904], Content-Length=[0], Date=[Sat, 04 Jun 2022 04:40:09 GMT], Content-Type=[application/json]}
2022-06-04T04:40:11.966Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-04T04:40:11.969Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T04:40:11.969Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:40:11.975Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:40:11.976Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b59dfc88-d988-4a75-b21f-8140ad7ad9bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T04:40:11.978Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T04:40:11.978Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:40:11.981Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:40:11.981Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317611977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:40:12.081Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:40:12.083Z||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-04T04:40:12.083Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:12.098Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:40:12.099Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 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-04T04:40:12.996Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:40:12.997Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:40:12.997Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:40:22.134Z||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-04T04:40:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:22.540Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:40:22.541Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:40:22.542Z||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-04T04:40:22.542Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:40:22.760Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:40:22.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T04:40:22.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b59dfc88-d988-4a75-b21f-8140ad7ad9bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317611977,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:40:22.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:40:32.096Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:41:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:41:22.132Z||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-04T04:41:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:41:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:41:22.134Z||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-04T04:41:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:41:31.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:41:31.686Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:42:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:42:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:42:22.137Z||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-04T04:42:22.137Z||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-04T04:42:22.137Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:42:22.137Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:42:31.688Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:42:31.721Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:22.131Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:43:22.132Z||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-04T04:43:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:43:22.134Z||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-04T04:43:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:22.652Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:22.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317756573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317759871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317756573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317759871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317756573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317759871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317763886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317756573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317759871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317763886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317764126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.664Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317756573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317759871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317763886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317764126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317756573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317759871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317766531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317763886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317764126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317756573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317759871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317767223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317766531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317763886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317764126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317767223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317766531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317763886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317764126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317769755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.675Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317767223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317766531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317763886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317764126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317767223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317766531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317764126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317772242,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.680Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317767223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317766531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.681Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "cds",
  "timestamp": 1654317773248,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-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-04T04:43:22.708Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.708Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 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-04T04:43:22.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317767223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317766531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317772595,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317773634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317767223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317774639,
  "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-04T04:43:22.726Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.726Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 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-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317775351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317773717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317775567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317776514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317773717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317777362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317773717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317777519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "clamp",
  "timestamp": 1654317778367,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:43:22.748Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.748Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:43:22.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "policy-id",
  "timestamp": 1654317778523,
  "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-04T04:43:22.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:22.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"dc96354d-19f6-448c-88e1-60a511bc6d59","serviceName":"vFW 2022-06-04 04-38-07","serviceVersion":"1.0","serviceUUID":"885289d3-3188-4f00-b9cb-3aca8ea9ecd9","serviceDescription":"catalog service description","serviceInvariantUUID":"d62cf1e3-2522-47f4-8707-e0d86bacc864","resources":[{"resourceInstanceName":"vFW 7b709354-d3d0 0","resourceName":"vFW 7b709354-d3d0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6d1c77b7-3784-4adb-9b21-1fe58e23e007","resourceInvariantUUID":"bcb98327-7306-4631-b2cc-c103da245eab","resourceCustomizationUUID":"43517f16-31a8-404d-8358-12b180739c48","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml","artifactChecksum":"MWZkYjE1NjFlNWRlYmQ1ZjlhM2YzMWJmMjIyYjRiODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eaa32b41-deba-4a8b-a445-56540b839e2c","artifactVersion":"1"},{"artifactName":"vfw7b709354d3d00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json","artifactChecksum":"M2U2YmM5MWNiYmE3OTRmMjcyYWJmMzY2YjQ3NDA5OTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7704f9d1-faca-4214-b51f-8a45e5cd5875","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b654c54-03ee-4085-8b13-7c64d60cd731","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml","artifactChecksum":"MDdhZTY4M2MxODFkZTM5ZjFmZTI5NDZiNTJhMjlmYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"590372f5-0624-46f3-9d14-667a40693c57","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"625932cb-3401-4e21-844c-f281d2f2151b","artifactVersion":"2","generatedFromUUID":"3b654c54-03ee-4085-8b13-7c64d60cd731"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220604043807-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml","artifactChecksum":"ZjUwMGQ1MzkyMTdiNTk4ZjFiODMxOWZlNjFmZTc5YTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"01332aec-d21a-4a06-b8f8-6fc631a5831b","artifactVersion":"1"},{"artifactName":"service-Vfw20220604043807-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar","artifactChecksum":"NDI3YjFhM2Y0MWQ2ZWQwNDBiN2Q2ODlmZmRiOWJjZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbf48f04-24ec-44d4-adfe-6a4245bd3c6d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:43:22.766Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 and ComponentName POLICY
2022-06-04T04:43:22.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:22.768Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-04T04:43:22.774Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:22.774Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317773717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317778099,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317773717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.779Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317779129,
  "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-04T04:43:22.786Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:43:22.786Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 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-04T04:43:22.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317773717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317780133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317773717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317782226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317800311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:22.796Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:43:22.874Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:22.875Z||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-04T04:43:22.876Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:22.889Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:22.889Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:23.775Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:23.777Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:23.779Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:23.780Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:43:23.880Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:23.881Z||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-04T04:43:23.881Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:23.897Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:23.897Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:24.781Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:24.782Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:24.784Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:24.787Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:43:24.885Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-04T04:43:24.886Z||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-04T04:43:24.886Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:24.900Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:24.900Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:25.789Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:25.796Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:25.799Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:25.799Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:25.900Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:25.901Z||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-04T04:43:25.901Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:25.920Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:25.920Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:26.801Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:26.802Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:26.814Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:26.814Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-04T04:43:26.905Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-04T04:43:26.907Z||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-04T04:43:26.907Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:26.923Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:26.923Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:27.817Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:27.829Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:27.897Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:27.897Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:43:28.000Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-06-04T04:43:28.001Z||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-04T04:43:28.001Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:28.024Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:28.026Z||pool-24-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:28.898Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:43:28.899Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:28.901Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:28.901Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:43:29.001Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:29.003Z||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-04T04:43:29.003Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:29.023Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:29.024Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:29.903Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "serviceName": "vFW 2022-06-04 04-38-07",
  "serviceVersion": "1.0",
  "serviceUUID": "885289d3-3188-4f00-b9cb-3aca8ea9ecd9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d62cf1e3-2522-47f4-8707-e0d86bacc864",
  "resources": [
    {
      "resourceInstanceName": "vFW 7b709354-d3d0 0",
      "resourceCustomizationUUID": "43517f16-31a8-404d-8358-12b180739c48",
      "resourceName": "vFW 7b709354-d3d0",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6d1c77b7-3784-4adb-9b21-1fe58e23e007",
      "resourceInvariantUUID": "bcb98327-7306-4631-b2cc-c103da245eab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7b709354d3d00_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
          "artifactChecksum": "M2U2YmM5MWNiYmE3OTRmMjcyYWJmMzY2YjQ3NDA5OTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7704f9d1-faca-4214-b51f-8a45e5cd5875",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3b654c54-03ee-4085-8b13-7c64d60cd731",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "625932cb-3401-4e21-844c-f281d2f2151b",
            "generatedFromUUID": "3b654c54-03ee-4085-8b13-7c64d60cd731"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "625932cb-3401-4e21-844c-f281d2f2151b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220604043807-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
      "artifactChecksum": "NDI3YjFhM2Y0MWQ2ZWQwNDBiN2Q2ODlmZmRiOWJjZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fbf48f04-24ec-44d4-adfe-6a4245bd3c6d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T04:43:29.904Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:43:29.904Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 885289d3-3188-4f00-b9cb-3aca8ea9ecd9 ASDC
2022-06-04T04:43:29.905Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:dc96354d-19f6-448c-88e1-60a511bc6d59
ServiceName:vFW 2022-06-04 04-38-07
ServiceVersion:1.0
ServiceUUID:885289d3-3188-4f00-b9cb-3aca8ea9ecd9
ServiceInvariantUUID:d62cf1e3-2522-47f4-8707-e0d86bacc864
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220604043807-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
ArtifactUUID:fbf48f04-24ec-44d4-adfe-6a4245bd3c6d
ArtifactChecksum:NDI3YjFhM2Y0MWQ2ZWQwNDBiN2Q2ODlmZmRiOWJjZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7b709354-d3d0 0
ResourceCustomizationUUID:43517f16-31a8-404d-8358-12b180739c48
ResourceInvariantUUID:bcb98327-7306-4631-b2cc-c103da245eab
ResourceName:vFW 7b709354-d3d0
ResourceType:VF
ResourceUUID:6d1c77b7-3784-4adb-9b21-1fe58e23e007
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7b709354d3d00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
ArtifactUUID:7704f9d1-faca-4214-b51f-8a45e5cd5875
ArtifactChecksum:M2U2YmM5MWNiYmE3OTRmMjcyYWJmMzY2YjQ3NDA5OTU=
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/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
ArtifactUUID:3b654c54-03ee-4085-8b13-7c64d60cd731
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/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
ArtifactUUID:625932cb-3401-4e21-844c-f281d2f2151b
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/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
ArtifactUUID:625932cb-3401-4e21-844c-f281d2f2151b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-04T04:43:29.905Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 885289d3-3188-4f00-b9cb-3aca8ea9ecd9 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-04T04:43:29.939Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fbf48f04-24ec-44d4-adfe-6a4245bd3c6d from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:29.941Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:29.942Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:31.112Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:31.119Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar fbf48f04-24ec-44d4-adfe-6a4245bd3c6d 99056
2022-06-04T04:43:31.120Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar ASDC sendASDCNotification
2022-06-04T04:43:31.120Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:31.120Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:31.121Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:31.123Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:31.124Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317811120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:31.224Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:31.225Z||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-04T04:43:31.225Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:31.242Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:31.244Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:32.124Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:43:32.125Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:43:32.126Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: fbf48f04-24ec-44d4-adfe-6a4245bd3c6d, URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar to file: /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.126Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.127Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.127Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:32.591Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14582393660758228703/Definitions/service-Vfw20220604043807-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-04T04:43:34.831Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:43:34.832Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7b709354-d3d0 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-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.833Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:43:34.834Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:43:34.835Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:43:34.836Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.837Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.838Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T04:43:34.839Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.840Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.841Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.842Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d0a7895b-771e-4629-a8cf-8222177fa964
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.843Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=985bf43a-3f59-4cf6-9a60-1fcb8340cddd
2022-06-04T04:43:34.844Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:34.845Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6c82a8a-c236-42a8-95a2-76cbf1514460
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.846Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:34.847Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-04 04-38-07
Description:catalog service description
Model UUID:885289d3-3188-4f00-b9cb-3aca8ea9ecd9
Model Version:NULL
Model InvariantUuid:d62cf1e3-2522-47f4-8707-e0d86bacc864
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7b709354-d3d0
Model UUID:25f4cd95-64ca-4c9c-9ed6-9eb72b58e97d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bcb98327-7306-4631-b2cc-c103da245eab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:43517f16-31a8-404d-8358-12b180739c48
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:76b585ed-272d-402a-9d9e-4d298716f715
ModelName:Vfw7b709354D3d0..base_vfw..module-0
ModelUuid:a80c8557-fbea-44f0-9612-c32a3f98b535
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d0a7895b-771e-4629-a8cf-8222177fa964
ModelInvariantUuid:acd7e522-010b-4655-9115-e4d78f1bd6d1
ModelName:vFW 7b709354-d3d0-nodes.vfwCvfc
ModelUuid:f1fc09cd-a5b6-4e88-9ea3-1a031c04568e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3761aea9-b4f4-4742-beca-5b35149f67f9
ModelInvariantUuid:439ffea7-bd0d-4412-a4e7-e62b3db28aaf
ModelName:Vfw7b709354D3d0.compute.nodes.heat.vfw
ModelUuid:d0a42d18-cfdd-4374-b4d7-86be7049563e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:985bf43a-3f59-4cf6-9a60-1fcb8340cddd
ModelInvariantUuid:7e704f82-9086-4401-8e5b-bfca500d3ca7
ModelName:vFW 7b709354-d3d0-nodes.vsnCvfc
ModelUuid:cea1864f-e2b0-49e0-8186-9a0416267ac7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3212b02c-4b51-4fd4-a9f5-65dc39c31f9a
ModelInvariantUuid:bc280ebd-60d4-4a45-8aa0-e603c6a772b7
ModelName:Vfw7b709354D3d0.compute.nodes.heat.vsn
ModelUuid:fb2eef38-e3f4-413b-919d-f8c10ada9e61
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f6c82a8a-c236-42a8-95a2-76cbf1514460
ModelInvariantUuid:6627d04e-e2c4-4c72-a876-e40dc897d17e
ModelName:vFW 7b709354-d3d0-nodes.vpgCvfc
ModelUuid:35d3e4c5-d966-4906-9536-170ca85e3310
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5c21d11d-8c15-4cff-974a-358b4458d431
ModelInvariantUuid:9b49be74-18eb-4d71-a5e5-d77ffebbdd44
ModelName:Vfw7b709354D3d0.compute.nodes.heat.vpg
ModelUuid:a6d514eb-dbe1-417f-a35c-a256a3a9f299
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-04T04:43:34.856Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6d1c77b7-3784-4adb-9b21-1fe58e23e007
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-04T04:43:34.864Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||vFW 7b709354-d3d0 0
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6d1c77b7-3784-4adb-9b21-1fe58e23e007
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7704f9d1-faca-4214-b51f-8a45e5cd5875 from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:34.865Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:36.200Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:36.201Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json 7704f9d1-faca-4214-b51f-8a45e5cd5875 785
2022-06-04T04:43:36.201Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json ASDC sendASDCNotification
2022-06-04T04:43:36.201Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:36.202Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:36.202Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:36.204Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:36.204Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317816201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:36.305Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:36.306Z||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-04T04:43:36.306Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:36.321Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:36.321Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:37.205Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7b709354D3d0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "76b585ed-272d-402a-9d9e-4d298716f715",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a80c8557-fbea-44f0-9612-c32a3f98b535",
    "vfModuleModelCustomizationUUID": "b84a6c2a-7a18-4ea4-a216-14d17bdd555d",
    "isBase": true,
    "artifacts": [
      "3b654c54-03ee-4085-8b13-7c64d60cd731",
      "625932cb-3401-4e21-844c-f281d2f2151b"
    ],
    "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-04T04:43:37.213Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b709354D3d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a80c8557-fbea-44f0-9612-c32a3f98b535
VfModuleModelInvariantUUID:76b585ed-272d-402a-9d9e-4d298716f715
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b654c54-03ee-4085-8b13-7c64d60cd731
,
625932cb-3401-4e21-844c-f281d2f2151b

}
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-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7b709354D3d0..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "76b585ed-272d-402a-9d9e-4d298716f715",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a80c8557-fbea-44f0-9612-c32a3f98b535",
    "vfModuleModelCustomizationUUID": "b84a6c2a-7a18-4ea4-a216-14d17bdd555d",
    "isBase": true,
    "artifacts": [
      "3b654c54-03ee-4085-8b13-7c64d60cd731",
      "625932cb-3401-4e21-844c-f281d2f2151b"
    ],
    "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-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7b709354D3d0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a80c8557-fbea-44f0-9612-c32a3f98b535
VfModuleModelInvariantUUID:76b585ed-272d-402a-9d9e-4d298716f715
VfModuleModelDescription:NULL
Artifacts UUID List:{
3b654c54-03ee-4085-8b13-7c64d60cd731
,
625932cb-3401-4e21-844c-f281d2f2151b

}
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-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b654c54-03ee-4085-8b13-7c64d60cd731 from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:37.215Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:37.802Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:37.804Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml 3b654c54-03ee-4085-8b13-7c64d60cd731 20368
2022-06-04T04:43:37.804Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T04:43:37.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:37.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:37.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:37.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:37.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317817804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:37.908Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:37.910Z||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-04T04:43:37.910Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:37.935Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:37.936Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:38.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 625932cb-3401-4e21-844c-f281d2f2151b from URL: /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:38.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:43:38.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:39.326Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env 625932cb-3401-4e21-844c-f281d2f2151b 2098
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:39.327Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:43:39.328Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:39.330Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:39.330Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317819327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:43:39.431Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:43:39.431Z||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-04T04:43:39.432Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:39.449Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:39.449Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:40.331Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 885289d3-3188-4f00-b9cb-3aca8ea9ecd9
2022-06-04T04:43:40.332Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7b709354-d3d0 0 6d1c77b7-3784-4adb-9b21-1fe58e23e007 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:43:40.347Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dc7c3c9, org.onap.sdc.toscaparser.api.parameters.Input@42cc6c58, org.onap.sdc.toscaparser.api.parameters.Input@a006bbe, org.onap.sdc.toscaparser.api.parameters.Input@2c527227, org.onap.sdc.toscaparser.api.parameters.Input@1fb835ef]
2022-06-04T04:43:40.348Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 43517f16-31a8-404d-8358-12b180739c48
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43517f16-31a8-404d-8358-12b180739c48 matches Tosca VF Customization UUID: 43517f16-31a8-404d-8358-12b180739c48
2022-06-04T04:43:40.349Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 43517f16-31a8-404d-8358-12b180739c48  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-04T04:43:40.351Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.351Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 43517f16-31a8-404d-8358-12b180739c48: {\"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-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@81f7a9e
2022-06-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.352Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:43:40.353Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b84a6c2a-7a18-4ea4-a216-14d17bdd555d
2022-06-04T04:43:40.353Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b84a6c2a-7a18-4ea4-a216-14d17bdd555d
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-04T04:43:40.355Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.355Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.355Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.356Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.356Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.356Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:40.357Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.358Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:40.359Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.360Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d0a7895b-771e-4629-a8cf-8222177fa964
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-04T04:43:40.362Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.362Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.362Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.363Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.363Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:40.363Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.364Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:43:40.365Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.366Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:43:40.366Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.366Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=985bf43a-3f59-4cf6-9a60-1fcb8340cddd
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-04T04:43:40.367Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.368Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.368Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.372Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:43:40.373Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:43:40.374Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:43:40.375Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T04:43:40.375Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f6c82a8a-c236-42a8-95a2-76cbf1514460
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-04T04:43:40.376Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.376Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.376Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:43:40.377Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.377Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Node template vFW 7b709354-d3d0 0 is matching search criteria
2022-06-04T04:43:40.377Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 7b709354-d3d0 0] matching following query criteria: sdcType=VF, customizationUUID=43517f16-31a8-404d-8358-12b180739c48
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-04T04:43:40.378Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.378Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.378Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 885289d3-3188-4f00-b9cb-3aca8ea9ecd9: vFW 7b709354-d3d0
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.379Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-38-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:43:40.380Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-04 04-38-07 
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-04T04:43:40.500Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7b709354-d3d0 6d1c77b7-3784-4adb-9b21-1fe58e23e007 1 ASDC deployResourceStructure
2022-06-04T04:43:40.500Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json ASDC sendASDCNotification
2022-06-04T04:43:40.500Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json
2022-06-04T04:43:40.501Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:40.501Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:40.503Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:40.503Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317820500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:40.603Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:40.604Z||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-04T04:43:40.604Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:40.617Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:40.618Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:41.504Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T04:43:41.504Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml
2022-06-04T04:43:41.504Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:41.505Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:41.507Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:41.507Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:41.607Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:41.608Z||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-04T04:43:41.609Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:41.624Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:41.624Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:42.508Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T04:43:42.508Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env
2022-06-04T04:43:42.509Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:42.509Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:42.511Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:42.511Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317822507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:42.612Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:43:42.613Z||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-04T04:43:42.613Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:42.630Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:42.630Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:43:43.512Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar ASDC sendASDCNotification
2022-06-04T04:43:43.513Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar
2022-06-04T04:43:43.514Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:43:43.514Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:43:43.516Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:43:43.516Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317823512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:43:43.616Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:43:43.618Z||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-04T04:43:43.618Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:43:43.630Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:43:43.630Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:43:44.517Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:43:44.530Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:43:44.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:43:44.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:43:44.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:44:14.534Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:44:14.548Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:44:14.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:44:14.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:44:14.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:44:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:44:22.135Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:44:22.135Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:44:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:44:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:44:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "aai-ml",
  "timestamp": 1654317801316,
  "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-04T04:44:22.170Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dc96354d-19f6-448c-88e1-60a511bc6d59
2022-06-04T04:44:22.170Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId dc96354d-19f6-448c-88e1-60a511bc6d59 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-04T04:44:44.552Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:44:44.588Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:44:44.592Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:44:44.592Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:44:44.593Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:44:44.594Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:44:44.601Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T04:45:14.602Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dc96354d-19f6-448c-88e1-60a511bc6d59 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-04T04:45:14.609Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dc96354d-19f6-448c-88e1-60a511bc6d59 and serviceModelVersionId: 885289d3-3188-4f00-b9cb-3aca8ea9ecd9
2022-06-04T04:45:14.609Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d62cf1e3-2522-47f4-8707-e0d86bacc864
2022-06-04T04:45:14.611Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0
2022-06-04T04:45:14.619Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T04:45:14.697Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|INFO|500||Invoke
2022-06-04T04:45:14.697Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dc96354d-19f6-448c-88e1-60a511bc6d59], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7362a4c-da05-40c3-a336-f3029127884d], X-ECOMP-RequestID=[dc96354d-19f6-448c-88e1-60a511bc6d59], X-TransactionId=[], X-ONAP-RequestID=[dc96354d-19f6-448c-88e1-60a511bc6d59], Content-Type=[application/merge-patch+json]}
2022-06-04T04:45:14.736Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T04:45:16.953Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?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/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220604-04:45:13:881-71185], vertex-id=[147664], Content-Length=[0], Date=[Sat, 04 Jun 2022 04:45:13 GMT], Content-Type=[application/json]}
2022-06-04T04:45:16.954Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-04T04:45:16.957Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d62cf1e3-2522-47f4-8707-e0d86bacc864/model-vers/model-ver/885289d3-3188-4f00-b9cb-3aca8ea9ecd9?depth=0|INFO|500||InvokeReturn
2022-06-04T04:45:16.958Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T04:45:16.958Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dc96354d-19f6-448c-88e1-60a511bc6d59 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T04:45:16.964Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:45:16.967Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:45:16.967Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317916964,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:45:17.067Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:45:17.069Z||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-04T04:45:17.069Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:17.087Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:45:17.088Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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-04T04:45:17.979Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:45:17.980Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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-04T04:45:17.980Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:45:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:45:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:22.155Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:45:22.155Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:45:22.155Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:45:22.156Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:45:27.528Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:45:27.529Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:45:27.530Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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-04T04:45:27.530Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:45:37.088Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:22.131Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:46:22.132Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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-04T04:46:22.132Z|dc96354d-19f6-448c-88e1-60a511bc6d59|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:46:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:46:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:22.159Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:22.160Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.160Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:46:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317802131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317811120,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317816201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.163Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317817804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317819327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317820500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/vfw7b709354d3d00_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317821504,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317822507,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/resourceInstances/vfw7b709354d3d00/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317823512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604043807/1.0/artifacts/service-Vfw20220604043807-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:22.165Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:46:22.796Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:22.797Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T04:46:22.797Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a008b29e-ec2d-4a01-8303-d9c9b3f658ab","serviceName":"vFW 2022-06-04 04-41-01","serviceVersion":"1.0","serviceUUID":"1046f302-21ab-48a9-933a-39f54d37fc75","serviceDescription":"catalog service description","serviceInvariantUUID":"08389846-427e-43b2-88ee-1307bc295283","resources":[{"resourceInstanceName":"vFW 6c7bac92-b8f1 0","resourceName":"vFW 6c7bac92-b8f1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d3be317a-b13f-412d-9618-5487b00b9089","resourceInvariantUUID":"96d767d6-5370-405e-984b-f300a335ee7b","resourceCustomizationUUID":"0b4e987f-e414-4b05-a0d2-b66c15997825","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml","artifactChecksum":"YWVhOTIxODZjMGNiODUzZmMxODE1YzJlNDNlMGYyYTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"77926f46-efe1-4130-974c-63d28beb750d","artifactVersion":"1"},{"artifactName":"vfw6c7bac92b8f10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json","artifactChecksum":"ZDI2ZWJkOTE0OTZjMjcwZjUxNDc5NzE4ZGY1NmNiNTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60909ee4-da81-48e8-b371-bea0607fedbe","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4d598865-d821-4d70-b2a6-104a67b912bb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml","artifactChecksum":"ZmNiNzk2YWFlOGY0OWU5MjlhOGQ0YTA0ZDFiNjM4NTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d165d73-3371-426f-835c-b95cc34266fd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1641aed7-cb91-4fcd-b095-83b55b4f1b94","artifactVersion":"2","generatedFromUUID":"4d598865-d821-4d70-b2a6-104a67b912bb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220604044101-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml","artifactChecksum":"Yzc0ZTZjZDhjYTdkNzdiMDI1YmNhYjFmZDJjNDhjOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"df732b2c-e5b3-4fe7-9a8e-131bf9375a0c","artifactVersion":"1"},{"artifactName":"service-Vfw20220604044101-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar","artifactChecksum":"NzZiMWZjODc2OTg4YjhjODVlNTk0N2VkM2IyNmIwZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a193d1c0-a56a-468f-9593-75751f4b26d4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:46:22.800Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:22.801Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:22.803Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:22.803Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:46:22.903Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:22.904Z||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-04T04:46:22.904Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:22.916Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:22.917Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:23.804Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:23.805Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:23.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:23.808Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:46:23.908Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:23.909Z||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-04T04:46:23.909Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:23.935Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:23.935Z||pool-36-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:24.809Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:24.810Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:24.813Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:24.813Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:46:24.913Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:24.914Z||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-04T04:46:24.915Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:24.928Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:24.928Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:25.814Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:25.814Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:25.817Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:25.817Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:46:25.917Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:25.918Z||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-04T04:46:25.918Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:25.933Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:25.933Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:26.817Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:26.818Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:26.821Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:26.821Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-04T04:46:26.921Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:26.922Z||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-04T04:46:26.922Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:26.936Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:26.936Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:27.822Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:27.823Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:27.825Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:27.825Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:46:27.925Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:27.926Z||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-04T04:46:27.927Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:27.949Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:27.950Z||pool-40-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:28.825Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:46:28.826Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:28.828Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:28.828Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:46:28.928Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:28.929Z||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-04T04:46:28.930Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:28.945Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:28.946Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:29.830Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "serviceName": "vFW 2022-06-04 04-41-01",
  "serviceVersion": "1.0",
  "serviceUUID": "1046f302-21ab-48a9-933a-39f54d37fc75",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "08389846-427e-43b2-88ee-1307bc295283",
  "resources": [
    {
      "resourceInstanceName": "vFW 6c7bac92-b8f1 0",
      "resourceCustomizationUUID": "0b4e987f-e414-4b05-a0d2-b66c15997825",
      "resourceName": "vFW 6c7bac92-b8f1",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d3be317a-b13f-412d-9618-5487b00b9089",
      "resourceInvariantUUID": "96d767d6-5370-405e-984b-f300a335ee7b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6c7bac92b8f10_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
          "artifactChecksum": "ZDI2ZWJkOTE0OTZjMjcwZjUxNDc5NzE4ZGY1NmNiNTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "60909ee4-da81-48e8-b371-bea0607fedbe",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4d598865-d821-4d70-b2a6-104a67b912bb",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1641aed7-cb91-4fcd-b095-83b55b4f1b94",
            "generatedFromUUID": "4d598865-d821-4d70-b2a6-104a67b912bb"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1641aed7-cb91-4fcd-b095-83b55b4f1b94",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220604044101-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
      "artifactChecksum": "NzZiMWZjODc2OTg4YjhjODVlNTk0N2VkM2IyNmIwZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a193d1c0-a56a-468f-9593-75751f4b26d4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T04:46:29.831Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:46:29.831Z|dc96354d-19f6-448c-88e1-60a511bc6d59|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1046f302-21ab-48a9-933a-39f54d37fc75 ASDC
2022-06-04T04:46:29.832Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a008b29e-ec2d-4a01-8303-d9c9b3f658ab
ServiceName:vFW 2022-06-04 04-41-01
ServiceVersion:1.0
ServiceUUID:1046f302-21ab-48a9-933a-39f54d37fc75
ServiceInvariantUUID:08389846-427e-43b2-88ee-1307bc295283
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220604044101-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
ArtifactUUID:a193d1c0-a56a-468f-9593-75751f4b26d4
ArtifactChecksum:NzZiMWZjODc2OTg4YjhjODVlNTk0N2VkM2IyNmIwZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6c7bac92-b8f1 0
ResourceCustomizationUUID:0b4e987f-e414-4b05-a0d2-b66c15997825
ResourceInvariantUUID:96d767d6-5370-405e-984b-f300a335ee7b
ResourceName:vFW 6c7bac92-b8f1
ResourceType:VF
ResourceUUID:d3be317a-b13f-412d-9618-5487b00b9089
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6c7bac92b8f10_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json
ArtifactUUID:60909ee4-da81-48e8-b371-bea0607fedbe
ArtifactChecksum:ZDI2ZWJkOTE0OTZjMjcwZjUxNDc5NzE4ZGY1NmNiNTc=
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/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml
ArtifactUUID:4d598865-d821-4d70-b2a6-104a67b912bb
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/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
ArtifactUUID:1641aed7-cb91-4fcd-b095-83b55b4f1b94
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/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
ArtifactUUID:1641aed7-cb91-4fcd-b095-83b55b4f1b94
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-04T04:46:29.832Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1046f302-21ab-48a9-933a-39f54d37fc75 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-04T04:46:29.871Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a193d1c0-a56a-468f-9593-75751f4b26d4 from URL: /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:46:29.872Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:30.353Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar a193d1c0-a56a-468f-9593-75751f4b26d4 99024
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar ASDC sendASDCNotification
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:30.358Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:46:30.359Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:30.361Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:30.361Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317990358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:30.461Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:30.462Z||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-04T04:46:30.463Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:30.477Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:30.477Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:31.361Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:46:31.363Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:46:31.363Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a193d1c0-a56a-468f-9593-75751f4b26d4, URL: /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar to file: /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.363Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.364Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.364Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:31.579Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7260962713717764971/Definitions/service-Vfw20220604044101-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-04T04:46:33.618Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.619Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6c7bac92-b8f1 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-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:46:33.620Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.621Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.621Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:33.621Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:33.622Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.623Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.624Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.625Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:33.626Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:33.629Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.630Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:33.630Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:33.630Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.630Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:33.631Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:33.631Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.631Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:33.631Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:33.632Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T04:46:33.632Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:33.632Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:46:33.632Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:46:33.632Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.633Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.633Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:46:33.633Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.633Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:46:33.634Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.634Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=26493aca-5d26-4e06-89c1-18f05a0d206d
2022-06-04T04:46:33.634Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.634Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:33.635Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:33.635Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:46:33.635Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.635Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.635Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.636Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:46:33.636Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:33.636Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T04:46:33.636Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:46:33.637Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.637Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:46:33.637Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.637Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6b01fdd2-37b8-4f92-ac0b-3e084ce6b74d
2022-06-04T04:46:33.638Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.638Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:33.638Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:33.638Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:46:33.638Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.639Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.640Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.641Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:46:33.642Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:33.642Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:46:33.643Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:46:33.643Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:33.644Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:33.644Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T04:46:33.645Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=161c183e-1e83-4b4d-b64b-e9401207fb20
2022-06-04T04:46:33.645Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.646Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.646Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.647Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.647Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.648Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.648Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:33.649Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:33.649Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-04 04-41-01
Description:catalog service description
Model UUID:1046f302-21ab-48a9-933a-39f54d37fc75
Model Version:NULL
Model InvariantUuid:08389846-427e-43b2-88ee-1307bc295283
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6c7bac92-b8f1
Model UUID:30cb43e8-9e37-43df-b732-481ed082868f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:96d767d6-5370-405e-984b-f300a335ee7b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0b4e987f-e414-4b05-a0d2-b66c15997825
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a03ba629-1d41-4545-bafb-5b01d5dade01
ModelName:Vfw6c7bac92B8f1..base_vfw..module-0
ModelUuid:616c21e5-17bc-414c-8bdb-310cc958513b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:26493aca-5d26-4e06-89c1-18f05a0d206d
ModelInvariantUuid:b4c4b019-de3c-41ce-a4fe-46bb6214a1dd
ModelName:vFW 6c7bac92-b8f1-nodes.vfwCvfc
ModelUuid:0d6889da-95ac-4978-9806-3def5f3eca70
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:fb0833d2-e60d-441f-a829-ed7bf822468e
ModelInvariantUuid:2df7b32d-9f53-4333-aa6a-c08dafd1acbe
ModelName:Vfw6c7bac92B8f1.compute.nodes.heat.vfw
ModelUuid:2cf26ee4-50c9-4bed-8ed7-dcf98f8584dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6b01fdd2-37b8-4f92-ac0b-3e084ce6b74d
ModelInvariantUuid:97aabf5c-fac0-4e97-bd11-2c1d5017c3fa
ModelName:vFW 6c7bac92-b8f1-nodes.vsnCvfc
ModelUuid:4f23c053-a404-460d-bc5a-cb089cc0ccc5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:2964a68c-ceb6-48ae-91f5-2222ce4b83c0
ModelInvariantUuid:34d3757d-7470-4df6-8c10-2ea42b020753
ModelName:Vfw6c7bac92B8f1.compute.nodes.heat.vsn
ModelUuid:3550fd21-caac-4cc7-94d5-2136319a39de
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:161c183e-1e83-4b4d-b64b-e9401207fb20
ModelInvariantUuid:f4010190-0fb0-4450-8b72-b1171dde38c4
ModelName:vFW 6c7bac92-b8f1-nodes.vpgCvfc
ModelUuid:de96dcfa-5b9e-47b1-812b-7877407ef9cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:3f777602-106c-48cb-b378-e4fe19e5145b
ModelInvariantUuid:ccd026f0-67c0-4666-9042-e09f03e16629
ModelName:Vfw6c7bac92B8f1.compute.nodes.heat.vpg
ModelUuid:541713aa-94fb-497e-a7fd-e17556ac175d
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-04T04:46:33.662Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: d3be317a-b13f-412d-9618-5487b00b9089
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-04T04:46:33.665Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||vFW 6c7bac92-b8f1 0
2022-06-04T04:46:33.665Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d3be317a-b13f-412d-9618-5487b00b9089
2022-06-04T04:46:33.665Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60909ee4-da81-48e8-b371-bea0607fedbe from URL: /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json
2022-06-04T04:46:33.665Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:46:33.665Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json
2022-06-04T04:46:34.500Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:46:34.501Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json 60909ee4-da81-48e8-b371-bea0607fedbe 785
2022-06-04T04:46:34.501Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json ASDC sendASDCNotification
2022-06-04T04:46:34.501Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json
2022-06-04T04:46:34.501Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:46:34.502Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:34.504Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:34.504Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317994501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:34.604Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:34.605Z||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-04T04:46:34.606Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:34.617Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:34.617Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:35.505Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6c7bac92B8f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a03ba629-1d41-4545-bafb-5b01d5dade01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "616c21e5-17bc-414c-8bdb-310cc958513b",
    "vfModuleModelCustomizationUUID": "b5b8a7a7-2df0-40fa-a1b2-701dad24ec78",
    "isBase": true,
    "artifacts": [
      "4d598865-d821-4d70-b2a6-104a67b912bb",
      "1641aed7-cb91-4fcd-b095-83b55b4f1b94"
    ],
    "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-04T04:46:35.508Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c7bac92B8f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:616c21e5-17bc-414c-8bdb-310cc958513b
VfModuleModelInvariantUUID:a03ba629-1d41-4545-bafb-5b01d5dade01
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d598865-d821-4d70-b2a6-104a67b912bb
,
1641aed7-cb91-4fcd-b095-83b55b4f1b94

}
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-04T04:46:35.510Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6c7bac92B8f1..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "a03ba629-1d41-4545-bafb-5b01d5dade01",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "616c21e5-17bc-414c-8bdb-310cc958513b",
    "vfModuleModelCustomizationUUID": "b5b8a7a7-2df0-40fa-a1b2-701dad24ec78",
    "isBase": true,
    "artifacts": [
      "4d598865-d821-4d70-b2a6-104a67b912bb",
      "1641aed7-cb91-4fcd-b095-83b55b4f1b94"
    ],
    "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-04T04:46:35.510Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6c7bac92B8f1..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:616c21e5-17bc-414c-8bdb-310cc958513b
VfModuleModelInvariantUUID:a03ba629-1d41-4545-bafb-5b01d5dade01
VfModuleModelDescription:NULL
Artifacts UUID List:{
4d598865-d821-4d70-b2a6-104a67b912bb
,
1641aed7-cb91-4fcd-b095-83b55b4f1b94

}
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-04T04:46:35.511Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4d598865-d821-4d70-b2a6-104a67b912bb from URL: /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml
2022-06-04T04:46:35.511Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:46:35.511Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml
2022-06-04T04:46:36.303Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:46:36.304Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml 4d598865-d821-4d70-b2a6-104a67b912bb 20368
2022-06-04T04:46:36.304Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T04:46:36.304Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml
2022-06-04T04:46:36.305Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:46:36.305Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:36.307Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:36.307Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317996304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:36.408Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T04:46:36.409Z||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-04T04:46:36.409Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:36.423Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:36.424Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:37.309Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1641aed7-cb91-4fcd-b095-83b55b4f1b94 from URL: /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
2022-06-04T04:46:37.309Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:46:37.309Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
2022-06-04T04:46:37.725Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:46:37.726Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env 1641aed7-cb91-4fcd-b095-83b55b4f1b94 2098
2022-06-04T04:46:37.726Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T04:46:37.726Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
2022-06-04T04:46:37.726Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:46:37.726Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:37.728Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:37.729Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317997726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:46:37.829Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:37.830Z||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-04T04:46:37.831Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:37.843Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:37.843Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:38.729Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1046f302-21ab-48a9-933a-39f54d37fc75
2022-06-04T04:46:38.730Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6c7bac92-b8f1 0 d3be317a-b13f-412d-9618-5487b00b9089 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:46:38.749Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@429b37a1, org.onap.sdc.toscaparser.api.parameters.Input@2c45b279, org.onap.sdc.toscaparser.api.parameters.Input@33c325d3, org.onap.sdc.toscaparser.api.parameters.Input@57b38860, org.onap.sdc.toscaparser.api.parameters.Input@4c8e9b08]
2022-06-04T04:46:38.752Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.752Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.752Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-04T04:46:38.752Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0b4e987f-e414-4b05-a0d2-b66c15997825
2022-06-04T04:46:38.753Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0b4e987f-e414-4b05-a0d2-b66c15997825 matches Tosca VF Customization UUID: 0b4e987f-e414-4b05-a0d2-b66c15997825
2022-06-04T04:46:38.753Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0b4e987f-e414-4b05-a0d2-b66c15997825  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-04T04:46:38.755Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.756Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.757Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0b4e987f-e414-4b05-a0d2-b66c15997825: {\"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-04T04:46:38.757Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ca51344
2022-06-04T04:46:38.757Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.757Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:46:38.757Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b5b8a7a7-2df0-40fa-a1b2-701dad24ec78
2022-06-04T04:46:38.758Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b5b8a7a7-2df0-40fa-a1b2-701dad24ec78
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-04T04:46:38.760Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.760Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:38.760Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:38.760Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.761Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:38.761Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:38.761Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.762Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:38.762Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:38.762Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-04T04:46:38.762Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:38.763Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:46:38.763Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:46:38.763Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.763Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:38.764Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:46:38.764Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:38.764Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:46:38.764Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.765Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=26493aca-5d26-4e06-89c1-18f05a0d206d
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-04T04:46:38.767Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.767Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:38.767Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:38.768Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.768Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:38.768Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:38.768Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:46:38.769Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.769Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:38.769Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.769Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:46:38.770Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:38.770Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-04T04:46:38.770Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-04T04:46:38.770Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:38.771Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-04T04:46:38.771Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.771Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6b01fdd2-37b8-4f92-ac0b-3e084ce6b74d
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-04T04:46:38.772Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.773Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:38.773Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:38.773Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.774Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is not matching search criteria
2022-06-04T04:46:38.774Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-04T04:46:38.774Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-04T04:46:38.774Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.774Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:38.775Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.775Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-04T04:46:38.775Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-04T04:46:38.775Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-04T04:46:38.776Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-04T04:46:38.776Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-04T04:46:38.776Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-04T04:46:38.776Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-04T04:46:38.777Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=161c183e-1e83-4b4d-b64b-e9401207fb20
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-04T04:46:38.779Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.779Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:38.779Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:46:38.780Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.780Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Node template vFW 6c7bac92-b8f1 0 is matching search criteria
2022-06-04T04:46:38.780Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6c7bac92-b8f1 0] matching following query criteria: sdcType=VF, customizationUUID=0b4e987f-e414-4b05-a0d2-b66c15997825
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-04T04:46:38.782Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.782Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.782Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1046f302-21ab-48a9-933a-39f54d37fc75: vFW 6c7bac92-b8f1
2022-06-04T04:46:38.783Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.783Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.783Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.783Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.784Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.784Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.784Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.784Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.784Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:46:38.785Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-04 04-41-01 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:46:38.785Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-04 04-41-01 
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-04T04:46:38.889Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6c7bac92-b8f1 d3be317a-b13f-412d-9618-5487b00b9089 1 ASDC deployResourceStructure
2022-06-04T04:46:38.890Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json ASDC sendASDCNotification
2022-06-04T04:46:38.890Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json
2022-06-04T04:46:38.890Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:46:38.890Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:38.892Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:38.893Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317998890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:38.993Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:38.994Z||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-04T04:46:38.994Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:39.006Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:39.007Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:39.893Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-04T04:46:39.894Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml
2022-06-04T04:46:39.894Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:46:39.894Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:39.896Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:39.897Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317999893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:39.997Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:39.998Z||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-04T04:46:39.998Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:40.010Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:40.010Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:40.898Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-04T04:46:40.898Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env
2022-06-04T04:46:40.898Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:46:40.899Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:40.901Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:40.901Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318000898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:41.001Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:41.002Z||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-04T04:46:41.003Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:41.016Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:41.017Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:46:41.902Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar ASDC sendASDCNotification
2022-06-04T04:46:41.903Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar
2022-06-04T04:46:41.903Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:46:41.903Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:46:41.906Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:46:41.906Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318001902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:46:42.006Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:46:42.007Z||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-04T04:46:42.007Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:46:42.020Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:46:42.021Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:46:42.906Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:46:42.916Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:46:42.918Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:46:42.918Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:46:42.918Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:47:12.919Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:47:12.930Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:47:12.933Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:47:12.933Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:47:12.933Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:47:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:47:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:47:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:47:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:47:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:47:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dc96354d-19f6-448c-88e1-60a511bc6d59",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317916964,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:47:22.164Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:47:42.934Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:47:42.944Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:47:42.948Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:47:42.948Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:47:42.948Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:48:12.948Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:48:12.974Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:48:12.976Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:48:12.976Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:48:12.977Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:48:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:48:22.136Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:48:22.137Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:48:22.167Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:48:22.169Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.169Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317936573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.172Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.172Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.172Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317939871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.173Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.173Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.173Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317936573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.173Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317939871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317943886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317939871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.176Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.176Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.176Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317936573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.176Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.176Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.177Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317943886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.177Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.177Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.177Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317944127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.177Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.178Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.178Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317936573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.178Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.178Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.178Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317939871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.178Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317943886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317944127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317946531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317936573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317939871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.182Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.182Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317943886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.182Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.182Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.182Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317944127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.183Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.183Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.183Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317947223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.183Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.183Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.183Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317946531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.184Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.184Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.184Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317939871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.184Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.184Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.184Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317936573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.185Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.185Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.185Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317943886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.185Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.186Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.186Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317944127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.186Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.186Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.186Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317947223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.187Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.187Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.187Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317946531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.187Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.188Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.188Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317936573,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.188Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.188Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.188Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317939871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.189Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.189Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.189Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317943886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.191Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.192Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.192Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317944127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.194Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.194Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.195Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317947223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317946531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317943886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.199Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.199Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317944127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.200Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.200Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.200Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317950772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.201Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.201Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.201Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317947223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.202Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.202Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.203Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317946531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.203Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.204Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.204Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317944127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.204Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.205Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.205Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317947223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.206Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.206Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.206Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317946531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.206Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.207Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.207Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317952440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.207Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.208Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.208Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317952211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.208Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.209Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.209Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317947223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.209Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.210Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.210Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654317946531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.211Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.211Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.211Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "cds",
  "timestamp": 1654317953446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-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-04T04:48:22.221Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a008b29e-ec2d-4a01-8303-d9c9b3f658ab
2022-06-04T04:48:22.222Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a008b29e-ec2d-4a01-8303-d9c9b3f658ab 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-04T04:48:22.239Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.239Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317947223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.239Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317954348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317954210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.240Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654317955355,
  "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-04T04:48:22.245Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a008b29e-ec2d-4a01-8303-d9c9b3f658ab
2022-06-04T04:48:22.246Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a008b29e-ec2d-4a01-8303-d9c9b3f658ab 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-04T04:48:22.261Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.262Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317953717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.262Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.262Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.262Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317955803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.262Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.263Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.263Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317953717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.263Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.263Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.263Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317956807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317956557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317953717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.264Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.265Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "policy-id",
  "timestamp": 1654317957812,
  "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-04T04:48:22.271Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a008b29e-ec2d-4a01-8303-d9c9b3f658ab
2022-06-04T04:48:22.272Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a008b29e-ec2d-4a01-8303-d9c9b3f658ab 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-04T04:48:22.280Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.280Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317957594,
  "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-04T04:48:22.285Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a008b29e-ec2d-4a01-8303-d9c9b3f658ab
2022-06-04T04:48:22.285Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a008b29e-ec2d-4a01-8303-d9c9b3f658ab 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-04T04:48:22.293Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.293Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317953717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.293Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654317958597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317953717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.294Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317953717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:48:22.295Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.295Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.295Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317953717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:48:22.295Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:48:22.295Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.295Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317961666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.295Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317963375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317966377,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.296Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "clamp",
  "timestamp": 1654317967380,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:48:22.302Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a008b29e-ec2d-4a01-8303-d9c9b3f658ab
2022-06-04T04:48:22.302Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a008b29e-ec2d-4a01-8303-d9c9b3f658ab and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:48:22.311Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.311Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317978815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:48:22.311Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:48:22.311Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T04:48:22.312Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "aai-ml",
  "timestamp": 1654317979820,
  "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-04T04:48:22.317Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a008b29e-ec2d-4a01-8303-d9c9b3f658ab
2022-06-04T04:48:22.317Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a008b29e-ec2d-4a01-8303-d9c9b3f658ab 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-04T04:48:42.977Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:48:42.990Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:48:42.994Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:48:42.994Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T04:48:42.995Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T04:48:42.995Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T04:48:42.995Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:48:42.995Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:48:42.995Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:48:42.996Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:48:42.996Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:48:42.996Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:48:42.996Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:48:43.003Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T04:49:13.004Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab 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-04T04:49:13.012Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a008b29e-ec2d-4a01-8303-d9c9b3f658ab and serviceModelVersionId: 1046f302-21ab-48a9-933a-39f54d37fc75
2022-06-04T04:49:13.012Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08389846-427e-43b2-88ee-1307bc295283
2022-06-04T04:49:13.015Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08389846-427e-43b2-88ee-1307bc295283/model-vers/model-ver/1046f302-21ab-48a9-933a-39f54d37fc75?depth=0
2022-06-04T04:49:13.025Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T04:49:13.101Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08389846-427e-43b2-88ee-1307bc295283/model-vers/model-ver/1046f302-21ab-48a9-933a-39f54d37fc75?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-04T04:49:13.104Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08389846-427e-43b2-88ee-1307bc295283/model-vers/model-ver/1046f302-21ab-48a9-933a-39f54d37fc75?depth=0|INFO|500||Invoke
2022-06-04T04:49:13.133Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08389846-427e-43b2-88ee-1307bc295283/model-vers/model-ver/1046f302-21ab-48a9-933a-39f54d37fc75?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T04:49:14.048Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08389846-427e-43b2-88ee-1307bc295283/model-vers/model-ver/1046f302-21ab-48a9-933a-39f54d37fc75?depth=0|INFO|500||InvokeReturn
2022-06-04T04:49:14.049Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/08389846-427e-43b2-88ee-1307bc295283/model-vers/model-ver/1046f302-21ab-48a9-933a-39f54d37fc75?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220604-04:49:12:281-80562], vertex-id=[385216], Content-Length=[0], Date=[Sat, 04 Jun 2022 04:49:12 GMT], Content-Type=[application/json]}
2022-06-04T04:49:14.049Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-04T04:49:14.050Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T04:49:14.050Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:49:14.056Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-04T04:49:14.057Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a008b29e-ec2d-4a01-8303-d9c9b3f658ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T04:49:14.057Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T04:49:14.058Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:49:14.062Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:49:14.062Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318154057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:49:14.163Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T04:49:14.164Z||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-04T04:49:14.164Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:49:14.180Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:49:14.181Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T04:49:15.078Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:49:15.079Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:49:15.080Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:49:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:49:22.134Z||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-04T04:49:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:49:22.160Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:49:22.161Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.161Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:49:22.162Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:49:22.162Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:49:22.163Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:49:22.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-04T04:49:22.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:49:22.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.164Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:49:22.164Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:49:22.164Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317982131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:49:22.165Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:49:22.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317990358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:49:22.165Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:22.165Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.165Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317994501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:49:22.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:22.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317996304,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:49:22.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:22.166Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.166Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317997726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:49:22.166Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:22.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317998890,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/vfw6c7bac92b8f10_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:49:22.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:22.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.167Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654317999893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:49:22.167Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:22.167Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318000898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/resourceInstances/vfw6c7bac92b8f10/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-04T04:49:22.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:22.168Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:49:22.168Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318001902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220604044101/1.0/artifacts/service-Vfw20220604044101-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:49:22.168Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:49:25.406Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:49:25.407Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:49:25.408Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:49:25.408Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:49:34.951Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:49:34.952Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:49:34.952Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:49:34.953Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:49:44.494Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:50:22.131Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:50:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:50:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:50:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:50:22.134Z||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-04T04:50:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:50:22.661Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:50:22.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T04:50:22.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a008b29e-ec2d-4a01-8303-d9c9b3f658ab",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318154057,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:50:22.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:50:31.681Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:51:22.131Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:51:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:51:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:51:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:51:22.133Z||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-04T04:51:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:51:31.707Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:51:31.714Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:52:22.131Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:52:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:52:22.133Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:52:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:52:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T04:52:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:52:31.691Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:52:31.693Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:53:22.131Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:53:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:53:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:53:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:53:22.133Z||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-04T04:53:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:53:31.680Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:53:31.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:54:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:54:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:54:22.135Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:54:22.135Z||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-04T04:54:22.135Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:54:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:54:31.720Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:54:31.720Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:55:22.131Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:55:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:55:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:55:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:55:22.133Z||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-04T04:55:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:55:31.734Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:55:31.739Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:56:22.131Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:56:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:56:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:56:22.134Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:56:22.135Z||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-04T04:56:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:56:31.689Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:56:31.693Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:22.131Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:57:22.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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-04T04:57:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:57:22.133Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:22.133Z||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-04T04:57:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:31.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:32.082Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:32.084Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T04:57:32.084Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0c66098-db02-42bc-b98d-0265f2163f3c","serviceName":"Demo_pNF_6ortKOqemuwhdfVtXKpw","serviceVersion":"1.0","serviceUUID":"65fc4277-4d91-4a6d-b3d1-78650b7180f5","serviceDescription":"catalog service description","serviceInvariantUUID":"5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b","resources":[{"resourceInstanceName":"pNF ba1941a3-42df 0","resourceName":"pNF ba1941a3-42df","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a1e6ef46-bebf-4d36-adec-7fc556f0f186","resourceInvariantUUID":"88ae03af-4d40-4b4a-81b9-7a54d4e33b87","resourceCustomizationUUID":"d6f40810-b28f-4c1e-97ee-920c0bb8f96a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml","artifactChecksum":"Y2RkYzA1YTEzZWVjOGNjZTUyNzQyMjNmMjk2ZDE5OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09bc32ef-e5e3-48c2-943d-2efdd04f2b83","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar","artifactChecksum":"MGRiNzgzMGZmZjBlZjU5YWEwNjY2OWQ1NGMyNTYwYTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12542a67-6e4c-4d98-8afa-d215e1567436","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db48470d-1752-4cda-b91e-bf8d6018aead","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2M0Nzk5ODkyOTgxYTNjYmI4YmY3MWE1MzhiNGNjMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ea648880-87d7-4101-ad98-9feefe88325c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"397df059-5ea2-4f5f-953f-32ceacf2bc53","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3616642b-d3db-4700-becf-2fe08ad5d3de","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml","artifactChecksum":"NWRmYzBjZDQyMmNlNjZkOTM5ZTI4YWUxNzkxZDdjYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38f901d2-df33-4130-a7e5-e8ae0a41296d","artifactVersion":"1"},{"artifactName":"service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar","artifactChecksum":"YjIzNGFhNDFjZTljMDEwNDJmMGIxZDY0ZGY2MjZmM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"840ceb54-25c3-42ef-a1ce-8483b9ee84bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:57:32.090Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:32.092Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:32.099Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:32.099Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:57:32.199Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:57:32.200Z||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-04T04:57:32.200Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:32.226Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:32.226Z||pool-51-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":4,"count":1}
2022-06-04T04:57:33.099Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:33.101Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:33.105Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:33.105Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:57:33.204Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-04T04:57:33.206Z||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-04T04:57:33.207Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:33.237Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:33.238Z||pool-52-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:57:34.106Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:34.108Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:34.111Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:34.111Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:57:34.212Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T04:57:34.213Z||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-04T04:57:34.213Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:34.230Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:34.231Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:57:35.112Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:35.113Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:35.115Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:35.115Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:57:35.216Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:57:35.217Z||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-04T04:57:35.217Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:35.230Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:35.230Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:57:36.117Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:36.118Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:36.120Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:36.120Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:57:36.220Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:57:36.222Z||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-04T04:57:36.222Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:36.236Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:36.236Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:57:37.121Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:37.122Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:37.124Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:37.124Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:57:37.224Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:57:37.225Z||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-04T04:57:37.226Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:37.248Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:37.248Z||pool-56-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:57:38.128Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:38.129Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:38.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:38.132Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:57:38.232Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:57:38.233Z||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-04T04:57:38.233Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:38.260Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:38.260Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:57:39.133Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:57:39.134Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:39.137Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:39.138Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:57:39.238Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:57:39.239Z||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-04T04:57:39.239Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:39.259Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:39.260Z||pool-58-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:57:40.139Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "serviceName": "Demo_pNF_6ortKOqemuwhdfVtXKpw",
  "serviceVersion": "1.0",
  "serviceUUID": "65fc4277-4d91-4a6d-b3d1-78650b7180f5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b",
  "resources": [
    {
      "resourceInstanceName": "pNF ba1941a3-42df 0",
      "resourceCustomizationUUID": "d6f40810-b28f-4c1e-97ee-920c0bb8f96a",
      "resourceName": "pNF ba1941a3-42df",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a1e6ef46-bebf-4d36-adec-7fc556f0f186",
      "resourceInvariantUUID": "88ae03af-4d40-4b4a-81b9-7a54d4e33b87",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
      "artifactChecksum": "YjIzNGFhNDFjZTljMDEwNDJmMGIxZDY0ZGY2MjZmM2I\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "840ceb54-25c3-42ef-a1ce-8483b9ee84bc"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T04:57:40.140Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:57:40.140Z|a008b29e-ec2d-4a01-8303-d9c9b3f658ab|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65fc4277-4d91-4a6d-b3d1-78650b7180f5 ASDC
2022-06-04T04:57:40.142Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:b0c66098-db02-42bc-b98d-0265f2163f3c
ServiceName:Demo_pNF_6ortKOqemuwhdfVtXKpw
ServiceVersion:1.0
ServiceUUID:65fc4277-4d91-4a6d-b3d1-78650b7180f5
ServiceInvariantUUID:5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
ArtifactUUID:840ceb54-25c3-42ef-a1ce-8483b9ee84bc
ArtifactChecksum:YjIzNGFhNDFjZTljMDEwNDJmMGIxZDY0ZGY2MjZmM2I=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ba1941a3-42df 0
ResourceCustomizationUUID:d6f40810-b28f-4c1e-97ee-920c0bb8f96a
ResourceInvariantUUID:88ae03af-4d40-4b4a-81b9-7a54d4e33b87
ResourceName:pNF ba1941a3-42df
ResourceType:PNF
ResourceUUID:a1e6ef46-bebf-4d36-adec-7fc556f0f186
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-04T04:57:40.142Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65fc4277-4d91-4a6d-b3d1-78650b7180f5 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-04T04:57:40.184Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:57:40.186Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:57:40.187Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:57:40.187Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 840ceb54-25c3-42ef-a1ce-8483b9ee84bc from URL: /sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:40.187Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:57:40.188Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:40.883Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:57:40.888Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar 840ceb54-25c3-42ef-a1ce-8483b9ee84bc 82647
2022-06-04T04:57:40.889Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar ASDC sendASDCNotification
2022-06-04T04:57:40.889Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:40.889Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:57:40.889Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:40.892Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:40.892Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318660888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:57:40.992Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:57:40.993Z||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-04T04:57:40.993Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:41.009Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:41.010Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:57:41.893Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:57:41.894Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:57:41.895Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 840ceb54-25c3-42ef-a1ce-8483b9ee84bc, URL: /sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar to file: /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:41.895Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:41.896Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:41.896Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:42.098Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16988222667132008596/Definitions/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml
2022-06-04T04:57:43.051Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:57:43.052Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:57:43.052Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.053Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-04T04:57:43.053Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.053Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.053Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.053Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.054Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.054Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ba1941a3-42df 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-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.054Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.054Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:57:43.054Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.055Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.055Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Node template pNF ba1941a3-42df 0 is matching search criteria
2022-06-04T04:57:43.056Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:57:43.056Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ba1941a3-42df 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:57:43.056Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.056Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.057Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Node template pNF ba1941a3-42df 0 is matching search criteria
2022-06-04T04:57:43.057Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:57:43.057Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF ba1941a3-42df 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:57:43.057Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.057Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.058Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.058Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.058Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.058Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.059Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.059Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.059Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.059Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.059Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_6ortKOqemuwhdfVtXKpw
Description:catalog service description
Model UUID:65fc4277-4d91-4a6d-b3d1-78650b7180f5
Model Version:NULL
Model InvariantUuid:5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b
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-04T04:57:43.071Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: a1e6ef46-bebf-4d36-adec-7fc556f0f186
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-04T04:57:43.077Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||pNF ba1941a3-42df 0
2022-06-04T04:57:43.078Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a1e6ef46-bebf-4d36-adec-7fc556f0f186
2022-06-04T04:57:43.080Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 65fc4277-4d91-4a6d-b3d1-78650b7180f5
2022-06-04T04:57:43.080Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 65fc4277-4d91-4a6d-b3d1-78650b7180f5
2022-06-04T04:57:43.080Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ba1941a3-42df 0 a1e6ef46-bebf-4d36-adec-7fc556f0f186 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-04T04:57:43.085Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5506572a, org.onap.sdc.toscaparser.api.parameters.Input@4718935c, org.onap.sdc.toscaparser.api.parameters.Input@6c8daa5e, org.onap.sdc.toscaparser.api.parameters.Input@5cf7b732, org.onap.sdc.toscaparser.api.parameters.Input@3baf0481]
2022-06-04T04:57:43.086Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.086Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.087Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 65fc4277-4d91-4a6d-b3d1-78650b7180f5: pNF ba1941a3-42df
2022-06-04T04:57:43.087Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||Processing PNF resource: a1e6ef46-bebf-4d36-adec-7fc556f0f186
2022-06-04T04:57:43.087Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:57:43.087Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_6ortKOqemuwhdfVtXKpw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:57:43.088Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||Resource customization UUID: d6f40810-b28f-4c1e-97ee-920c0bb8f96a is the same as notified resource customizationUUID: d6f40810-b28f-4c1e-97ee-920c0bb8f96a
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-04T04:57:43.167Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ba1941a3-42df a1e6ef46-bebf-4d36-adec-7fc556f0f186 0 ASDC deployResourceStructure
2022-06-04T04:57:43.168Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar ASDC sendASDCNotification
2022-06-04T04:57:43.168Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar
2022-06-04T04:57:43.168Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:57:43.168Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:57:43.171Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:57:43.171Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318663168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:57:43.271Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:57:43.272Z||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-04T04:57:43.272Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:57:43.284Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:57:43.284Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:57:44.171Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0c66098-db02-42bc-b98d-0265f2163f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:57:44.186Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0c66098-db02-42bc-b98d-0265f2163f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:57:44.192Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:57:44.192Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:57:44.193Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:58:14.193Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0c66098-db02-42bc-b98d-0265f2163f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:58:14.222Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0c66098-db02-42bc-b98d-0265f2163f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:58:14.224Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:58:14.224Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:58:14.224Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T04:58:22.134Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:58:22.136Z||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-04T04:58:22.136Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:58:22.265Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:58:22.277Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.277Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.279Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.279Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.279Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.280Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.280Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.281Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.282Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.283Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.284Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.290Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318644126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318642131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318646531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318647223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318648886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318643717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.297Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318660845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:58:22.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318659501,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:58:22.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318660711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:58:22.299Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318660888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318661307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318661718,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318662066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.301Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "cds",
  "timestamp": 1654318662314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-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-04T04:58:22.311Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0c66098-db02-42bc-b98d-0265f2163f3c
2022-06-04T04:58:22.312Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0c66098-db02-42bc-b98d-0265f2163f3c 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-04T04:58:22.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "policy-id",
  "timestamp": 1654318662723,
  "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-04T04:58:22.338Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0c66098-db02-42bc-b98d-0265f2163f3c
2022-06-04T04:58:22.338Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0c66098-db02-42bc-b98d-0265f2163f3c 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-04T04:58:22.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318663074,
  "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-04T04:58:22.352Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b0c66098-db02-42bc-b98d-0265f2163f3c
2022-06-04T04:58:22.352Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0c66098-db02-42bc-b98d-0265f2163f3c 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-04T04:58:22.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318663168,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:58:22.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318656572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/resourceInstances/pnfba1941a342df0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318659870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318667412,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:58:22.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318669318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:58:22.367Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "aai-ml",
  "timestamp": 1654318668418,
  "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-04T04:58:22.373Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0c66098-db02-42bc-b98d-0265f2163f3c
2022-06-04T04:58:22.373Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0c66098-db02-42bc-b98d-0265f2163f3c 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-04T04:58:22.381Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318671443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:58:22.382Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318672452,
  "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-04T04:58:22.388Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0c66098-db02-42bc-b98d-0265f2163f3c
2022-06-04T04:58:22.388Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0c66098-db02-42bc-b98d-0265f2163f3c 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-04T04:58:22.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318674493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:58:22.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318675514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf6ortkoqemuwhdfvtxkpw/1.0/artifacts/service-DemoPnf6ortkoqemuwhdfvtxkpw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:58:22.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T04:58:22.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "clamp",
  "timestamp": 1654318676518,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:58:22.401Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b0c66098-db02-42bc-b98d-0265f2163f3c
2022-06-04T04:58:22.401Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0c66098-db02-42bc-b98d-0265f2163f3c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T04:58:22.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.427Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.433Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.433Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.434Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.434Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.435Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.435Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.435Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318689870,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318686531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318684127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318686573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318687223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:58:22.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:22.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-04T04:58:22.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:58:22.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:58:44.225Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0c66098-db02-42bc-b98d-0265f2163f3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:58:44.243Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0c66098-db02-42bc-b98d-0265f2163f3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:58:44.247Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:58:44.247Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T04:58:44.247Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T04:58:44.247Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T04:58:44.248Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:58:44.248Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:58:44.248Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:58:44.248Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:58:44.249Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:58:44.249Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:58:44.249Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T04:58:44.249Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T04:58:44.256Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T04:59:14.256Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0c66098-db02-42bc-b98d-0265f2163f3c 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-04T04:59:14.263Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0c66098-db02-42bc-b98d-0265f2163f3c and serviceModelVersionId: 65fc4277-4d91-4a6d-b3d1-78650b7180f5
2022-06-04T04:59:14.263Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b
2022-06-04T04:59:14.265Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0
2022-06-04T04:59:14.275Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T04:59:14.343Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0|INFO|500||Invoke
2022-06-04T04:59:14.343Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b0c66098-db02-42bc-b98d-0265f2163f3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9e3001b-88eb-4d17-b47d-f648f1a6a41b], X-ECOMP-RequestID=[b0c66098-db02-42bc-b98d-0265f2163f3c], X-TransactionId=[], X-ONAP-RequestID=[b0c66098-db02-42bc-b98d-0265f2163f3c], Content-Type=[application/merge-patch+json]}
2022-06-04T04:59:14.380Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T04:59:15.983Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?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/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220604-04:59:13:540-75750], vertex-id=[393408], Content-Length=[0], Date=[Sat, 04 Jun 2022 04:59:13 GMT], Content-Type=[application/json]}
2022-06-04T04:59:15.984Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-04T04:59:15.984Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5edc4ca6-8d8b-47fa-a61e-2674fc3e7e3b/model-vers/model-ver/65fc4277-4d91-4a6d-b3d1-78650b7180f5?depth=0|INFO|500||InvokeReturn
2022-06-04T04:59:15.985Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T04:59:15.985Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T04:59:15.992Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-04T04:59:15.993Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0c66098-db02-42bc-b98d-0265f2163f3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T04:59:15.993Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T04:59:15.994Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:15.997Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:15.998Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318755993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T04:59:16.098Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:16.099Z||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-04T04:59:16.099Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:16.117Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:16.118Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 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-04T04:59:17.011Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:59:17.012Z|b0c66098-db02-42bc-b98d-0265f2163f3c|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-04T04:59:17.012Z|b0c66098-db02-42bc-b98d-0265f2163f3c|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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:17.635Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:17.637Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T04:59:17.637Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"89297e38-e31e-4d7b-a355-fc0951c769cf","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"50740280-eb83-4cec-a39f-8597c5abc154","serviceDescription":"service","serviceInvariantUUID":"eae46eae-68d3-4f08-a079-d5c05a493030","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d8087da-74ce-49bd-b4a1-c5ce6b69d7c6","resourceInvariantUUID":"aaca672f-1ac2-4bce-b369-b8bd3b1b8a94","resourceCustomizationUUID":"465eaf19-2fe7-4406-9a91-da6d9c2a16e1","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":"ZDhkNDc2OTU5ZjZjZTZhYjU3YjU5MDE3NzdjZDgxZDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"daaed646-3349-43e4-9bb7-91dde7b2d989","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":"de9ca104-ab57-4cc4-92f9-d38d2d9ae4fa","artifactVersion":"2","generatedFromUUID":"d931c331-0054-4d75-902d-8b6957f5425a"},{"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":"d931c331-0054-4d75-902d-8b6957f5425a","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":"YTEyNjliODI2ZDA0NzIwMTMyZmI1OGI5MmMwZDVhOGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"77f0f107-c2e0-45bf-ba9a-4939c95d73c9","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":"2bbefe54-6147-4058-9ef7-a163be7554ed","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":"d04fb3be-7493-49b1-af07-3885ab578e14","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":"d3d09c48-4beb-40aa-a40f-6faaa5b3791f","artifactVersion":"2","generatedFromUUID":"2bbefe54-6147-4058-9ef7-a163be7554ed"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTQ1NjVmOTg5OGRmMGY0OTQ1YmZlOTliMWM5MDVjOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ac158ff-303c-4f6d-9a34-93ffe1cb91c3","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWVhZWYxYWJhZjA2ODE5YjA5NmJmYTYzZTg2NjAwN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"962ec58e-6dd6-4486-9a39-00dff08828f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T04:59:17.641Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:17.642Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:17.646Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:17.646Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:59:17.745Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-04T04:59:17.747Z||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-04T04:59:17.747Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:17.769Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:17.770Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:18.648Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:18.649Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:18.652Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:18.652Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-04T04:59:18.754Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T04:59:18.755Z||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-04T04:59:18.755Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:18.775Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:18.776Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:19.653Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:19.653Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:19.660Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:19.660Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-04T04:59:19.757Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-04T04:59:19.758Z||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-04T04:59:19.758Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:19.771Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:19.771Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:20.661Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:20.662Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:20.665Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:20.665Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T04:59:20.772Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-04T04:59:20.773Z||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-04T04:59:20.773Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:20.789Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:20.790Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:21.666Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:21.667Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:21.671Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:21.672Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-04T04:59:21.771Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:59:21.773Z||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-04T04:59:21.773Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:21.787Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:21.787Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T04:59:22.134Z||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-04T04:59:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:22.160Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:22.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-04T04:59:22.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318693886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:59:22.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-04T04:59:22.673Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:22.674Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:22.677Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:22.677Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:59:22.777Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:22.779Z||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-04T04:59:22.779Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:22.795Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:22.796Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:23.678Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:23.679Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:23.681Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:23.681Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-04T04:59:23.781Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:23.783Z||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-04T04:59:23.783Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:23.801Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:23.802Z||pool-68-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:24.682Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:24.683Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:24.687Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:24.687Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T04:59:24.790Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-04T04:59:24.791Z||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-04T04:59:24.791Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:24.818Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:24.818Z||pool-69-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:25.688Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T04:59:25.689Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:25.692Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:25.692Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T04:59:25.792Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:25.794Z||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-04T04:59:25.794Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:25.810Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:25.811Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:26.695Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "50740280-eb83-4cec-a39f-8597c5abc154",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eae46eae-68d3-4f08-a079-d5c05a493030",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "465eaf19-2fe7-4406-9a91-da6d9c2a16e1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d8087da-74ce-49bd-b4a1-c5ce6b69d7c6",
      "resourceInvariantUUID": "aaca672f-1ac2-4bce-b369-b8bd3b1b8a94",
      "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": "de9ca104-ab57-4cc4-92f9-d38d2d9ae4fa",
          "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": "d931c331-0054-4d75-902d-8b6957f5425a",
          "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": "YTEyNjliODI2ZDA0NzIwMTMyZmI1OGI5MmMwZDVhOGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "77f0f107-c2e0-45bf-ba9a-4939c95d73c9",
          "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": "2bbefe54-6147-4058-9ef7-a163be7554ed",
          "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": "d3d09c48-4beb-40aa-a40f-6faaa5b3791f",
            "generatedFromUUID": "2bbefe54-6147-4058-9ef7-a163be7554ed"
          },
          "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": "d3d09c48-4beb-40aa-a40f-6faaa5b3791f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWVhZWYxYWJhZjA2ODE5YjA5NmJmYTYzZTg2NjAwN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "962ec58e-6dd6-4486-9a39-00dff08828f7"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T04:59:26.696Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T04:59:26.698Z|b0c66098-db02-42bc-b98d-0265f2163f3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 50740280-eb83-4cec-a39f-8597c5abc154 ASDC
2022-06-04T04:59:26.699Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:89297e38-e31e-4d7b-a355-fc0951c769cf
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:50740280-eb83-4cec-a39f-8597c5abc154
ServiceInvariantUUID:eae46eae-68d3-4f08-a079-d5c05a493030
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:962ec58e-6dd6-4486-9a39-00dff08828f7
ArtifactChecksum:YWVhZWYxYWJhZjA2ODE5YjA5NmJmYTYzZTg2NjAwN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:465eaf19-2fe7-4406-9a91-da6d9c2a16e1
ResourceInvariantUUID:aaca672f-1ac2-4bce-b369-b8bd3b1b8a94
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:7d8087da-74ce-49bd-b4a1-c5ce6b69d7c6
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:de9ca104-ab57-4cc4-92f9-d38d2d9ae4fa
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:d931c331-0054-4d75-902d-8b6957f5425a
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:77f0f107-c2e0-45bf-ba9a-4939c95d73c9
ArtifactChecksum:YTEyNjliODI2ZDA0NzIwMTMyZmI1OGI5MmMwZDVhOGM=
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:2bbefe54-6147-4058-9ef7-a163be7554ed
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:d3d09c48-4beb-40aa-a40f-6faaa5b3791f
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:d3d09c48-4beb-40aa-a40f-6faaa5b3791f
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-04T04:59:26.699Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 50740280-eb83-4cec-a39f-8597c5abc154 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-04T04:59:26.746Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:59:26.748Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:59:26.748Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:59:26.749Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 962ec58e-6dd6-4486-9a39-00dff08828f7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-04T04:59:26.749Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:59:26.749Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-04T04:59:27.501Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:59:27.505Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 962ec58e-6dd6-4486-9a39-00dff08828f7 68952
2022-06-04T04:59:27.506Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:27.506Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:27.506Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:59:27.507Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:27.509Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:27.509Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318767506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:59:27.609Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:27.610Z||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-04T04:59:27.611Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:27.654Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:27.654Z||pool-71-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:28.510Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T04:59:28.511Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T04:59:28.511Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 962ec58e-6dd6-4486-9a39-00dff08828f7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-04T04:59:28.512Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-04T04:59:28.512Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-04T04:59:28.512Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-04T04:59:28.719Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16511385927515367500/Definitions/service-BasicCnf-template.yml
2022-06-04T04:59:30.198Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T04:59:30.198Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:30.200Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:30.200Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:59:30.200Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:59:30.200Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.200Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:30.201Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:30.201Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T04:59:30.201Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T04:59:30.201Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.201Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:30.202Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.202Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-04T04:59:30.202Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-04T04:59:30.202Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-04T04:59:30.202Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T04:59:30.203Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.203Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:59:30.203Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.203Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:30.204Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:59:30.204Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.204Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:30.204Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:59:30.204Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.205Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:30.205Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:59:30.205Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.205Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-04T04:59:30.206Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-04T04:59:30.206Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e7b72fc7-1dc7-428c-a830-e16c9bdaea5e
2022-06-04T04:59:30.206Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.206Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:30.207Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.207Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:30.207Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.207Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:30.207Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:30.208Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:30.208Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:50740280-eb83-4cec-a39f-8597c5abc154
Model Version:NULL
Model InvariantUuid:eae46eae-68d3-4f08-a079-d5c05a493030
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0305617c-bfa3-4f42-8771-fa7a002c96af
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:aaca672f-1ac2-4bce-b369-b8bd3b1b8a94
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:465eaf19-2fe7-4406-9a91-da6d9c2a16e1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:12a5ffa0-0dfe-4daa-949f-5d3ad0e58f09
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c8d546c6-f692-4fc4-9981-9f3269a6e83c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7b72fc7-1dc7-428c-a830-e16c9bdaea5e
ModelInvariantUuid:3cec932e-8954-4f35-8c50-7f102b0c0e4a
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:cad533cc-e0e4-4089-bf2a-d0797f9c4e97
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7dcb4ac1-b46b-4728-a6fc-d5730d139335
ModelInvariantUuid:409a5b93-ce94-4589-8f54-c7d0c2c55d1a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f7bbbb30-6e28-43d9-9271-920c2bf19238
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-04T04:59:30.216Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d8087da-74ce-49bd-b4a1-c5ce6b69d7c6
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-04T04:59:30.219Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-06-04T04:59:30.220Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d8087da-74ce-49bd-b4a1-c5ce6b69d7c6
2022-06-04T04:59:30.220Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: de9ca104-ab57-4cc4-92f9-d38d2d9ae4fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-04T04:59:30.220Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:59:30.220Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:30.646Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:59:30.647Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env de9ca104-ab57-4cc4-92f9-d38d2d9ae4fa 12
2022-06-04T04:59:30.648Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:30.648Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:30.648Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:59:30.648Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:30.661Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:30.661Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318770648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:59:30.751Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-06-04T04:59:30.752Z||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-04T04:59:30.752Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:30.768Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:30.770Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:31.662Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d931c331-0054-4d75-902d-8b6957f5425a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-04T04:59:31.663Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:59:31.664Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:32.154Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:59:32.158Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz d931c331-0054-4d75-902d-8b6957f5425a 2688
2022-06-04T04:59:32.159Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:32.159Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:32.161Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:59:32.162Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:32.164Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:32.165Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318772159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:59:32.265Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:32.266Z||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-04T04:59:32.267Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:32.282Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:32.283Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:33.170Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 77f0f107-c2e0-45bf-ba9a-4939c95d73c9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-04T04:59:33.171Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:59:33.171Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:34.279Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:59:34.280Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 77f0f107-c2e0-45bf-ba9a-4939c95d73c9 828
2022-06-04T04:59:34.280Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:34.281Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:34.281Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:59:34.281Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:34.283Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:34.284Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318774280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:59:34.384Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:34.385Z||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-04T04:59:34.385Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:34.400Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:34.400Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:35.284Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "12a5ffa0-0dfe-4daa-949f-5d3ad0e58f09",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8d546c6-f692-4fc4-9981-9f3269a6e83c",
    "vfModuleModelCustomizationUUID": "dea27882-5615-414f-920c-7fbdc7a7e211",
    "isBase": true,
    "artifacts": [
      "2bbefe54-6147-4058-9ef7-a163be7554ed",
      "d931c331-0054-4d75-902d-8b6957f5425a",
      "d3d09c48-4beb-40aa-a40f-6faaa5b3791f"
    ],
    "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-04T04:59:35.290Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8d546c6-f692-4fc4-9981-9f3269a6e83c
VfModuleModelInvariantUUID:12a5ffa0-0dfe-4daa-949f-5d3ad0e58f09
VfModuleModelDescription:NULL
Artifacts UUID List:{
2bbefe54-6147-4058-9ef7-a163be7554ed
,
d931c331-0054-4d75-902d-8b6957f5425a
,
d3d09c48-4beb-40aa-a40f-6faaa5b3791f

}
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-04T04:59:35.292Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "12a5ffa0-0dfe-4daa-949f-5d3ad0e58f09",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c8d546c6-f692-4fc4-9981-9f3269a6e83c",
    "vfModuleModelCustomizationUUID": "dea27882-5615-414f-920c-7fbdc7a7e211",
    "isBase": true,
    "artifacts": [
      "2bbefe54-6147-4058-9ef7-a163be7554ed",
      "d931c331-0054-4d75-902d-8b6957f5425a",
      "d3d09c48-4beb-40aa-a40f-6faaa5b3791f"
    ],
    "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-04T04:59:35.292Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c8d546c6-f692-4fc4-9981-9f3269a6e83c
VfModuleModelInvariantUUID:12a5ffa0-0dfe-4daa-949f-5d3ad0e58f09
VfModuleModelDescription:NULL
Artifacts UUID List:{
2bbefe54-6147-4058-9ef7-a163be7554ed
,
d931c331-0054-4d75-902d-8b6957f5425a
,
d3d09c48-4beb-40aa-a40f-6faaa5b3791f

}
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-04T04:59:35.292Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2bbefe54-6147-4058-9ef7-a163be7554ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-04T04:59:35.292Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:59:35.293Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:36.898Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:59:36.899Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2bbefe54-6147-4058-9ef7-a163be7554ed 1164
2022-06-04T04:59:36.899Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:36.900Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:36.900Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:59:36.900Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:36.902Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:36.902Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318776899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:59:37.002Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:37.003Z||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-04T04:59:37.003Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:37.020Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:37.021Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T04:59:37.903Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d3d09c48-4beb-40aa-a40f-6faaa5b3791f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-04T04:59:37.904Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T04:59:37.904Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:38.489Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T04:59:38.490Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d3d09c48-4beb-40aa-a40f-6faaa5b3791f 200
2022-06-04T04:59:38.490Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:38.490Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:38.490Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T04:59:38.491Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:38.494Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:38.494Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318778490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T04:59:38.594Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T04:59:38.596Z||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-04T04:59:38.596Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:38.614Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:38.614Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:39.495Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 50740280-eb83-4cec-a39f-8597c5abc154
2022-06-04T04:59:39.496Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7d8087da-74ce-49bd-b4a1-c5ce6b69d7c6 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=?
2022-06-04T04:59:39.510Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_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-04T04:59:39.518Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cb371ab, org.onap.sdc.toscaparser.api.parameters.Input@4090f5fd, org.onap.sdc.toscaparser.api.parameters.Input@23a9b0f5, org.onap.sdc.toscaparser.api.parameters.Input@31eb14b9, org.onap.sdc.toscaparser.api.parameters.Input@46a20506]
2022-06-04T04:59:39.520Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.520Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.520Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-04T04:59:39.520Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 465eaf19-2fe7-4406-9a91-da6d9c2a16e1
2022-06-04T04:59:39.521Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 465eaf19-2fe7-4406-9a91-da6d9c2a16e1 matches Tosca VF Customization UUID: 465eaf19-2fe7-4406-9a91-da6d9c2a16e1
2022-06-04T04:59:39.521Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 465eaf19-2fe7-4406-9a91-da6d9c2a16e1  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-04T04:59:39.523Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.523Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.524Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 465eaf19-2fe7-4406-9a91-da6d9c2a16e1: {\"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-04T04:59:39.524Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bd8672
2022-06-04T04:59:39.524Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.525Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T04:59:39.525Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dea27882-5615-414f-920c-7fbdc7a7e211
2022-06-04T04:59:39.525Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dea27882-5615-414f-920c-7fbdc7a7e211
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-04T04:59:39.527Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.528Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:39.528Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:59:39.528Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.528Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:39.529Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:59:39.529Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.529Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-04T04:59:39.529Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-04T04:59:39.530Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e7b72fc7-1dc7-428c-a830-e16c9bdaea5e
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-04T04:59:39.532Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.532Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:39.532Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T04:59:39.533Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.533Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-04T04:59:39.533Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=465eaf19-2fe7-4406-9a91-da6d9c2a16e1
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-04T04:59:39.535Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.535Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.536Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 50740280-eb83-4cec-a39f-8597c5abc154: basic_cnf
2022-06-04T04:59:39.536Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.536Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.536Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.536Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.537Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.537Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.537Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.537Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.538Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T04:59:39.538Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T04:59:39.538Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:39.615Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7d8087da-74ce-49bd-b4a1-c5ce6b69d7c6 1 ASDC deployResourceStructure
2022-06-04T04:59:39.617Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:39.617Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:39.617Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-04T04:59:39.617Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:39.620Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:39.620Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318779615,
  "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-04T04:59:39.720Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:39.721Z||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-04T04:59:39.721Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:39.735Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:39.735Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:40.621Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:40.622Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:40.622Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-04T04:59:40.622Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:40.624Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:40.624Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318780621,
  "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-04T04:59:40.725Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:40.726Z||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-04T04:59:40.726Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:40.738Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:40.738Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:41.626Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:41.626Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:41.627Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:59:41.627Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:41.629Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:41.629Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318781625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T04:59:41.729Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:41.730Z||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-04T04:59:41.730Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:41.743Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:41.744Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:42.631Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:42.632Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:42.632Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:59:42.633Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:42.635Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:42.635Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318782630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T04:59:42.736Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:42.737Z||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-04T04:59:42.737Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:42.751Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:42.752Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:43.637Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:43.638Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:43.638Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:59:43.638Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:43.640Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:43.641Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318783637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-04T04:59:43.741Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:43.743Z||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-04T04:59:43.743Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:43.756Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:43.757Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:44.642Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:44.642Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||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-04T04:59:44.642Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T04:59:44.643Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T04:59:44.645Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T04:59:44.645Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318784641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T04:59:44.745Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T04:59:44.746Z||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-04T04:59:44.746Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T04:59:44.760Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T04:59:44.761Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T04:59:45.646Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89297e38-e31e-4d7b-a355-fc0951c769cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T04:59:45.660Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89297e38-e31e-4d7b-a355-fc0951c769cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T04:59:45.662Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T04:59:45.662Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T04:59:45.662Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:00:15.665Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89297e38-e31e-4d7b-a355-fc0951c769cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:00:15.679Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89297e38-e31e-4d7b-a355-fc0951c769cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:00:15.682Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:00:15.682Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:00:15.682Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:00:22.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:00:22.135Z||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-04T05:00:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:00:22.163Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:00:22.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318703199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318702663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318703288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318704317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318704292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "cds",
  "timestamp": 1654318705325,
  "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=?
2022-06-04T05:00:22.181Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89297e38-e31e-4d7b-a355-fc0951c769cf
2022-06-04T05:00:22.181Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89297e38-e31e-4d7b-a355-fc0951c769cf 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-04T05:00:22.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318704607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "policy-id",
  "timestamp": 1654318705296,
  "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-04T05:00:22.195Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89297e38-e31e-4d7b-a355-fc0951c769cf
2022-06-04T05:00:22.195Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89297e38-e31e-4d7b-a355-fc0951c769cf 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-04T05:00:22.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318705550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.202Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.202Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.202Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.202Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318706559,
  "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-04T05:00:22.206Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89297e38-e31e-4d7b-a355-fc0951c769cf
2022-06-04T05:00:22.206Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89297e38-e31e-4d7b-a355-fc0951c769cf 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-04T05:00:22.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.217Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.217Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318706409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318708280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318709330,
  "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-04T05:00:22.223Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89297e38-e31e-4d7b-a355-fc0951c769cf
2022-06-04T05:00:22.223Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89297e38-e31e-4d7b-a355-fc0951c769cf 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-04T05:00:22.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318710335,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318703717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318714497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318715516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318714571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "clamp",
  "timestamp": 1654318716520,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:00:22.235Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89297e38-e31e-4d7b-a355-fc0951c769cf
2022-06-04T05:00:22.235Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89297e38-e31e-4d7b-a355-fc0951c769cf and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:00:22.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318726612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.243Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "aai-ml",
  "timestamp": 1654318727633,
  "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-04T05:00:22.247Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89297e38-e31e-4d7b-a355-fc0951c769cf
2022-06-04T05:00:22.247Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89297e38-e31e-4d7b-a355-fc0951c769cf 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-04T05:00:22.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318738886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318733717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318733717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318738886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318738886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318733717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318738886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318733717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318733717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318738886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318738886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318733717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318738886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318733717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318744126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318744126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318746531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318746573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318744126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318747223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318746531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318748601,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318746573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318744126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318747239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318747223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318746531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "cds",
  "timestamp": 1654318749606,
  "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-04T05:00:22.279Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15fe5105-958f-4eca-b6ce-c85bbce3465b
2022-06-04T05:00:22.279Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15fe5105-958f-4eca-b6ce-c85bbce3465b 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-04T05:00:22.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318746573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318744126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318747223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318746531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318746573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318744126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318749870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318747223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318746531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318746573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318744126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318749870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318747223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318746531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318746573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318749870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318747223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654318746531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318752403,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318746573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318749870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318747223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.294Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318749870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318749870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318754904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b0c66098-db02-42bc-b98d-0265f2163f3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318755993,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:00:22.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318756312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318749870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318757318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:00:22.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318757407,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.297Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "policy-id",
  "timestamp": 1654318758322,
  "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-04T05:00:22.302Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15fe5105-958f-4eca-b6ce-c85bbce3465b
2022-06-04T05:00:22.302Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15fe5105-958f-4eca-b6ce-c85bbce3465b 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-04T05:00:22.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318758920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.311Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318758456,
  "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-04T05:00:22.316Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15fe5105-958f-4eca-b6ce-c85bbce3465b
2022-06-04T05:00:22.316Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15fe5105-958f-4eca-b6ce-c85bbce3465b 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-04T05:00:22.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318759504,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:00:22.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654318759460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:22.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318761462,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318761521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:00:22.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:00:22.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:00:22.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:00:22.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:00:45.683Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89297e38-e31e-4d7b-a355-fc0951c769cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:00:45.695Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89297e38-e31e-4d7b-a355-fc0951c769cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:00:45.698Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:00:45.698Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T05:00:45.698Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T05:00:45.698Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T05:00:45.699Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:00:45.699Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:00:45.699Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:00:45.699Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:00:45.699Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:00:45.700Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:00:45.700Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:00:45.706Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T05:01:15.706Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89297e38-e31e-4d7b-a355-fc0951c769cf 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-04T05:01:15.715Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89297e38-e31e-4d7b-a355-fc0951c769cf and serviceModelVersionId: 50740280-eb83-4cec-a39f-8597c5abc154
2022-06-04T05:01:15.716Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eae46eae-68d3-4f08-a079-d5c05a493030
2022-06-04T05:01:15.717Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0
2022-06-04T05:01:15.722Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T05:01:15.780Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0|INFO|500||Invoke
2022-06-04T05:01:15.780Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89297e38-e31e-4d7b-a355-fc0951c769cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a77ecba-e491-4fc9-8e24-7228ebb89f61], X-ECOMP-RequestID=[89297e38-e31e-4d7b-a355-fc0951c769cf], X-TransactionId=[], X-ONAP-RequestID=[89297e38-e31e-4d7b-a355-fc0951c769cf], Content-Type=[application/merge-patch+json]}
2022-06-04T05:01:15.800Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T05:01:17.199Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?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/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220604-05:01:14:961-46605], vertex-id=[180304], Content-Length=[0], Date=[Sat, 04 Jun 2022 05:01:14 GMT], Content-Type=[application/json]}
2022-06-04T05:01:17.200Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-04T05:01:17.201Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eae46eae-68d3-4f08-a079-d5c05a493030/model-vers/model-ver/50740280-eb83-4cec-a39f-8597c5abc154?depth=0|INFO|500||InvokeReturn
2022-06-04T05:01:17.202Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T05:01:17.202Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T05:01:17.209Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-04T05:01:17.209Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89297e38-e31e-4d7b-a355-fc0951c769cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T05:01:17.210Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T05:01:17.210Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:17.212Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:17.212Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318877209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:01:17.313Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:17.314Z||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-04T05:01:17.314Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:17.331Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:17.331Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 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-04T05:01:18.225Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T05:01:18.226Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"15fe5105-958f-4eca-b6ce-c85bbce3465b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6eda17c4-e10e-4828-90de-afc393a01475","serviceDescription":"service","serviceInvariantUUID":"0c41ff60-0067-45eb-a25e-80f4df14567e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0912e51a-3162-4ccf-877e-09f46e9b41fc","resourceInvariantUUID":"5371b680-b038-4e45-b2de-8379ebcd3a86","resourceCustomizationUUID":"69cff1eb-1ba7-4d05-aa09-a65dafa66e94","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":"N2JlNWI3NGViOGVmZThjZjQyYWQwNjJmMDNjN2JjMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a0778fe7-02d9-4350-bbf2-6b39bdefaaf2","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":"YWJkMjc0MmJiMzY2N2JhYzVmOGMzZjdmYWE4NDRmOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41a05fcc-bd7c-4adf-9478-87aed6bf272e","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":"029b9d82-5efa-4531-b841-a329ec6c78bc","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":"2a03cd6a-05b6-4693-abd2-aba8c7c32441","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":"58e58959-af22-4229-a56c-e1a18c14c765","artifactVersion":"2","generatedFromUUID":"029b9d82-5efa-4531-b841-a329ec6c78bc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGQ2ZTY0MTk4ODExMjU0NzJhZTk3MWI2YjY3NGM4NzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a9a44aa-7ee8-45cb-a453-40822a3530c8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWU4ZTU4OWVlOGNiNmRjMzQ3ZjEyOTg5OGVjMjFiYTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc8e908b-c62a-4f23-ab66-38727005fcd5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T05:01:18.226Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:01:18.226Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:18.228Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:18.228Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:01:18.329Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:18.330Z||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-04T05:01:18.330Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:18.346Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:18.347Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:19.229Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:01:19.230Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:19.232Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:19.232Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:01:19.333Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:19.335Z||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-04T05:01:19.335Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:19.348Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:19.349Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:20.233Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:01:20.234Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:20.236Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:20.236Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:01:20.337Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:01:20.338Z||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-04T05:01:20.338Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:20.356Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:20.357Z||pool-86-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:21.238Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:01:21.239Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:21.241Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:21.242Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:01:21.341Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:01:21.343Z||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-04T05:01:21.343Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:21.355Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:21.355Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:01:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T05:01:22.135Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:22.157Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:22.157Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:01:22.158Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654318762476,
  "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-04T05:01:22.167Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15fe5105-958f-4eca-b6ce-c85bbce3465b
2022-06-04T05:01:22.167Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15fe5105-958f-4eca-b6ce-c85bbce3465b 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-04T05:01:22.243Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:01:22.244Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:22.246Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:22.246Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-04T05:01:22.346Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:22.349Z||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-04T05:01:22.349Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:22.365Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:22.366Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:23.247Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:01:23.247Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:23.250Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:23.250Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:01:23.350Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:23.351Z||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-04T05:01:23.351Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:23.364Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:23.364Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:01:24.251Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:01:24.252Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:24.255Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:24.256Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:01:24.356Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:24.358Z||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-04T05:01:24.358Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:24.372Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:24.372Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:01:25.257Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "6eda17c4-e10e-4828-90de-afc393a01475",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0c41ff60-0067-45eb-a25e-80f4df14567e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "69cff1eb-1ba7-4d05-aa09-a65dafa66e94",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0912e51a-3162-4ccf-877e-09f46e9b41fc",
      "resourceInvariantUUID": "5371b680-b038-4e45-b2de-8379ebcd3a86",
      "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": "YWJkMjc0MmJiMzY2N2JhYzVmOGMzZjdmYWE4NDRmOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "41a05fcc-bd7c-4adf-9478-87aed6bf272e",
          "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": "029b9d82-5efa-4531-b841-a329ec6c78bc",
          "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": "58e58959-af22-4229-a56c-e1a18c14c765",
            "generatedFromUUID": "029b9d82-5efa-4531-b841-a329ec6c78bc"
          },
          "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": "58e58959-af22-4229-a56c-e1a18c14c765",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NWU4ZTU4OWVlOGNiNmRjMzQ3ZjEyOTg5OGVjMjFiYTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bc8e908b-c62a-4f23-ab66-38727005fcd5"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T05:01:25.257Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T05:01:25.257Z|89297e38-e31e-4d7b-a355-fc0951c769cf|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6eda17c4-e10e-4828-90de-afc393a01475 ASDC
2022-06-04T05:01:25.258Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:15fe5105-958f-4eca-b6ce-c85bbce3465b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:6eda17c4-e10e-4828-90de-afc393a01475
ServiceInvariantUUID:0c41ff60-0067-45eb-a25e-80f4df14567e
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:bc8e908b-c62a-4f23-ab66-38727005fcd5
ArtifactChecksum:NWU4ZTU4OWVlOGNiNmRjMzQ3ZjEyOTg5OGVjMjFiYTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:69cff1eb-1ba7-4d05-aa09-a65dafa66e94
ResourceInvariantUUID:5371b680-b038-4e45-b2de-8379ebcd3a86
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0912e51a-3162-4ccf-877e-09f46e9b41fc
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:41a05fcc-bd7c-4adf-9478-87aed6bf272e
ArtifactChecksum:YWJkMjc0MmJiMzY2N2JhYzVmOGMzZjdmYWE4NDRmOTQ=
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:029b9d82-5efa-4531-b841-a329ec6c78bc
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:58e58959-af22-4229-a56c-e1a18c14c765
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:58e58959-af22-4229-a56c-e1a18c14c765
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-04T05:01:25.258Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6eda17c4-e10e-4828-90de-afc393a01475 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-04T05:01:25.297Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:01:25.298Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T05:01:25.298Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T05:01:25.298Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bc8e908b-c62a-4f23-ab66-38727005fcd5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-04T05:01:25.298Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T05:01:25.298Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-04T05:01:25.550Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T05:01:25.562Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bc8e908b-c62a-4f23-ab66-38727005fcd5 71056
2022-06-04T05:01:25.563Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-04T05:01:25.563Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-04T05:01:25.563Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:01:25.563Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:25.566Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:25.566Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318885563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:01:25.666Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:25.667Z||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-04T05:01:25.667Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:25.681Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:25.682Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:26.566Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:01:26.568Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-04T05:01:26.568Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bc8e908b-c62a-4f23-ab66-38727005fcd5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:26.568Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-04T05:01:26.569Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:26.569Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:26.735Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10881642539984002559/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-04T05:01:27.994Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T05:01:27.997Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T05:01:27.997Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.997Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-04T05:01:27.998Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.998Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.998Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.998Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.998Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.998Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.999Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.999Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.999Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-04T05:01:27.999Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-04T05:01:27.999Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.000Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:28.000Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:28.000Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T05:01:28.000Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:01:28.001Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.001Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:28.001Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:28.002Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-04T05:01:28.002Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:01:28.002Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.002Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:28.003Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.003Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-04T05:01:28.003Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-04T05:01:28.003Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-04T05:01:28.003Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-04T05:01:28.003Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-04T05:01:28.004Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T05:01:28.004Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.004Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T05:01:28.004Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.004Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:28.004Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:01:28.005Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.005Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:28.005Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:01:28.005Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.006Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:28.006Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:01:28.006Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.006Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-04T05:01:28.006Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-04T05:01:28.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-04T05:01:28.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9bf587b7-3489-41f9-8055-394c02419d6c
2022-06-04T05:01:28.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:28.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.008Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:28.008Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.008Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:28.008Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:28.008Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:28.009Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:6eda17c4-e10e-4828-90de-afc393a01475
Model Version:NULL
Model InvariantUuid:0c41ff60-0067-45eb-a25e-80f4df14567e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:2772c25e-101d-4725-bacd-f2fa6e38a02c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5371b680-b038-4e45-b2de-8379ebcd3a86
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:69cff1eb-1ba7-4d05-aa09-a65dafa66e94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:762c6616-c305-4029-a1e7-51f66031d680
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3406d259-6fe4-4f37-93f6-56484e59437a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9bf587b7-3489-41f9-8055-394c02419d6c
ModelInvariantUuid:3785fa68-ec60-4f55-8912-1591fa614f97
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e03dba2a-4df1-4554-bfb1-d9482271deb2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d9e5ee17-395a-4bd1-a0ba-7efa2364fc11
ModelInvariantUuid:9a1ea1e5-127e-4bab-8053-2afddefa1653
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:5806d1df-0259-4eef-a3e8-b63aeea7fdfa
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-04T05:01:28.016Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0912e51a-3162-4ccf-877e-09f46e9b41fc
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-04T05:01:28.020Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-06-04T05:01:28.020Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0912e51a-3162-4ccf-877e-09f46e9b41fc
2022-06-04T05:01:28.020Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 41a05fcc-bd7c-4adf-9478-87aed6bf272e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-04T05:01:28.020Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T05:01:28.020Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-04T05:01:28.502Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T05:01:28.502Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 41a05fcc-bd7c-4adf-9478-87aed6bf272e 787
2022-06-04T05:01:28.503Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-04T05:01:28.503Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-04T05:01:28.503Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:01:28.503Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:28.505Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:28.505Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318888503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:01:28.605Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:28.606Z||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-04T05:01:28.607Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:28.621Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:28.622Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:29.506Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "762c6616-c305-4029-a1e7-51f66031d680",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3406d259-6fe4-4f37-93f6-56484e59437a",
    "vfModuleModelCustomizationUUID": "78bc6e18-bd92-44e4-a945-a63e15acacd7",
    "isBase": true,
    "artifacts": [
      "029b9d82-5efa-4531-b841-a329ec6c78bc",
      "58e58959-af22-4229-a56c-e1a18c14c765"
    ],
    "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-04T05:01:29.510Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3406d259-6fe4-4f37-93f6-56484e59437a
VfModuleModelInvariantUUID:762c6616-c305-4029-a1e7-51f66031d680
VfModuleModelDescription:NULL
Artifacts UUID List:{
029b9d82-5efa-4531-b841-a329ec6c78bc
,
58e58959-af22-4229-a56c-e1a18c14c765

}
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-04T05:01:29.511Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "762c6616-c305-4029-a1e7-51f66031d680",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3406d259-6fe4-4f37-93f6-56484e59437a",
    "vfModuleModelCustomizationUUID": "78bc6e18-bd92-44e4-a945-a63e15acacd7",
    "isBase": true,
    "artifacts": [
      "029b9d82-5efa-4531-b841-a329ec6c78bc",
      "58e58959-af22-4229-a56c-e1a18c14c765"
    ],
    "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-04T05:01:29.512Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3406d259-6fe4-4f37-93f6-56484e59437a
VfModuleModelInvariantUUID:762c6616-c305-4029-a1e7-51f66031d680
VfModuleModelDescription:NULL
Artifacts UUID List:{
029b9d82-5efa-4531-b841-a329ec6c78bc
,
58e58959-af22-4229-a56c-e1a18c14c765

}
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-04T05:01:29.512Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 029b9d82-5efa-4531-b841-a329ec6c78bc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-04T05:01:29.512Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T05:01:29.512Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-04T05:01:30.006Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T05:01:30.006Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 029b9d82-5efa-4531-b841-a329ec6c78bc 5033
2022-06-04T05:01:30.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-04T05:01:30.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-04T05:01:30.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:01:30.007Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:30.010Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:30.010Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318890007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:01:30.111Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:30.112Z||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-04T05:01:30.112Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:30.125Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:30.125Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:01:31.011Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 58e58959-af22-4229-a56c-e1a18c14c765 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-04T05:01:31.012Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-04T05:01:31.012Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-04T05:01:31.497Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-04T05:01:31.498Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 58e58959-af22-4229-a56c-e1a18c14c765 903
2022-06-04T05:01:31.498Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-04T05:01:31.498Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-04T05:01:31.498Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:01:31.499Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:31.501Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:31.501Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318891498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:01:31.601Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:31.602Z||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-04T05:01:31.602Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:31.616Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:31.616Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:32.502Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6eda17c4-e10e-4828-90de-afc393a01475
2022-06-04T05:01:32.503Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0912e51a-3162-4ccf-877e-09f46e9b41fc ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T05:01:32.517Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bffa7cd, org.onap.sdc.toscaparser.api.parameters.Input@696c35f5, org.onap.sdc.toscaparser.api.parameters.Input@3b24f348, org.onap.sdc.toscaparser.api.parameters.Input@60986645, org.onap.sdc.toscaparser.api.parameters.Input@764f6454]
2022-06-04T05:01:32.519Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.519Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.519Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-04T05:01:32.519Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 69cff1eb-1ba7-4d05-aa09-a65dafa66e94
2022-06-04T05:01:32.519Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 69cff1eb-1ba7-4d05-aa09-a65dafa66e94 matches Tosca VF Customization UUID: 69cff1eb-1ba7-4d05-aa09-a65dafa66e94
2022-06-04T05:01:32.519Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 69cff1eb-1ba7-4d05-aa09-a65dafa66e94  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-04T05:01:32.522Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.522Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.522Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 69cff1eb-1ba7-4d05-aa09-a65dafa66e94: {\"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-04T05:01:32.523Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@412fde91
2022-06-04T05:01:32.523Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.523Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T05:01:32.523Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78bc6e18-bd92-44e4-a945-a63e15acacd7
2022-06-04T05:01:32.523Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78bc6e18-bd92-44e4-a945-a63e15acacd7
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-04T05:01:32.525Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.526Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:32.526Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:01:32.526Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.526Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:32.527Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:01:32.527Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.527Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-04T05:01:32.527Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-04T05:01:32.527Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-04T05:01:32.527Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9bf587b7-3489-41f9-8055-394c02419d6c
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-04T05:01:32.529Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.530Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:32.530Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:01:32.530Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.530Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-04T05:01:32.530Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=69cff1eb-1ba7-4d05-aa09-a65dafa66e94
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-04T05:01:32.532Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.532Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.532Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6eda17c4-e10e-4828-90de-afc393a01475: basic_vm
2022-06-04T05:01:32.532Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.533Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.533Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.533Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.533Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.533Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.533Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.533Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.534Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:01:32.534Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:01:32.534Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:01:32.618Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0912e51a-3162-4ccf-877e-09f46e9b41fc 1 ASDC deployResourceStructure
2022-06-04T05:01:32.618Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-04T05:01:32.619Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-04T05:01:32.619Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:01:32.619Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:32.621Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:32.621Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318892618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:01:32.722Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:32.722Z||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-04T05:01:32.723Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:32.735Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:32.736Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:01:33.622Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-04T05:01:33.623Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-04T05:01:33.623Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:01:33.623Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:33.625Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:33.625Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318893622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:01:33.725Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:01:33.727Z||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-04T05:01:33.727Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:33.742Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:33.743Z||pool-96-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:01:34.626Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-04T05:01:34.627Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-04T05:01:34.627Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:01:34.628Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:34.630Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:34.630Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318894626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-04T05:01:34.730Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:01:34.731Z||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-04T05:01:34.732Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:34.743Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:34.743Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:35.632Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-04T05:01:35.632Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-04T05:01:35.632Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:01:35.632Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:01:35.636Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:01:35.636Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318895632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:01:35.738Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T05:01:35.738Z||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-04T05:01:35.739Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:01:35.753Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:01:35.754Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:01:36.638Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:01:36.653Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:01:36.655Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:01:36.655Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:01:36.655Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:02:06.656Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:02:06.679Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:02:06.681Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:02:06.682Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:02:06.682Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:02:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:02:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T05:02:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:02:22.161Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:02:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.162Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "clamp",
  "timestamp": 1654318762526,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:02:22.170Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15fe5105-958f-4eca-b6ce-c85bbce3465b
2022-06-04T05:02:22.171Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15fe5105-958f-4eca-b6ce-c85bbce3465b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:02:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:02:22.179Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.180Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318765911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318767506,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.181Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.182Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "aai-ml",
  "timestamp": 1654318766916,
  "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-04T05:02:22.187Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15fe5105-958f-4eca-b6ce-c85bbce3465b
2022-06-04T05:02:22.187Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15fe5105-958f-4eca-b6ce-c85bbce3465b 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-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318770648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318772159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318774280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:02:22.196Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318776899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318778490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.197Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318779615,
  "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-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318780621,
  "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-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318781625,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318782630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318783637,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:02:22.198Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318784641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:02:22.199Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:02:36.682Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:02:36.694Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:02:36.700Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:02:36.700Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T05:02:36.701Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T05:02:36.701Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T05:02:36.705Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:02:36.705Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:02:36.705Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:02:36.705Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:02:36.706Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:02:36.706Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:02:36.706Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:02:36.715Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T05:03:06.716Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b 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-04T05:03:06.723Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15fe5105-958f-4eca-b6ce-c85bbce3465b and serviceModelVersionId: 6eda17c4-e10e-4828-90de-afc393a01475
2022-06-04T05:03:06.724Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c41ff60-0067-45eb-a25e-80f4df14567e
2022-06-04T05:03:06.725Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c41ff60-0067-45eb-a25e-80f4df14567e/model-vers/model-ver/6eda17c4-e10e-4828-90de-afc393a01475?depth=0
2022-06-04T05:03:06.730Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T05:03:06.793Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c41ff60-0067-45eb-a25e-80f4df14567e/model-vers/model-ver/6eda17c4-e10e-4828-90de-afc393a01475?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-04T05:03:06.796Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c41ff60-0067-45eb-a25e-80f4df14567e/model-vers/model-ver/6eda17c4-e10e-4828-90de-afc393a01475?depth=0|INFO|500||Invoke
2022-06-04T05:03:06.818Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c41ff60-0067-45eb-a25e-80f4df14567e/model-vers/model-ver/6eda17c4-e10e-4828-90de-afc393a01475?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T05:03:08.296Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c41ff60-0067-45eb-a25e-80f4df14567e/model-vers/model-ver/6eda17c4-e10e-4828-90de-afc393a01475?depth=0|INFO|500||InvokeReturn
2022-06-04T05:03:08.300Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c41ff60-0067-45eb-a25e-80f4df14567e/model-vers/model-ver/6eda17c4-e10e-4828-90de-afc393a01475?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220604-05:03:05:988-46127], vertex-id=[184400], Content-Length=[0], Date=[Sat, 04 Jun 2022 05:03:05 GMT], Content-Type=[application/json]}
2022-06-04T05:03:08.300Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-06-04T05:03:08.300Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T05:03:08.301Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T05:03:08.306Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-04T05:03:08.307Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15fe5105-958f-4eca-b6ce-c85bbce3465b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T05:03:08.307Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T05:03:08.307Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:03:08.310Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:03:08.310Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318988307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:03:08.410Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:03:08.412Z||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-04T05:03:08.412Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:03:08.437Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:03:08.437Z||pool-99-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-04T05:03:09.325Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:03:09.326Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:03:09.326Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:03:19.703Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:03:19.704Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:03:19.704Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:03:19.704Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:03:22.133Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:03:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T05:03:22.134Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:03:22.172Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:03:22.173Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:03:22.173Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89297e38-e31e-4d7b-a355-fc0951c769cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318877209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:03:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:03:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:03:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:03:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:03:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:03:22.174Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:03:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:03:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:03:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:03:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:03:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:03:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:03:22.175Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:03:29.267Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:03:29.268Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:03:29.269Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:03:29.269Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:03:38.833Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:03:38.836Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:03:38.837Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:03:38.837Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:03:48.392Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:03:48.393Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:03:48.394Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:03:48.394Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:03:57.957Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:04:22.131Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:04:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:04:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:04:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:04:22.134Z||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-04T05:04:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:04:22.163Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:04:22.163Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-04T05:04:22.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:04:22.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:04:22.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318757011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318885563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318888503,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318890007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318891498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318892618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:04:22.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318893622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318894626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318895632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:04:22.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:04:31.687Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:05:22.131Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:05:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:05:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:05:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:05:22.133Z||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-04T05:05:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:05:22.660Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:05:22.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:05:22.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15fe5105-958f-4eca-b6ce-c85bbce3465b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654318988307,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:05:22.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:05:31.724Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:06:22.131Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:06:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:06:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:06:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:06:22.133Z||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-04T05:06:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:06:31.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:06:31.702Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:07:22.131Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:07:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:07:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:07:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:07:22.133Z||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-04T05:07:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:07:31.691Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:07:31.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:08:22.134Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:08:22.134Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:08:22.144Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:08:22.144Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:08:22.155Z||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-04T05:08:22.155Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:08:31.730Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:08:31.732Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:09:22.131Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:09:22.132Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:09:22.133Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:09:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:09:22.134Z||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-04T05:09:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:09:31.711Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:09:31.713Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:22.131Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:10:22.132Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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-04T05:10:22.132Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:10:22.133Z||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-04T05:10:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:22.766Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:22.766Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.767Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"58eaeede-b990-48a6-a2a2-3a11f2dd2739","serviceName":"Demo_pNF_j1ZsaYKZtMSVDARbAlyo","serviceVersion":"1.0","serviceUUID":"b7cc648b-3525-4dc4-bb37-18a6663682ea","serviceDescription":"catalog service description","serviceInvariantUUID":"89709744-97b2-4d6c-a921-f10ed4277b2c","resources":[{"resourceInstanceName":"pNF 1ea65f8d-8363 0","resourceName":"pNF 1ea65f8d-8363","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1388177b-4ea5-4300-9a3f-513739e99cbb","resourceInvariantUUID":"fe0a964f-24cd-4e68-9e1f-5cb67142f455","resourceCustomizationUUID":"350bb7b5-5da3-49fc-bab0-72a3608a4048","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml","artifactChecksum":"M2I3MWI5ODczYjY2Nzk3NmMxZmMzNjFjZTFlNjk4ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c63e014-40d0-4a26-9637-bb0f4e163093","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar","artifactChecksum":"MGRiNzgzMGZmZjBlZjU5YWEwNjY2OWQ1NGMyNTYwYTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1898bd51-b991-463d-8334-309d046e34dc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"17e56516-814e-46ad-a54a-00a24b95f7e7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml","artifactChecksum":"MWY4ZGEzMmI0MGE3MjI4MGE3OTE2NTgwYTY0YmU0ZWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25196b4f-99d1-410c-93d8-b98ddce3321f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bad6a950-b073-48f2-92f4-50e6d1b1fe53","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3a8ea338-9670-47cf-8ba5-4e49e7eb2447","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml","artifactChecksum":"NjM2YzNhNzc1NjcxOTI2MTNhMzEwZDNmZGNlMzQ1MTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b29dd39c-f0ce-4a04-9864-f6e88cda9b3d","artifactVersion":"1"},{"artifactName":"service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar","artifactChecksum":"NWIzMWQ0YmJiMjllY2QzOTYyNDM0ZmI4ODkwZTdhYWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"97779fe5-3753-4ff3-9e2a-4d04ad66cbe2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T05:10:22.769Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:22.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.771Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:22.771Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.776Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:22.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.776Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319398887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319393717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319411725,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:10:22.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319410172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "cds",
  "timestamp": 1654319412731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-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-04T05:10:22.811Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58eaeede-b990-48a6-a2a2-3a11f2dd2739
2022-06-04T05:10:22.812Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eaeede-b990-48a6-a2a2-3a11f2dd2739 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-04T05:10:22.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319404126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:10:22.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319406531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319406572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319407223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319416517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319416684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319417565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:10:22.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319409870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:10:22.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:10:22.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319417693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:10:22.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319418569,
  "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-04T05:10:22.831Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 58eaeede-b990-48a6-a2a2-3a11f2dd2739
2022-06-04T05:10:22.831Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eaeede-b990-48a6-a2a2-3a11f2dd2739 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-04T05:10:22.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "policy-id",
  "timestamp": 1654319418696,
  "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-04T05:10:22.843Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58eaeede-b990-48a6-a2a2-3a11f2dd2739
2022-06-04T05:10:22.844Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eaeede-b990-48a6-a2a2-3a11f2dd2739 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-04T05:10:22.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319418984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:10:22.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319418379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:10:22.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "aai-ml",
  "timestamp": 1654319419384,
  "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-04T05:10:22.860Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58eaeede-b990-48a6-a2a2-3a11f2dd2739
2022-06-04T05:10:22.860Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eaeede-b990-48a6-a2a2-3a11f2dd2739 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-04T05:10:22.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319421019,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:10:22.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:10:22.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:10:22.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319422023,
  "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-04T05:10:22.873Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58eaeede-b990-48a6-a2a2-3a11f2dd2739
2022-06-04T05:10:22.873Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eaeede-b990-48a6-a2a2-3a11f2dd2739 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-04T05:10:22.876Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:10:22.878Z||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-04T05:10:22.878Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:22.898Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:22.899Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:23.777Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:23.779Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:23.781Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:23.781Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:23.881Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:10:23.882Z||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-04T05:10:23.882Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:23.896Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:23.897Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:24.781Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:24.782Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:24.786Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:24.786Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:24.888Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-04T05:10:24.889Z||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-04T05:10:24.889Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:24.903Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:24.903Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:25.787Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:25.788Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:25.791Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:25.791Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:25.891Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:10:25.892Z||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-04T05:10:25.897Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:25.909Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:25.910Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:26.792Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:26.793Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:26.795Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:26.795Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:26.895Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:10:26.896Z||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-04T05:10:26.896Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:26.908Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:26.908Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:27.795Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:27.796Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:27.799Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:27.799Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:27.899Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:10:27.900Z||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-04T05:10:27.900Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:27.914Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:27.915Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:28.799Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:28.800Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:28.803Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:28.803Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:10:28.903Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:10:28.904Z||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-04T05:10:28.904Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:28.916Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:28.917Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:29.804Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:10:29.804Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:29.808Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:29.808Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:10:29.907Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-04T05:10:29.908Z||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-04T05:10:29.908Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:29.934Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:29.935Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:30.809Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "serviceName": "Demo_pNF_j1ZsaYKZtMSVDARbAlyo",
  "serviceVersion": "1.0",
  "serviceUUID": "b7cc648b-3525-4dc4-bb37-18a6663682ea",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "89709744-97b2-4d6c-a921-f10ed4277b2c",
  "resources": [
    {
      "resourceInstanceName": "pNF 1ea65f8d-8363 0",
      "resourceCustomizationUUID": "350bb7b5-5da3-49fc-bab0-72a3608a4048",
      "resourceName": "pNF 1ea65f8d-8363",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1388177b-4ea5-4300-9a3f-513739e99cbb",
      "resourceInvariantUUID": "fe0a964f-24cd-4e68-9e1f-5cb67142f455",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
      "artifactChecksum": "NWIzMWQ0YmJiMjllY2QzOTYyNDM0ZmI4ODkwZTdhYWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "97779fe5-3753-4ff3-9e2a-4d04ad66cbe2"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T05:10:30.811Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T05:10:30.811Z|b59dfc88-d988-4a75-b21f-8140ad7ad9bf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b7cc648b-3525-4dc4-bb37-18a6663682ea ASDC
2022-06-04T05:10:30.813Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:58eaeede-b990-48a6-a2a2-3a11f2dd2739
ServiceName:Demo_pNF_j1ZsaYKZtMSVDARbAlyo
ServiceVersion:1.0
ServiceUUID:b7cc648b-3525-4dc4-bb37-18a6663682ea
ServiceInvariantUUID:89709744-97b2-4d6c-a921-f10ed4277b2c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
ArtifactUUID:97779fe5-3753-4ff3-9e2a-4d04ad66cbe2
ArtifactChecksum:NWIzMWQ0YmJiMjllY2QzOTYyNDM0ZmI4ODkwZTdhYWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1ea65f8d-8363 0
ResourceCustomizationUUID:350bb7b5-5da3-49fc-bab0-72a3608a4048
ResourceInvariantUUID:fe0a964f-24cd-4e68-9e1f-5cb67142f455
ResourceName:pNF 1ea65f8d-8363
ResourceType:PNF
ResourceUUID:1388177b-4ea5-4300-9a3f-513739e99cbb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-04T05:10:30.813Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b7cc648b-3525-4dc4-bb37-18a6663682ea 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-04T05:10:30.859Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:10:30.861Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:10:30.861Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:10:30.861Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 97779fe5-3753-4ff3-9e2a-4d04ad66cbe2 from URL: /sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:30.861Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:10:30.862Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:32.046Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:10:32.051Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar 97779fe5-3753-4ff3-9e2a-4d04ad66cbe2 82654
2022-06-04T05:10:32.051Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar ASDC sendASDCNotification
2022-06-04T05:10:32.052Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:32.052Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:10:32.052Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:32.055Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:32.055Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319432051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:10:32.155Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:10:32.156Z||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-04T05:10:32.156Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:32.168Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:32.168Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:10:33.056Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:10:33.057Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:10:33.057Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 97779fe5-3753-4ff3-9e2a-4d04ad66cbe2, URL: /sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar to file: /app/ASDC/1/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:33.058Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:33.058Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:33.058Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:33.230Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4217074946001816953/Definitions/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml
2022-06-04T05:10:34.194Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T05:10:34.195Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:10:34.195Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.195Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-04T05:10:34.195Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.196Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.196Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.196Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.196Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.197Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1ea65f8d-8363 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-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.197Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.197Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:10:34.197Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.198Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.198Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Node template pNF 1ea65f8d-8363 0 is matching search criteria
2022-06-04T05:10:34.199Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:10:34.199Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 1ea65f8d-8363 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:10:34.199Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.200Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.200Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Node template pNF 1ea65f8d-8363 0 is matching search criteria
2022-06-04T05:10:34.200Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:10:34.200Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 1ea65f8d-8363 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:10:34.201Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.201Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.201Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.202Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.202Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.202Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.202Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.203Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.203Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.203Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.204Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_j1ZsaYKZtMSVDARbAlyo
Description:catalog service description
Model UUID:b7cc648b-3525-4dc4-bb37-18a6663682ea
Model Version:NULL
Model InvariantUuid:89709744-97b2-4d6c-a921-f10ed4277b2c
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-04T05:10:34.210Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1388177b-4ea5-4300-9a3f-513739e99cbb
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-04T05:10:34.214Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||pNF 1ea65f8d-8363 0
2022-06-04T05:10:34.214Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1388177b-4ea5-4300-9a3f-513739e99cbb
2022-06-04T05:10:34.215Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||No resources found for Service: b7cc648b-3525-4dc4-bb37-18a6663682ea
2022-06-04T05:10:34.215Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b7cc648b-3525-4dc4-bb37-18a6663682ea
2022-06-04T05:10:34.215Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1ea65f8d-8363 0 1388177b-4ea5-4300-9a3f-513739e99cbb 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-04T05:10:34.219Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36bfef07, org.onap.sdc.toscaparser.api.parameters.Input@57a6aca5, org.onap.sdc.toscaparser.api.parameters.Input@7099a695, org.onap.sdc.toscaparser.api.parameters.Input@73d87190, org.onap.sdc.toscaparser.api.parameters.Input@3a566f3b]
2022-06-04T05:10:34.220Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.220Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.220Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b7cc648b-3525-4dc4-bb37-18a6663682ea: pNF 1ea65f8d-8363
2022-06-04T05:10:34.220Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||Processing PNF resource: 1388177b-4ea5-4300-9a3f-513739e99cbb
2022-06-04T05:10:34.221Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:10:34.221Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_j1ZsaYKZtMSVDARbAlyo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:10:34.221Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||Resource customization UUID: 350bb7b5-5da3-49fc-bab0-72a3608a4048 is the same as notified resource customizationUUID: 350bb7b5-5da3-49fc-bab0-72a3608a4048
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-04T05:10:34.267Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1ea65f8d-8363 1388177b-4ea5-4300-9a3f-513739e99cbb 0 ASDC deployResourceStructure
2022-06-04T05:10:34.267Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar ASDC sendASDCNotification
2022-06-04T05:10:34.268Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar
2022-06-04T05:10:34.268Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:10:34.268Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:10:34.270Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:10:34.270Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319434267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:10:34.371Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:10:34.372Z||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-04T05:10:34.372Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:10:34.384Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:10:34.384Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:10:35.272Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58eaeede-b990-48a6-a2a2-3a11f2dd2739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:10:35.284Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58eaeede-b990-48a6-a2a2-3a11f2dd2739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:10:35.286Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:10:35.286Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T05:10:35.286Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T05:10:35.287Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T05:10:35.287Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:10:35.287Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:10:35.287Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:10:35.288Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:10:35.288Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:10:35.288Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:10:35.288Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-04T05:10:35.293Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T05:11:05.293Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58eaeede-b990-48a6-a2a2-3a11f2dd2739 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-04T05:11:05.300Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58eaeede-b990-48a6-a2a2-3a11f2dd2739 and serviceModelVersionId: b7cc648b-3525-4dc4-bb37-18a6663682ea
2022-06-04T05:11:05.300Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 89709744-97b2-4d6c-a921-f10ed4277b2c
2022-06-04T05:11:05.302Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0
2022-06-04T05:11:05.308Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T05:11:05.364Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0|INFO|500||Invoke
2022-06-04T05:11:05.364Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58eaeede-b990-48a6-a2a2-3a11f2dd2739], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bbd8c148-995f-4831-97d4-8ada3565c82b], X-ECOMP-RequestID=[58eaeede-b990-48a6-a2a2-3a11f2dd2739], X-TransactionId=[], X-ONAP-RequestID=[58eaeede-b990-48a6-a2a2-3a11f2dd2739], Content-Type=[application/merge-patch+json]}
2022-06-04T05:11:05.388Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T05:11:06.486Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?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/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220604-05:11:04:565-37184], vertex-id=[467136], Content-Length=[0], Date=[Sat, 04 Jun 2022 05:11:04 GMT], Content-Type=[application/json]}
2022-06-04T05:11:06.487Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-04T05:11:06.488Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/89709744-97b2-4d6c-a921-f10ed4277b2c/model-vers/model-ver/b7cc648b-3525-4dc4-bb37-18a6663682ea?depth=0|INFO|500||InvokeReturn
2022-06-04T05:11:06.489Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T05:11:06.489Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-04T05:11:06.495Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-04T05:11:06.496Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58eaeede-b990-48a6-a2a2-3a11f2dd2739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T05:11:06.496Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T05:11:06.497Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:11:06.499Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:11:06.499Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319466496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:11:06.599Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:11:06.601Z||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-04T05:11:06.601Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:11:06.623Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:11:06.624Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T05:11:22.131Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:11:22.132Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-04T05:11:22.132Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:11:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:11:22.134Z||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-04T05:11:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:11:22.255Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:11:22.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:11:22.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:11:22.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:11:31.687Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:12:22.131Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:12:22.132Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-04T05:12:22.133Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:12:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:12:22.134Z||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-04T05:12:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:12:22.658Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:12:22.659Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.659Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:12:22.660Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:12:22.660Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.660Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:12:22.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:12:22.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319425685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:12:22.661Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:12:22.661Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.661Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:12:22.661Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319427614,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/resourceInstances/pnf1ea65f8d83630/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:12:22.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:12:22.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "clamp",
  "timestamp": 1654319428618,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:12:22.683Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58eaeede-b990-48a6-a2a2-3a11f2dd2739
2022-06-04T05:12:22.684Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58eaeede-b990-48a6-a2a2-3a11f2dd2739 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:12:22.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319422131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319432051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319434267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJ1zsaykztmsvdarbalyo/1.0/artifacts/service-DemoPnfJ1zsaykztmsvdarbalyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:12:22.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:12:22.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-04T05:12:22.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58eaeede-b990-48a6-a2a2-3a11f2dd2739",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319466496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:12:22.694Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:12:31.681Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:22.131Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:13:22.132Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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-04T05:13:22.132Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:13:22.133Z||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-04T05:13:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:22.761Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:22.762Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:13:22.763Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d839974f-074c-47ef-9351-95c55738c065","serviceName":"Demo_pNF_SNbhRKa8myALAzCLy5YV","serviceVersion":"1.0","serviceUUID":"d633a250-3918-4d8c-a0cf-a0cd04ca9fd8","serviceDescription":"catalog service description","serviceInvariantUUID":"7c80189f-54d3-465b-b4bc-095adf7d90f2","resources":[{"resourceInstanceName":"pNF 83f0f973-c919 0","resourceName":"pNF 83f0f973-c919","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fb814292-f48d-4ac6-88f6-b91bdf52d931","resourceInvariantUUID":"f9378133-20cb-405f-9a28-4228f07c4fb5","resourceCustomizationUUID":"a2ad822e-2f29-4af9-a089-04ee6a7d1654","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml","artifactChecksum":"Mjg3OWFjMGUwMWFhOTViYzk5ODYxMTE0OTFlM2QzNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1925687-09eb-4bfa-b2e2-447e199f147f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar","artifactChecksum":"MGRiNzgzMGZmZjBlZjU5YWEwNjY2OWQ1NGMyNTYwYTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f64b94ed-a136-45ea-bc17-65352dd110bb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f34ce9e6-762d-4640-b216-10ebba98aaac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml","artifactChecksum":"MGVmODU3NjMzMDk5NDRiNjFiNmEzOGQxZDhjNDE3NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ec4bb93-f04f-46af-b8a7-831d63c9ede8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e3685bc-6de2-45a5-804d-cbfd8fd1cf15","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f62537b7-01e7-4ca4-bb4a-14fa603ffff9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSnbhrka8myalazcly5yv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml","artifactChecksum":"Y2ZjNDcyNjAxYjJkZjVhMjkxMWFjY2MyMTlhOTY3OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"10b87e1d-6fe5-4d0c-8b85-1c8ba260de7d","artifactVersion":"1"},{"artifactName":"service-DemoPnfSnbhrka8myalazcly5yv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar","artifactChecksum":"MzRkN2IwMjJhNGFiZDFhODI3NTkwMjc1OTA0ZTZmMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e856116-5d80-4b32-8c58-7394ac2fd291","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T05:13:22.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:22.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:13:22.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:22.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:13:22.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:13:22.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:22.765Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:13:22.766Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:22.767Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:22.770Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:22.770Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:22.870Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:13:22.871Z||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-04T05:13:22.871Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:22.886Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:22.887Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:23.771Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:23.772Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:23.774Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:23.774Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:23.874Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:13:23.875Z||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-04T05:13:23.875Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:23.887Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:23.887Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:13:24.775Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:24.776Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:24.779Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:24.779Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:24.879Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:13:24.880Z||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-04T05:13:24.880Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:24.900Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:24.901Z||pool-113-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:25.780Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:25.781Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:25.783Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:25.784Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:25.884Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:13:25.885Z||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-04T05:13:25.885Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:25.897Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:25.898Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:26.786Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:26.787Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:26.789Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:26.789Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:26.889Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:13:26.890Z||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-04T05:13:26.890Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:26.903Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:26.903Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:27.790Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:27.791Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:27.793Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:27.793Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:27.893Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:13:27.894Z||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-04T05:13:27.894Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:27.918Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:27.919Z||pool-116-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:28.793Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:28.794Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:28.797Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:28.798Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:13:28.897Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:13:28.898Z||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-04T05:13:28.898Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:28.911Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:28.912Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:29.798Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:13:29.799Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:29.801Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:29.802Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:13:29.902Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:13:29.903Z||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-04T05:13:29.903Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:29.917Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:29.917Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:30.803Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "serviceName": "Demo_pNF_SNbhRKa8myALAzCLy5YV",
  "serviceVersion": "1.0",
  "serviceUUID": "d633a250-3918-4d8c-a0cf-a0cd04ca9fd8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7c80189f-54d3-465b-b4bc-095adf7d90f2",
  "resources": [
    {
      "resourceInstanceName": "pNF 83f0f973-c919 0",
      "resourceCustomizationUUID": "a2ad822e-2f29-4af9-a089-04ee6a7d1654",
      "resourceName": "pNF 83f0f973-c919",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fb814292-f48d-4ac6-88f6-b91bdf52d931",
      "resourceInvariantUUID": "f9378133-20cb-405f-9a28-4228f07c4fb5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
      "artifactChecksum": "MzRkN2IwMjJhNGFiZDFhODI3NTkwMjc1OTA0ZTZmMTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e856116-5d80-4b32-8c58-7394ac2fd291"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T05:13:30.803Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T05:13:30.803Z|58eaeede-b990-48a6-a2a2-3a11f2dd2739|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d633a250-3918-4d8c-a0cf-a0cd04ca9fd8 ASDC
2022-06-04T05:13:30.804Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d839974f-074c-47ef-9351-95c55738c065
ServiceName:Demo_pNF_SNbhRKa8myALAzCLy5YV
ServiceVersion:1.0
ServiceUUID:d633a250-3918-4d8c-a0cf-a0cd04ca9fd8
ServiceInvariantUUID:7c80189f-54d3-465b-b4bc-095adf7d90f2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
ArtifactUUID:4e856116-5d80-4b32-8c58-7394ac2fd291
ArtifactChecksum:MzRkN2IwMjJhNGFiZDFhODI3NTkwMjc1OTA0ZTZmMTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 83f0f973-c919 0
ResourceCustomizationUUID:a2ad822e-2f29-4af9-a089-04ee6a7d1654
ResourceInvariantUUID:f9378133-20cb-405f-9a28-4228f07c4fb5
ResourceName:pNF 83f0f973-c919
ResourceType:PNF
ResourceUUID:fb814292-f48d-4ac6-88f6-b91bdf52d931
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-04T05:13:30.804Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d633a250-3918-4d8c-a0cf-a0cd04ca9fd8 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-04T05:13:30.838Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:13:30.839Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:13:30.840Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:13:30.840Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4e856116-5d80-4b32-8c58-7394ac2fd291 from URL: /sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:30.840Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:13:30.841Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:31.645Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:13:31.649Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar 4e856116-5d80-4b32-8c58-7394ac2fd291 82663
2022-06-04T05:13:31.649Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar ASDC sendASDCNotification
2022-06-04T05:13:31.649Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:31.649Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:13:31.650Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:31.652Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:31.652Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319611649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:13:31.752Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:13:31.753Z||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-04T05:13:31.753Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:31.766Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:31.766Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:13:32.653Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:13:32.658Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:13:32.659Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4e856116-5d80-4b32-8c58-7394ac2fd291, URL: /sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar to file: /app/ASDC/1/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:32.660Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:32.660Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:32.661Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:32.795Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18204432486072860988/Definitions/service-DemoPnfSnbhrka8myalazcly5yv-template.yml
2022-06-04T05:13:33.658Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T05:13:33.659Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:13:33.659Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.659Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-04T05:13:33.659Z|d839974f-074c-47ef-9351-95c55738c065|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-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.659Z|d839974f-074c-47ef-9351-95c55738c065|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-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.659Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 83f0f973-c919 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-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.659Z|d839974f-074c-47ef-9351-95c55738c065|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-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.660Z|d839974f-074c-47ef-9351-95c55738c065|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-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.660Z|d839974f-074c-47ef-9351-95c55738c065|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-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.660Z|d839974f-074c-47ef-9351-95c55738c065|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-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.660Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:13:33.660Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.660Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.660Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Node template pNF 83f0f973-c919 0 is matching search criteria
2022-06-04T05:13:33.661Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:13:33.661Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 83f0f973-c919 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:13:33.661Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.661Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.661Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Node template pNF 83f0f973-c919 0 is matching search criteria
2022-06-04T05:13:33.661Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:13:33.662Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 83f0f973-c919 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:13:33.662Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.662Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.662Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.662Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.662Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.662Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.663Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.663Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.663Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.663Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.663Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SNbhRKa8myALAzCLy5YV
Description:catalog service description
Model UUID:d633a250-3918-4d8c-a0cf-a0cd04ca9fd8
Model Version:NULL
Model InvariantUuid:7c80189f-54d3-465b-b4bc-095adf7d90f2
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-04T05:13:33.670Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: fb814292-f48d-4ac6-88f6-b91bdf52d931
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-04T05:13:33.673Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||pNF 83f0f973-c919 0
2022-06-04T05:13:33.674Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fb814292-f48d-4ac6-88f6-b91bdf52d931
2022-06-04T05:13:33.674Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||No resources found for Service: d633a250-3918-4d8c-a0cf-a0cd04ca9fd8
2022-06-04T05:13:33.674Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d633a250-3918-4d8c-a0cf-a0cd04ca9fd8
2022-06-04T05:13:33.674Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 83f0f973-c919 0 fb814292-f48d-4ac6-88f6-b91bdf52d931 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-04T05:13:33.678Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@206d3d50, org.onap.sdc.toscaparser.api.parameters.Input@135585c2, org.onap.sdc.toscaparser.api.parameters.Input@869541a, org.onap.sdc.toscaparser.api.parameters.Input@5f8ffbcd, org.onap.sdc.toscaparser.api.parameters.Input@1641dad1]
2022-06-04T05:13:33.678Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.679Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.679Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d633a250-3918-4d8c-a0cf-a0cd04ca9fd8: pNF 83f0f973-c919
2022-06-04T05:13:33.679Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||Processing PNF resource: fb814292-f48d-4ac6-88f6-b91bdf52d931
2022-06-04T05:13:33.679Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:13:33.679Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_SNbhRKa8myALAzCLy5YV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:13:33.679Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||Resource customization UUID: a2ad822e-2f29-4af9-a089-04ee6a7d1654 is the same as notified resource customizationUUID: a2ad822e-2f29-4af9-a089-04ee6a7d1654
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-04T05:13:33.716Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 83f0f973-c919 fb814292-f48d-4ac6-88f6-b91bdf52d931 0 ASDC deployResourceStructure
2022-06-04T05:13:33.716Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar ASDC sendASDCNotification
2022-06-04T05:13:33.716Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar
2022-06-04T05:13:33.717Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:13:33.717Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:13:33.719Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:13:33.719Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319613716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:13:33.819Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:13:33.820Z||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-04T05:13:33.821Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:13:33.835Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:13:33.835Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:13:34.720Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:13:34.731Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:13:34.733Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:13:34.733Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:13:34.733Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:14:04.733Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:14:04.754Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:14:04.755Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:14:04.755Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:14:04.755Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:14:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:14:22.135Z||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-04T05:14:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:14:22.261Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:14:22.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:14:22.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:14:22.263Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:14:34.756Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:14:34.767Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:14:34.769Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:14:34.769Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:14:34.769Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:15:04.769Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:15:04.782Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:15:04.783Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:15:04.784Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:15:04.784Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:15:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:15:22.134Z||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-04T05:15:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:15:22.665Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:15:22.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319593886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319610122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:15:22.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319602131,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "cds",
  "timestamp": 1654319611132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-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-04T05:15:22.693Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d839974f-074c-47ef-9351-95c55738c065
2022-06-04T05:15:22.693Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d839974f-074c-47ef-9351-95c55738c065 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-04T05:15:22.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.707Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.707Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.707Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319611649,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.708Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654319604126,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.709Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319603717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319613716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:15:22.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319606531,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319613305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319607223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.711Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319616022,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319616617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319617060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319617626,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:15:22.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654319618064,
  "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-04T05:15:22.717Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d839974f-074c-47ef-9351-95c55738c065
2022-06-04T05:15:22.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d839974f-074c-47ef-9351-95c55738c065 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-04T05:15:22.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "policy-id",
  "timestamp": 1654319618630,
  "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-04T05:15:22.730Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d839974f-074c-47ef-9351-95c55738c065
2022-06-04T05:15:22.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d839974f-074c-47ef-9351-95c55738c065 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-04T05:15:22.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319620273,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "aai-ml",
  "timestamp": 1654319621278,
  "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-04T05:15:22.746Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d839974f-074c-47ef-9351-95c55738c065
2022-06-04T05:15:22.746Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d839974f-074c-47ef-9351-95c55738c065 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-04T05:15:22.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319616572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/resourceInstances/pnf83f0f973c9190/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:15:22.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319619870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319629463,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319631528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654319632532,
  "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-04T05:15:22.762Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d839974f-074c-47ef-9351-95c55738c065
2022-06-04T05:15:22.762Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d839974f-074c-47ef-9351-95c55738c065 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-04T05:15:22.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319634633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:15:22.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.774Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319635667,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnbhrka8myalazcly5yv/1.0/artifacts/service-DemoPnfSnbhrka8myalazcly5yv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:15:22.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:15:22.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-04T05:15:22.775Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "clamp",
  "timestamp": 1654319636673,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:15:22.779Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d839974f-074c-47ef-9351-95c55738c065
2022-06-04T05:15:22.779Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d839974f-074c-47ef-9351-95c55738c065 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:15:34.784Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:15:34.795Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d839974f-074c-47ef-9351-95c55738c065
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:15:34.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:15:34.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T05:15:34.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T05:15:34.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T05:15:34.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:15:34.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:15:34.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:15:34.799Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:15:34.799Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:15:34.799Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:15:34.799Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:15:34.799Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:15:34.803Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T05:16:04.804Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d839974f-074c-47ef-9351-95c55738c065 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-04T05:16:04.814Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d839974f-074c-47ef-9351-95c55738c065 and serviceModelVersionId: d633a250-3918-4d8c-a0cf-a0cd04ca9fd8
2022-06-04T05:16:04.815Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c80189f-54d3-465b-b4bc-095adf7d90f2
2022-06-04T05:16:04.816Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c80189f-54d3-465b-b4bc-095adf7d90f2/model-vers/model-ver/d633a250-3918-4d8c-a0cf-a0cd04ca9fd8?depth=0
2022-06-04T05:16:04.825Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T05:16:04.885Z|d839974f-074c-47ef-9351-95c55738c065|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/7c80189f-54d3-465b-b4bc-095adf7d90f2/model-vers/model-ver/d633a250-3918-4d8c-a0cf-a0cd04ca9fd8?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-04T05:16:04.889Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c80189f-54d3-465b-b4bc-095adf7d90f2/model-vers/model-ver/d633a250-3918-4d8c-a0cf-a0cd04ca9fd8?depth=0|INFO|500||Invoke
2022-06-04T05:16:04.913Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c80189f-54d3-465b-b4bc-095adf7d90f2/model-vers/model-ver/d633a250-3918-4d8c-a0cf-a0cd04ca9fd8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T05:16:05.183Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c80189f-54d3-465b-b4bc-095adf7d90f2/model-vers/model-ver/d633a250-3918-4d8c-a0cf-a0cd04ca9fd8?depth=0|INFO|500||InvokeReturn
2022-06-04T05:16:05.184Z|d839974f-074c-47ef-9351-95c55738c065|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/7c80189f-54d3-465b-b4bc-095adf7d90f2/model-vers/model-ver/d633a250-3918-4d8c-a0cf-a0cd04ca9fd8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220604-05:16:04:100-488], vertex-id=[475208], Content-Length=[0], Date=[Sat, 04 Jun 2022 05:16:04 GMT], Content-Type=[application/json]}
2022-06-04T05:16:05.184Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-04T05:16:05.185Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T05:16:05.185Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:16:05.191Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:16:05.191Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d839974f-074c-47ef-9351-95c55738c065 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T05:16:05.192Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T05:16:05.192Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:16:05.195Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:16:05.195Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319765192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:16:05.295Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:16:05.296Z||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-04T05:16:05.296Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:16:05.313Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:16:05.314Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T05:16:06.208Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:16:06.209Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:16:06.209Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:16:16.515Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:16:16.516Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:16:16.516Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:16:16.516Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:16:22.133Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:16:22.134Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:16:22.134Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:16:22.764Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:16:22.765Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-04T05:16:22.765Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d839974f-074c-47ef-9351-95c55738c065",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654319765192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:16:22.766Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:16:26.061Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:16:26.062Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:16:26.062Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:16:26.062Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:16:35.607Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:17:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:17:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:17:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:17:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:17:22.133Z||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-04T05:17:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:17:31.681Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:17:31.681Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:18:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:18:22.133Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:18:22.133Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:18:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:18:22.134Z||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-04T05:18:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:18:31.729Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:18:31.729Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:19:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:19:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:19:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:19:22.133Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:19:22.133Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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-04T05:19:22.134Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:19:31.707Z|15fe5105-958f-4eca-b6ce-c85bbce3465b|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:19:31.729Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:20:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:20:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:20:22.134Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:20:22.134Z||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-04T05:20:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:20:22.134Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:20:31.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:20:31.684Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:21:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:21:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:21:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:21:22.133Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:21:22.133Z||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-04T05:21:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:21:31.686Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:21:31.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:22:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:22:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:22:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:22:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:22:22.133Z||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-04T05:22:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:22:31.681Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:22:31.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:23:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:23:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:23:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:23:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:23:22.133Z||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-04T05:23:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:23:31.693Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:23:31.699Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:24:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:24:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:24:22.133Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:24:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:24:22.133Z||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-04T05:24:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:24:31.698Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:24:31.698Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:25:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:25:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:25:22.132Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:25:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:25:22.134Z||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-04T05:25:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:25:31.695Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:25:31.697Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:22.131Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:26:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:26:22.134Z|d839974f-074c-47ef-9351-95c55738c065|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-04T05:26:22.134Z|d839974f-074c-47ef-9351-95c55738c065|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:22.134Z||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-04T05:26:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:22.770Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:22.771Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:22.771Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.771Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"7632c41f-09ad-4840-861e-686e18e4db66","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"66c66d0e-0c32-4882-9ac5-4c2914e0406a","serviceDescription":"service","serviceInvariantUUID":"2951cd98-e984-454a-8eab-4a77edcdcd53","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ecd3f511-1c1c-4971-bd26-041d975d827a","resourceInvariantUUID":"ef036bfc-dc75-43a1-9599-7805f03464bd","resourceCustomizationUUID":"6e1807b5-5265-4249-b1d6-4ee934c97b18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7d892d80-11eb-4a86-87ee-690b73525e8d","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NWNiYmNkODI5NzA4ZDBmMGE5YWIwZGZmOTNmMzIyYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"915553c1-5374-423a-a737-ba75b0917799","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NzBmZTQ0MWEwMzA2Y2RmY2QwN2M4YmZhYzk4YWMyMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0c132b25-6f29-457c-97bd-cfc8bd458547","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62dc7834-9616-4d7f-aec2-2cc1e71a83ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"baa0d620-4df5-440f-8365-aab8ba09f128","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3d5e6d7f-9fa2-400c-aac8-de156e1b472f","artifactVersion":"2","generatedFromUUID":"62dc7834-9616-4d7f-aec2-2cc1e71a83ff"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDE1NjNmYjNlNGJjM2I1ODcwZDJlNThmZGZlOTZhZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dd9419-d013-42cf-832e-6f12fa0f5ca2","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YmJlMGZkYWIyZTA1NmIyNWYzMzQ1NDA4MTEwYzIzNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53abf9da-8a60-4d08-9532-1d1430106816","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T05:26:22.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.774Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.774Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:22.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:26:22.780Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:22.780Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.787Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.788Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.789Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.789Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.789Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.790Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.791Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.796Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:26:22.797Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.807Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.808Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320366573,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:26:22.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320373886,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:26:22.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320366531,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:22.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320367223,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:26:22.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:26:22.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320369870,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:26:22.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:26:22.886Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-04T05:26:22.887Z||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-04T05:26:22.887Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:22.900Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:22.901Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:26:23.781Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:23.782Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:23.786Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:23.786Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:23.885Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-04T05:26:23.886Z||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-04T05:26:23.887Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:23.909Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:23.910Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:24.791Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:24.792Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:24.794Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:24.794Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:26:24.894Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:26:24.895Z||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-04T05:26:24.895Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:24.907Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:24.908Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:26:25.795Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:25.796Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:25.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:25.798Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:26:25.899Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:26:25.900Z||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-04T05:26:25.900Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:25.913Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:25.914Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:26.801Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:26.802Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:26.816Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:26.816Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:26.905Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-06-04T05:26:26.906Z||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-04T05:26:26.906Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:26.921Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:26.921Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:27.822Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:27.823Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:27.826Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:27.826Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-04T05:26:27.926Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:26:27.927Z||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-04T05:26:27.927Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:27.948Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:27.957Z||pool-127-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:28.827Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:28.827Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:28.830Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:28.830Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:26:28.930Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:26:28.931Z||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-04T05:26:28.931Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:28.944Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:28.944Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:29.830Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:26:29.831Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:29.834Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:29.834Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:26:29.935Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T05:26:29.936Z||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-04T05:26:29.936Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:29.949Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:29.950Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:30.842Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "66c66d0e-0c32-4882-9ac5-4c2914e0406a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2951cd98-e984-454a-8eab-4a77edcdcd53",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "6e1807b5-5265-4249-b1d6-4ee934c97b18",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ecd3f511-1c1c-4971-bd26-041d975d827a",
      "resourceInvariantUUID": "ef036bfc-dc75-43a1-9599-7805f03464bd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "NzBmZTQ0MWEwMzA2Y2RmY2QwN2M4YmZhYzk4YWMyMjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0c132b25-6f29-457c-97bd-cfc8bd458547",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62dc7834-9616-4d7f-aec2-2cc1e71a83ff",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3d5e6d7f-9fa2-400c-aac8-de156e1b472f",
            "generatedFromUUID": "62dc7834-9616-4d7f-aec2-2cc1e71a83ff"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3d5e6d7f-9fa2-400c-aac8-de156e1b472f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YmJlMGZkYWIyZTA1NmIyNWYzMzQ1NDA4MTEwYzIzNDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "53abf9da-8a60-4d08-9532-1d1430106816"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T05:26:30.842Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T05:26:30.843Z|d839974f-074c-47ef-9351-95c55738c065|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66c66d0e-0c32-4882-9ac5-4c2914e0406a ASDC
2022-06-04T05:26:30.844Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:7632c41f-09ad-4840-861e-686e18e4db66
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:66c66d0e-0c32-4882-9ac5-4c2914e0406a
ServiceInvariantUUID:2951cd98-e984-454a-8eab-4a77edcdcd53
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:53abf9da-8a60-4d08-9532-1d1430106816
ArtifactChecksum:YmJlMGZkYWIyZTA1NmIyNWYzMzQ1NDA4MTEwYzIzNDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:6e1807b5-5265-4249-b1d6-4ee934c97b18
ResourceInvariantUUID:ef036bfc-dc75-43a1-9599-7805f03464bd
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:ecd3f511-1c1c-4971-bd26-041d975d827a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:0c132b25-6f29-457c-97bd-cfc8bd458547
ArtifactChecksum:NzBmZTQ0MWEwMzA2Y2RmY2QwN2M4YmZhYzk4YWMyMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:62dc7834-9616-4d7f-aec2-2cc1e71a83ff
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3d5e6d7f-9fa2-400c-aac8-de156e1b472f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:3d5e6d7f-9fa2-400c-aac8-de156e1b472f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-04T05:26:30.844Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66c66d0e-0c32-4882-9ac5-4c2914e0406a 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-04T05:26:30.894Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:26:30.896Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:26:30.896Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:26:30.896Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 53abf9da-8a60-4d08-9532-1d1430106816 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-04T05:26:30.896Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:26:30.896Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-04T05:26:31.247Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:26:31.255Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 53abf9da-8a60-4d08-9532-1d1430106816 73682
2022-06-04T05:26:31.255Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-04T05:26:31.255Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-04T05:26:31.255Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:26:31.256Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:31.258Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:31.258Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320391255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:26:31.359Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T05:26:31.362Z||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-04T05:26:31.363Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:31.377Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:31.377Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:32.260Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:26:32.261Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:26:32.262Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 53abf9da-8a60-4d08-9532-1d1430106816, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:32.262Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-06-04T05:26:32.263Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:32.263Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:32.465Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7353695446216821688/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-04T05:26:33.830Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T05:26:33.831Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:26:33.831Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-06-04T05:26:33.832Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:26:33.833Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.833Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:33.833Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:33.833Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:26:33.834Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:26:33.834Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.834Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:33.834Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:33.834Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:26:33.834Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:26:33.835Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.835Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:33.835Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.835Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-04T05:26:33.835Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-04T05:26:33.835Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-04T05:26:33.836Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-04T05:26:33.836Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T05:26:33.836Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T05:26:33.836Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.836Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T05:26:33.836Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.837Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:33.837Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:26:33.837Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.837Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:33.837Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:26:33.837Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.838Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:33.838Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:26:33.838Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.838Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-04T05:26:33.838Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T05:26:33.838Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T05:26:33.838Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2181bf40-911f-4ff1-8a08-d4d1e09cf633
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:33.839Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:66c66d0e-0c32-4882-9ac5-4c2914e0406a
Model Version:NULL
Model InvariantUuid:2951cd98-e984-454a-8eab-4a77edcdcd53
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:83ef65cd-c102-4687-9c5e-a7e53e1d8a62
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ef036bfc-dc75-43a1-9599-7805f03464bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6e1807b5-5265-4249-b1d6-4ee934c97b18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3434653f-b2cf-44e2-a006-0521d69d6880
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d0946f1a-6059-4c2f-9d03-36a6b8c4075d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2181bf40-911f-4ff1-8a08-d4d1e09cf633
ModelInvariantUuid:368a4603-f114-40ea-87da-91e77986a282
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:4fa3b988-500c-4e59-ab75-6bb6a37b4579
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7ebd9e63-b0c8-4613-970a-504585ca9936
ModelInvariantUuid:e1b9ddd5-adc2-4b22-b78d-f8ab6d98fcb8
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:d5a1dcc1-bd0e-456c-8e02-8e8904866097
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-04T05:26:33.854Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ecd3f511-1c1c-4971-bd26-041d975d827a
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-04T05:26:33.862Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||basicclamp 0
2022-06-04T05:26:33.862Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ecd3f511-1c1c-4971-bd26-041d975d827a
2022-06-04T05:26:33.862Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0c132b25-6f29-457c-97bd-cfc8bd458547 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-04T05:26:33.862Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:26:33.863Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-04T05:26:34.360Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:26:34.360Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 0c132b25-6f29-457c-97bd-cfc8bd458547 790
2022-06-04T05:26:34.361Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-04T05:26:34.361Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-04T05:26:34.361Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:26:34.361Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:34.363Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:34.363Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320394361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:26:34.463Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:26:34.464Z||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-04T05:26:34.464Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:34.483Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:34.483Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:35.366Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3434653f-b2cf-44e2-a006-0521d69d6880",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0946f1a-6059-4c2f-9d03-36a6b8c4075d",
    "vfModuleModelCustomizationUUID": "27633bbd-e51a-4148-93e0-806d85dde09b",
    "isBase": true,
    "artifacts": [
      "62dc7834-9616-4d7f-aec2-2cc1e71a83ff",
      "3d5e6d7f-9fa2-400c-aac8-de156e1b472f"
    ],
    "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-04T05:26:35.372Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0946f1a-6059-4c2f-9d03-36a6b8c4075d
VfModuleModelInvariantUUID:3434653f-b2cf-44e2-a006-0521d69d6880
VfModuleModelDescription:NULL
Artifacts UUID List:{
62dc7834-9616-4d7f-aec2-2cc1e71a83ff
,
3d5e6d7f-9fa2-400c-aac8-de156e1b472f

}
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-04T05:26:35.375Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "3434653f-b2cf-44e2-a006-0521d69d6880",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0946f1a-6059-4c2f-9d03-36a6b8c4075d",
    "vfModuleModelCustomizationUUID": "27633bbd-e51a-4148-93e0-806d85dde09b",
    "isBase": true,
    "artifacts": [
      "62dc7834-9616-4d7f-aec2-2cc1e71a83ff",
      "3d5e6d7f-9fa2-400c-aac8-de156e1b472f"
    ],
    "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-04T05:26:35.375Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0946f1a-6059-4c2f-9d03-36a6b8c4075d
VfModuleModelInvariantUUID:3434653f-b2cf-44e2-a006-0521d69d6880
VfModuleModelDescription:NULL
Artifacts UUID List:{
62dc7834-9616-4d7f-aec2-2cc1e71a83ff
,
3d5e6d7f-9fa2-400c-aac8-de156e1b472f

}
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-04T05:26:35.375Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 62dc7834-9616-4d7f-aec2-2cc1e71a83ff from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-04T05:26:35.376Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:26:35.376Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-04T05:26:35.849Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:26:35.850Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 62dc7834-9616-4d7f-aec2-2cc1e71a83ff 5033
2022-06-04T05:26:35.850Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T05:26:35.850Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-04T05:26:35.851Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:26:35.851Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:35.854Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:35.854Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320395850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:26:35.958Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-04T05:26:35.959Z||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-04T05:26:35.959Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:35.969Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:35.972Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:36.857Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3d5e6d7f-9fa2-400c-aac8-de156e1b472f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-04T05:26:36.858Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:26:36.859Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-04T05:26:37.558Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:26:37.558Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 3d5e6d7f-9fa2-400c-aac8-de156e1b472f 909
2022-06-04T05:26:37.559Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T05:26:37.559Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-04T05:26:37.559Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:26:37.559Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:37.641Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:37.642Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320397559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:26:37.706Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 64 ms
2022-06-04T05:26:37.729Z||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-04T05:26:37.760Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:37.838Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:37.838Z||pool-133-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:26:38.642Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 66c66d0e-0c32-4882-9ac5-4c2914e0406a
2022-06-04T05:26:38.643Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 ecd3f511-1c1c-4971-bd26-041d975d827a ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T05:26:38.671Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45a09096, org.onap.sdc.toscaparser.api.parameters.Input@3c587a7d, org.onap.sdc.toscaparser.api.parameters.Input@6fdbd162, org.onap.sdc.toscaparser.api.parameters.Input@6b531c67, org.onap.sdc.toscaparser.api.parameters.Input@2a3615bb]
2022-06-04T05:26:38.675Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.675Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.676Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-04T05:26:38.676Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6e1807b5-5265-4249-b1d6-4ee934c97b18
2022-06-04T05:26:38.676Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e1807b5-5265-4249-b1d6-4ee934c97b18 matches Tosca VF Customization UUID: 6e1807b5-5265-4249-b1d6-4ee934c97b18
2022-06-04T05:26:38.676Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6e1807b5-5265-4249-b1d6-4ee934c97b18  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-04T05:26:38.680Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.680Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.681Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6e1807b5-5265-4249-b1d6-4ee934c97b18: {\"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-04T05:26:38.681Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17e00ade
2022-06-04T05:26:38.681Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.681Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T05:26:38.681Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27633bbd-e51a-4148-93e0-806d85dde09b
2022-06-04T05:26:38.681Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27633bbd-e51a-4148-93e0-806d85dde09b
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-04T05:26:38.684Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.684Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:38.684Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:26:38.685Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.685Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:38.685Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:26:38.685Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.685Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-06-04T05:26:38.685Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-04T05:26:38.685Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-04T05:26:38.686Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2181bf40-911f-4ff1-8a08-d4d1e09cf633
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-04T05:26:38.687Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.688Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:38.688Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:26:38.688Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.688Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-06-04T05:26:38.688Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6e1807b5-5265-4249-b1d6-4ee934c97b18
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-04T05:26:38.689Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.689Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.690Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 66c66d0e-0c32-4882-9ac5-4c2914e0406a: basicclamp
2022-06-04T05:26:38.690Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.690Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.690Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.690Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.690Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.691Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.691Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.692Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.692Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:26:38.692Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:26:38.692Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 
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-04T05:26:38.791Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp ecd3f511-1c1c-4971-bd26-041d975d827a 1 ASDC deployResourceStructure
2022-06-04T05:26:38.792Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-06-04T05:26:38.792Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-06-04T05:26:38.792Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:26:38.792Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:38.797Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:38.798Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320398792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:26:38.895Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-06-04T05:26:38.896Z||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-04T05:26:38.896Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:38.908Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:38.909Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:39.801Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-04T05:26:39.801Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-06-04T05:26:39.801Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:26:39.801Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:39.803Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:39.803Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320399800,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:26:39.903Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:26:39.904Z||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-04T05:26:39.904Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:39.942Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:39.942Z||pool-135-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:26:40.805Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-04T05:26:40.806Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-06-04T05:26:40.806Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:26:40.806Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:40.809Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:40.809Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320400805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-04T05:26:40.909Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:26:40.910Z||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-04T05:26:40.910Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:40.923Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:40.924Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:41.813Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-06-04T05:26:41.814Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-06-04T05:26:41.814Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:26:41.817Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:26:41.819Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:26:41.819Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320401813,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:26:41.919Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:26:41.922Z||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-04T05:26:41.923Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:26:41.938Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:26:41.939Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:26:42.831Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:26:42.849Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:26:42.851Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:26:42.852Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:26:42.852Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:27:12.852Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:27:12.859Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:27:12.860Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:27:12.860Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:27:12.860Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:27:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:27:22.134Z||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-04T05:27:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:27:22.257Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:27:22.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:27:22.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:27:22.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:27:42.860Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:27:42.868Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:27:42.869Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:27:42.869Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:27:42.869Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:28:12.870Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:28:12.879Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:28:12.881Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:28:12.881Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-04T05:28:12.881Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-04T05:28:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:28:22.134Z||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-04T05:28:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:28:22.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:28:22.665Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.665Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.666Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320384395,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.666Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.666Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.666Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320383976,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320384186,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "cds",
  "timestamp": 1654320385405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:28:22.672Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7632c41f-09ad-4840-861e-686e18e4db66
2022-06-04T05:28:22.672Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7632c41f-09ad-4840-861e-686e18e4db66 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-04T05:28:22.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320385192,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.679Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.680Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "policy-id",
  "timestamp": 1654320386195,
  "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-04T05:28:22.686Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7632c41f-09ad-4840-861e-686e18e4db66
2022-06-04T05:28:22.686Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7632c41f-09ad-4840-861e-686e18e4db66 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-04T05:28:22.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.694Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.694Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320386571,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320387576,
  "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-04T05:28:22.698Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7632c41f-09ad-4840-861e-686e18e4db66
2022-06-04T05:28:22.698Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7632c41f-09ad-4840-861e-686e18e4db66 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-04T05:28:22.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.705Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320382131,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.706Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.706Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.706Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320391255,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.707Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320384126,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320383717,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320393770,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320393241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320393159,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320394361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320394774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320394834,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320395850,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320395931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320396935,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-06-04T05:28:22.712Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320396625,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320397559,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "clamp",
  "timestamp": 1654320397945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:28:22.716Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 7632c41f-09ad-4840-861e-686e18e4db66
2022-06-04T05:28:22.717Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7632c41f-09ad-4840-861e-686e18e4db66 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:28:22.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320397657,
  "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-04T05:28:22.725Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7632c41f-09ad-4840-861e-686e18e4db66
2022-06-04T05:28:22.725Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7632c41f-09ad-4840-861e-686e18e4db66 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-04T05:28:22.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320398792,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320398662,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320399800,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320400805,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320401813,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320388886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654320386531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320387223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320405109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320404874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320405882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "policy-id",
  "timestamp": 1654320406888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:28:22.749Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f298c42-347d-46b5-8c4e-52df4bc0eb19
2022-06-04T05:28:22.750Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f298c42-347d-46b5-8c4e-52df4bc0eb19 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-04T05:28:22.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "cds",
  "timestamp": 1654320407792,
  "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-04T05:28:22.757Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f298c42-347d-46b5-8c4e-52df4bc0eb19
2022-06-04T05:28:22.757Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f298c42-347d-46b5-8c4e-52df4bc0eb19 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-04T05:28:22.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320399873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.766Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320409273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320409668,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320411662,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "aai-ml",
  "timestamp": 1654320410672,
  "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-04T05:28:22.770Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7632c41f-09ad-4840-861e-686e18e4db66
2022-06-04T05:28:22.770Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7632c41f-09ad-4840-861e-686e18e4db66 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-04T05:28:22.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320404126,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654320412667,
  "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-04T05:28:22.778Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f298c42-347d-46b5-8c4e-52df4bc0eb19
2022-06-04T05:28:22.778Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f298c42-347d-46b5-8c4e-52df4bc0eb19 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-04T05:28:22.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320412773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320413803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320415932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320415512,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.786Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "clamp",
  "timestamp": 1654320416939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-04T05:28:22.791Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8f298c42-347d-46b5-8c4e-52df4bc0eb19
2022-06-04T05:28:22.791Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f298c42-347d-46b5-8c4e-52df4bc0eb19 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320417218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.813Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320418242,
  "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-04T05:28:22.817Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f298c42-347d-46b5-8c4e-52df4bc0eb19
2022-06-04T05:28:22.817Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f298c42-347d-46b5-8c4e-52df4bc0eb19 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-04T05:28:22.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654320419246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.821Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320413717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320422961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:28:22.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320438471,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:28:22.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:28:22.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:28:22.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "aai-ml",
  "timestamp": 1654320439476,
  "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-04T05:28:22.826Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f298c42-347d-46b5-8c4e-52df4bc0eb19
2022-06-04T05:28:22.826Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f298c42-347d-46b5-8c4e-52df4bc0eb19 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-04T05:28:42.882Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:28:42.889Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:28:42.891Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:28:42.892Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T05:28:42.892Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T05:28:42.892Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T05:28:42.892Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:28:42.892Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:28:42.892Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-06-04T05:28:42.892Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE 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-04T05:28:42.895Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T05:29:12.895Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7632c41f-09ad-4840-861e-686e18e4db66 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-04T05:29:12.901Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7632c41f-09ad-4840-861e-686e18e4db66 and serviceModelVersionId: 66c66d0e-0c32-4882-9ac5-4c2914e0406a
2022-06-04T05:29:12.901Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2951cd98-e984-454a-8eab-4a77edcdcd53
2022-06-04T05:29:12.902Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2951cd98-e984-454a-8eab-4a77edcdcd53/model-vers/model-ver/66c66d0e-0c32-4882-9ac5-4c2914e0406a?depth=0
2022-06-04T05:29:12.907Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T05:29:12.951Z|7632c41f-09ad-4840-861e-686e18e4db66|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/2951cd98-e984-454a-8eab-4a77edcdcd53/model-vers/model-ver/66c66d0e-0c32-4882-9ac5-4c2914e0406a?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-04T05:29:12.954Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2951cd98-e984-454a-8eab-4a77edcdcd53/model-vers/model-ver/66c66d0e-0c32-4882-9ac5-4c2914e0406a?depth=0|INFO|500||Invoke
2022-06-04T05:29:12.976Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2951cd98-e984-454a-8eab-4a77edcdcd53/model-vers/model-ver/66c66d0e-0c32-4882-9ac5-4c2914e0406a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-06-04T05:29:13.748Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2951cd98-e984-454a-8eab-4a77edcdcd53/model-vers/model-ver/66c66d0e-0c32-4882-9ac5-4c2914e0406a?depth=0|INFO|500||InvokeReturn
2022-06-04T05:29:13.749Z|7632c41f-09ad-4840-861e-686e18e4db66|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/2951cd98-e984-454a-8eab-4a77edcdcd53/model-vers/model-ver/66c66d0e-0c32-4882-9ac5-4c2914e0406a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220604-05:29:12:172-62204], vertex-id=[503880], Content-Length=[0], Date=[Sat, 04 Jun 2022 05:29:12 GMT], Content-Type=[application/json]}
2022-06-04T05:29:13.752Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-04T05:29:13.752Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T05:29:13.752Z|7632c41f-09ad-4840-861e-686e18e4db66|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-04T05:29:13.757Z|7632c41f-09ad-4840-861e-686e18e4db66|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-04T05:29:13.757Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7632c41f-09ad-4840-861e-686e18e4db66 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-06-04T05:29:13.757Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T05:29:13.758Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:13.760Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:13.760Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320553757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-04T05:29:13.860Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:13.862Z||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-04T05:29:13.862Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:13.881Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:13.882Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 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-04T05:29:14.769Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:29:14.770Z|7632c41f-09ad-4840-861e-686e18e4db66|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-04T05:29:14.770Z|7632c41f-09ad-4840-861e-686e18e4db66|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:19.183Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:19.183Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-04T05:29:19.184Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f298c42-347d-46b5-8c4e-52df4bc0eb19","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"875a10ba-2b8d-4ac6-9583-798bf126bfa6","serviceDescription":"service","serviceInvariantUUID":"0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10616d31-4c7c-4204-a30b-ede59a2ccfa3","resourceInvariantUUID":"e1e0b7ef-8e0a-4582-9e5e-84af1a4d1a26","resourceCustomizationUUID":"dd5343f6-3260-45d9-80de-92cbb41faee2","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":"YjNkMzYzNjQ1MjE0ZTM2MWRkNTYyODQ2MTczYTFiYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82ceb166-a923-42c6-8828-b764f57c2442","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":"MTkyOTQzMDMzNTVlZTY1ZWJjODY4YWM5ZjEwYWIzYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c6aecab1-a7e9-459b-88dd-ce6828ffd279","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":"cb7a5a29-e264-414f-a5eb-28e2330ce2eb","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":"78bd80de-ba42-4a57-b7e8-bc493110f86f","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":"43e9f702-5c10-44b6-844a-ccdd046246a6","artifactVersion":"2","generatedFromUUID":"cb7a5a29-e264-414f-a5eb-28e2330ce2eb"},{"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":"N2NkMjM1NGQ2ZTM2YTQ5MGRhOGRmMGVjMjI2MjIzNmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d415d027-b71c-4801-a5fb-75029f1bc754","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":"ZTE0OTJjNzZhNzI3NDZjMjU2MjVlYWVjNDllODIwZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1d96565-5886-4f50-a9cd-dec414f9bad8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDRjZmY2ZTBkOWVhZDQ4YzY2ZTJmNTM2ZWQxNGIxM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"330780cd-0f56-4e43-b9a9-dcbbadb33f19","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-04T05:29:19.186Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:19.186Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:19.188Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:19.189Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:29:19.289Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:19.290Z||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-04T05:29:19.290Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:19.303Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:19.303Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:20.189Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:20.190Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:20.192Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:20.193Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:29:20.293Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:20.294Z||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-04T05:29:20.294Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:20.310Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:20.310Z||pool-140-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:21.193Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:21.194Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:21.196Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:21.196Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:29:21.297Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-04T05:29:21.298Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:21.298Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:21.311Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:21.312Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:29:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:29:22.134Z||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-04T05:29:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:22.197Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:22.198Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:22.200Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:22.200Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:29:22.300Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:22.301Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:22.301Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:22.313Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:22.314Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:22.325Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:22.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:29:22.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7632c41f-09ad-4840-861e-686e18e4db66",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320553757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-06-04T05:29:22.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:29:22.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:29:22.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:29:22.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:29:22.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:29:22.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-04T05:29:22.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:29:22.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-04T05:29:22.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-04T05:29:22.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:29:23.201Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:23.202Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:23.204Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:23.204Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-04T05:29:23.304Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:23.305Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:23.305Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:23.317Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:23.317Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:24.205Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:24.205Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:24.208Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:24.208Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:29:24.308Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:24.308Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:24.309Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:24.324Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:24.325Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:25.208Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:25.209Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:25.212Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:25.212Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:29:25.312Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:25.313Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:25.313Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:25.324Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:25.325Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:29:26.213Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-04T05:29:26.214Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:26.216Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:26.216Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:29:26.316Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:26.317Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:26.317Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:26.331Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:26.331Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:27.218Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "875a10ba-2b8d-4ac6-9583-798bf126bfa6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dd5343f6-3260-45d9-80de-92cbb41faee2",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "10616d31-4c7c-4204-a30b-ede59a2ccfa3",
      "resourceInvariantUUID": "e1e0b7ef-8e0a-4582-9e5e-84af1a4d1a26",
      "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": "MTkyOTQzMDMzNTVlZTY1ZWJjODY4YWM5ZjEwYWIzYzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c6aecab1-a7e9-459b-88dd-ce6828ffd279",
          "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": "cb7a5a29-e264-414f-a5eb-28e2330ce2eb",
          "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": "43e9f702-5c10-44b6-844a-ccdd046246a6",
            "generatedFromUUID": "cb7a5a29-e264-414f-a5eb-28e2330ce2eb"
          },
          "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": "43e9f702-5c10-44b6-844a-ccdd046246a6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZDRjZmY2ZTBkOWVhZDQ4YzY2ZTJmNTM2ZWQxNGIxM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "330780cd-0f56-4e43-b9a9-dcbbadb33f19"
    }
  ],
  "workloadContext": "Production"
}
2022-06-04T05:29:27.218Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-04T05:29:27.218Z|7632c41f-09ad-4840-861e-686e18e4db66|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 875a10ba-2b8d-4ac6-9583-798bf126bfa6 ASDC
2022-06-04T05:29:27.219Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:8f298c42-347d-46b5-8c4e-52df4bc0eb19
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:875a10ba-2b8d-4ac6-9583-798bf126bfa6
ServiceInvariantUUID:0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe
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:330780cd-0f56-4e43-b9a9-dcbbadb33f19
ArtifactChecksum:ZDRjZmY2ZTBkOWVhZDQ4YzY2ZTJmNTM2ZWQxNGIxM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dd5343f6-3260-45d9-80de-92cbb41faee2
ResourceInvariantUUID:e1e0b7ef-8e0a-4582-9e5e-84af1a4d1a26
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:10616d31-4c7c-4204-a30b-ede59a2ccfa3
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:c6aecab1-a7e9-459b-88dd-ce6828ffd279
ArtifactChecksum:MTkyOTQzMDMzNTVlZTY1ZWJjODY4YWM5ZjEwYWIzYzk=
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:cb7a5a29-e264-414f-a5eb-28e2330ce2eb
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:43e9f702-5c10-44b6-844a-ccdd046246a6
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:43e9f702-5c10-44b6-844a-ccdd046246a6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-04T05:29:27.219Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 875a10ba-2b8d-4ac6-9583-798bf126bfa6 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-04T05:29:27.262Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:29:27.263Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:29:27.263Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:29:27.263Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 330780cd-0f56-4e43-b9a9-dcbbadb33f19 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-04T05:29:27.263Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:29:27.264Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-04T05:29:27.864Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:29:27.877Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 330780cd-0f56-4e43-b9a9-dcbbadb33f19 78816
2022-06-04T05:29:27.877Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-04T05:29:27.878Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-04T05:29:27.878Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:29:27.879Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:27.882Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:27.882Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320567877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:29:27.982Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:27.983Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:27.983Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:27.997Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:27.998Z||pool-147-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:29:28.883Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-04T05:29:28.884Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-06-04T05:29:28.884Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 330780cd-0f56-4e43-b9a9-dcbbadb33f19, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:28.884Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-04T05:29:28.885Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:28.885Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:28.990Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9314775755384638503/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-04T05:29:30.128Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-04T05:29:30.129Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:29:30.129Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.129Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-04T05:29:30.129Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.129Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-04T05:29:30.130Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-06-04T05:29:30.131Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.131Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:30.131Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:30.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:29:30.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:29:30.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:30.133Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:30.133Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-06-04T05:29:30.133Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-04T05:29:30.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:30.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-04T05:29:30.135Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-04T05:29:30.135Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-04T05:29:30.135Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-04T05:29:30.135Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-04T05:29:30.135Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-04T05:29:30.136Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.136Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T05:29:30.136Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.136Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:30.136Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:29:30.137Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.137Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:30.137Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:29:30.137Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.137Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:30.138Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:29:30.138Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.138Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-04T05:29:30.138Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-04T05:29:30.139Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-04T05:29:30.139Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e67dcf66-2dd4-4b78-9731-67d62f927617
2022-06-04T05:29:30.139Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.139Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:30.139Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.140Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:30.140Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.140Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:30.140Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:30.140Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:30.141Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:875a10ba-2b8d-4ac6-9583-798bf126bfa6
Model Version:NULL
Model InvariantUuid:0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5d8550c2-b575-44e8-9d87-5ca1467aa226
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1e0b7ef-8e0a-4582-9e5e-84af1a4d1a26
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dd5343f6-3260-45d9-80de-92cbb41faee2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:074599bb-b39a-4948-b487-35ad7cda51a5
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:4d6e06ef-633e-4c0d-b8ef-c4bd36634d73
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e67dcf66-2dd4-4b78-9731-67d62f927617
ModelInvariantUuid:fca9c221-1080-4a14-a8f1-db66b0f8631d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:7324258d-a9d4-4ade-8b37-70916afa6364
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:3a6d95dc-ba41-4508-beaf-29be42062db3
ModelInvariantUuid:ab59cea7-f117-4126-825e-18c40ebfd254
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:50c0f3ad-59fb-4704-bd14-c515417dab79
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-04T05:29:30.151Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 10616d31-4c7c-4204-a30b-ede59a2ccfa3
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-04T05:29:30.153Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-06-04T05:29:30.153Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10616d31-4c7c-4204-a30b-ede59a2ccfa3
2022-06-04T05:29:30.153Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6aecab1-a7e9-459b-88dd-ce6828ffd279 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-04T05:29:30.153Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:29:30.154Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-04T05:29:30.666Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:29:30.667Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c6aecab1-a7e9-459b-88dd-ce6828ffd279 792
2022-06-04T05:29:30.667Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-04T05:29:30.668Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-04T05:29:30.668Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:29:30.668Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:30.670Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:30.671Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320570667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:29:30.771Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:30.772Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:30.772Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:30.801Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:30.802Z||pool-148-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:31.671Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "074599bb-b39a-4948-b487-35ad7cda51a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d6e06ef-633e-4c0d-b8ef-c4bd36634d73",
    "vfModuleModelCustomizationUUID": "a89aa2b3-a12a-4c8d-a9a6-2791395883e2",
    "isBase": true,
    "artifacts": [
      "cb7a5a29-e264-414f-a5eb-28e2330ce2eb",
      "43e9f702-5c10-44b6-844a-ccdd046246a6"
    ],
    "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-04T05:29:31.684Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d6e06ef-633e-4c0d-b8ef-c4bd36634d73
VfModuleModelInvariantUUID:074599bb-b39a-4948-b487-35ad7cda51a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb7a5a29-e264-414f-a5eb-28e2330ce2eb
,
43e9f702-5c10-44b6-844a-ccdd046246a6

}
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-04T05:29:31.688Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "074599bb-b39a-4948-b487-35ad7cda51a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4d6e06ef-633e-4c0d-b8ef-c4bd36634d73",
    "vfModuleModelCustomizationUUID": "a89aa2b3-a12a-4c8d-a9a6-2791395883e2",
    "isBase": true,
    "artifacts": [
      "cb7a5a29-e264-414f-a5eb-28e2330ce2eb",
      "43e9f702-5c10-44b6-844a-ccdd046246a6"
    ],
    "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-04T05:29:31.688Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4d6e06ef-633e-4c0d-b8ef-c4bd36634d73
VfModuleModelInvariantUUID:074599bb-b39a-4948-b487-35ad7cda51a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb7a5a29-e264-414f-a5eb-28e2330ce2eb
,
43e9f702-5c10-44b6-844a-ccdd046246a6

}
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-04T05:29:31.689Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cb7a5a29-e264-414f-a5eb-28e2330ce2eb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-04T05:29:31.689Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:29:31.689Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-04T05:29:32.169Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:29:32.170Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cb7a5a29-e264-414f-a5eb-28e2330ce2eb 5033
2022-06-04T05:29:32.170Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-04T05:29:32.170Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-04T05:29:32.170Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:29:32.171Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:32.173Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:32.173Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320572170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:29:32.273Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:32.274Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:32.274Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:32.288Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:32.289Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:33.174Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 43e9f702-5c10-44b6-844a-ccdd046246a6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-04T05:29:33.175Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-06-04T05:29:33.175Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-04T05:29:33.653Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-06-04T05:29:33.654Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 43e9f702-5c10-44b6-844a-ccdd046246a6 903
2022-06-04T05:29:33.654Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-04T05:29:33.654Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-04T05:29:33.654Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-04T05:29:33.655Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:33.657Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:33.658Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320573654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:29:33.757Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-04T05:29:33.758Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:33.758Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:33.770Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:33.771Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:34.658Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 875a10ba-2b8d-4ac6-9583-798bf126bfa6
2022-06-04T05:29:34.659Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 10616d31-4c7c-4204-a30b-ede59a2ccfa3 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-04T05:29:34.669Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f985b8c, org.onap.sdc.toscaparser.api.parameters.Input@eb94fb6, org.onap.sdc.toscaparser.api.parameters.Input@7fb27ee2, org.onap.sdc.toscaparser.api.parameters.Input@34430019, org.onap.sdc.toscaparser.api.parameters.Input@59ea7926]
2022-06-04T05:29:34.671Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.671Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.672Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-06-04T05:29:34.672Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= dd5343f6-3260-45d9-80de-92cbb41faee2
2022-06-04T05:29:34.672Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dd5343f6-3260-45d9-80de-92cbb41faee2 matches Tosca VF Customization UUID: dd5343f6-3260-45d9-80de-92cbb41faee2
2022-06-04T05:29:34.672Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: dd5343f6-3260-45d9-80de-92cbb41faee2  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-04T05:29:34.674Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.674Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.675Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id dd5343f6-3260-45d9-80de-92cbb41faee2: {\"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-04T05:29:34.675Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d2ce49a
2022-06-04T05:29:34.675Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.675Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-04T05:29:34.675Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a89aa2b3-a12a-4c8d-a9a6-2791395883e2
2022-06-04T05:29:34.675Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a89aa2b3-a12a-4c8d-a9a6-2791395883e2
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-04T05:29:34.677Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.677Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:34.677Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:29:34.677Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.677Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:34.677Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:29:34.678Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.678Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-04T05:29:34.678Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-04T05:29:34.678Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-04T05:29:34.678Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e67dcf66-2dd4-4b78-9731-67d62f927617
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-04T05:29:34.680Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.680Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:34.680Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-04T05:29:34.680Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.680Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-04T05:29:34.680Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dd5343f6-3260-45d9-80de-92cbb41faee2
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-04T05:29:34.681Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.682Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.682Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 875a10ba-2b8d-4ac6-9583-798bf126bfa6: basic_vm_macro
2022-06-04T05:29:34.682Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.682Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.682Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.682Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-04T05:29:34.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-04T05:29:34.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||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-04T05:29:34.730Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 10616d31-4c7c-4204-a30b-ede59a2ccfa3 1 ASDC deployResourceStructure
2022-06-04T05:29:34.731Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-04T05:29:34.731Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-04T05:29:34.731Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:29:34.731Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:34.733Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:34.735Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320574731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:29:34.834Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-04T05:29:34.834Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:34.834Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:34.869Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:34.870Z||pool-151-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:29:35.737Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-04T05:29:35.737Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-04T05:29:35.737Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:29:35.738Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:35.739Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:35.740Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320575737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:29:35.840Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:35.841Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:35.841Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:35.855Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:35.856Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:29:36.741Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-04T05:29:36.741Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-04T05:29:36.741Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:29:36.741Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:36.750Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:36.753Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320576740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-04T05:29:36.843Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-06-04T05:29:36.845Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:36.845Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:36.858Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:36.858Z||pool-153-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-04T05:29:37.756Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-04T05:29:37.757Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-04T05:29:37.757Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-04T05:29:37.757Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:29:37.759Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:29:37.759Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320577756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:29:37.859Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:29:37.860Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:29:37.860Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:29:37.875Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:29:37.875Z||pool-154-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-04T05:29:38.760Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f298c42-347d-46b5-8c4e-52df4bc0eb19
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04T05:29:38.766Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f298c42-347d-46b5-8c4e-52df4bc0eb19
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04T05:29:38.768Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-04T05:29:38.768Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:29:38.769Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-04T05:29:38.770Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:29:38.772Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-04T05:30:08.772Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f298c42-347d-46b5-8c4e-52df4bc0eb19 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-04T05:30:08.778Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f298c42-347d-46b5-8c4e-52df4bc0eb19 and serviceModelVersionId: 875a10ba-2b8d-4ac6-9583-798bf126bfa6
2022-06-04T05:30:08.778Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe
2022-06-04T05:30:08.779Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe/model-vers/model-ver/875a10ba-2b8d-4ac6-9583-798bf126bfa6?depth=0
2022-06-04T05:30:08.783Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-06-04T05:30:08.826Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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/0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe/model-vers/model-ver/875a10ba-2b8d-4ac6-9583-798bf126bfa6?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-04T05:30:08.827Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe/model-vers/model-ver/875a10ba-2b8d-4ac6-9583-798bf126bfa6?depth=0|INFO|500||Invoke
2022-06-04T05:30:08.849Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe/model-vers/model-ver/875a10ba-2b8d-4ac6-9583-798bf126bfa6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-04T05:30:09.359Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe/model-vers/model-ver/875a10ba-2b8d-4ac6-9583-798bf126bfa6?depth=0|INFO|500||InvokeReturn
2022-06-04T05:30:09.360Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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/0f0da0c9-4698-4ea1-a7ee-fe7b44ac10fe/model-vers/model-ver/875a10ba-2b8d-4ac6-9583-798bf126bfa6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220604-05:30:08:050-177], vertex-id=[532552], Content-Length=[0], Date=[Sat, 04 Jun 2022 05:30:08 GMT], Content-Type=[application/json]}
2022-06-04T05:30:09.361Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-06-04T05:30:09.361Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-04T05:30:09.361Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:30:09.365Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:30:09.365Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f298c42-347d-46b5-8c4e-52df4bc0eb19 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-04T05:30:09.366Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-04T05:30:09.366Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-06-04T05:30:09.369Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-04T05:30:09.369Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320609366,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:30:09.469Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-04T05:30:09.470Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-04T05:30:09.470Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pDsNP3Xed5zwCIil) ...
2022-06-04T05:30:09.486Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:30:09.487Z||pool-155-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-04T05:30:10.382Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:30:10.383Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:30:10.383Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:30:19.928Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:30:19.929Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:30:19.930Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:30:19.930Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:30:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:30:22.134Z||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-04T05:30:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:30:22.158Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:30:22.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-04T05:30:22.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:30:22.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:30:29.492Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:30:29.494Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:30:29.495Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:30:29.495Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:30:39.082Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:31:22.131Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:31:22.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:31:22.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:31:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:31:22.134Z||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-04T05:31:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:31:22.658Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:31:22.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-04T05:31:22.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:31:22.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:31:22.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:31:22.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-04T05:31:22.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:31:22.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320554769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-04T05:31:22.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-04T05:31:22.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320567877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:31:22.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320570667,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320572170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320573654,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320574731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-04T05:31:22.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320575737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-04T05:31:22.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320576740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-04T05:31:22.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320577756,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-04T05:31:22.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-04T05:31:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f298c42-347d-46b5-8c4e-52df4bc0eb19",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654320609366,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-04T05:31:22.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-04T05:31:31.683Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:32:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:32:22.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:32:22.135Z||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-04T05:32:22.135Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:32:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:32:22.135Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:32:31.685Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:32:31.701Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:33:22.131Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:33:22.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:33:22.132Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:33:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:33:22.133Z||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-04T05:33:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:33:31.690Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:33:31.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:34:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:34:22.132Z||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-04T05:34:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:34:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:34:22.133Z||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-04T05:34:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:34:31.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:34:31.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:35:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:35:22.132Z||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-04T05:35:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:35:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:35:22.134Z||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-04T05:35:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:35:31.691Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:35:31.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:36:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:36:22.132Z||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-04T05:36:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:36:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:36:22.134Z||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-04T05:36:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:36:31.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:36:31.692Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:37:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:37:22.132Z||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-04T05:37:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:37:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:37:22.133Z||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-04T05:37:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:37:31.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:37:31.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:38:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:38:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:38:22.134Z||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-04T05:38:22.134Z||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-04T05:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:38:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:38:31.691Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:38:31.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:39:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:39:22.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:39:22.134Z||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-04T05:39:22.134Z||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-04T05:39:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:39:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:39:31.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:39:31.685Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:40:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:40:22.132Z||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-04T05:40:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:40:22.133Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:40:22.133Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:40:22.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:40:31.679Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:40:31.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:41:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:41:22.132Z||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-04T05:41:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:41:22.133Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:41:22.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:41:22.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:41:31.692Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:41:31.696Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:42:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:42:22.133Z||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-04T05:42:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:42:22.133Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:42:22.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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-04T05:42:22.134Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:42:31.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:42:31.679Z|8f298c42-347d-46b5-8c4e-52df4bc0eb19|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:43:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:43:22.133Z||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-04T05:43:22.133Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:43:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:43:22.133Z||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-04T05:43:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:43:31.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:43:31.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:44:22.132Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:44:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:44:22.134Z||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-04T05:44:22.134Z||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-04T05:44:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:44:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:44:31.700Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:44:31.700Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:45:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:45:22.132Z||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-04T05:45:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:45:22.133Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:45:22.134Z||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-04T05:45:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:45:31.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:45:31.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:46:22.133Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:46:22.133Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:46:22.134Z||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-04T05:46:22.134Z||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-04T05:46:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:46:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:46:31.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:46:31.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:47:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:47:22.132Z||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-04T05:47:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:47:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:47:22.133Z||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-04T05:47:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:47:31.693Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:47:31.695Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:48:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:48:22.132Z||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-04T05:48:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:48:22.133Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:48:22.134Z||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-04T05:48:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:48:31.682Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:48:31.684Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:49:22.131Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:49:22.132Z||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-04T05:49:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:49:22.133Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:49:22.133Z||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-04T05:49:22.134Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:49:31.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:49:31.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:50:22.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:50:22.132Z||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-04T05:50:22.132Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:50:22.134Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:50:22.135Z||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-04T05:50:22.135Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:50:31.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:50:31.687Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:51:22.131Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:51:22.132Z||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-04T05:51:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:51:22.133Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-04T05:51:22.133Z||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-04T05:51:22.133Z||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 pDsNP3Xed5zwCIil) ...
2022-06-04T05:51:31.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-04T05:51:31.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK