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-03-08T10:56:00.194Z||main|||||INFO|500||The following profiles are active: basic
2022-03-08T10:56:14.133Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-08T10:56:14.134Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-08T10:56:14.309Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-08T10:56:20.707Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-08T10:56:21.385Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-08T10:56:21.979Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-08T10:56:22.000Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-08T10:56:22.125Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-08T10:56:22.376Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-08T10:56:23.029Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-08T10:56:24.691Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-08T10:56:27.287Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-08T10:56:27.372Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-08T10:56:28.121Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-08T10:56:28.453Z||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-03-08T10:56:30.012Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-08T10:56:31.227Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-08T10:56:31.253Z||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$$7b5c92.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-03-08T10:56:31.256Z||main|||||WARN|500||The sdc end point is not alive
2022-03-08T10:56:34.799Z||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-03-08T10:56:38.100Z||main|||||WARN|500||---
2022-03-08T10:56:38.100Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-08T10:56:38.101Z||main|||||WARN|500||---
2022-03-08T10:56:38.563Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-08T10:56:44.321Z||main|||||INFO|500||Started Application in 48.023 seconds (JVM running for 50.655)
2022-03-08T10:56:44.339Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T10:56:44.343Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T10:56:44.356Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T10:56:44.385Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T10:56:44.428Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 17874018-13af-4d95-a969-080838381d9a url= /sdc/v1/artifactTypes
2022-03-08T10:56:44.429Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T10:56:45.531Z||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.47.167] 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$$6b447bc2.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-03-08T10:56:45.535Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@489a5066
2022-03-08T10:56:45.535Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T10:56:45.552Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T10:56:45.554Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T10:56:45.557Z||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$$6b447bc2.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-03-08T10:57:34.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T10:57:34.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T10:57:34.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T10:57:34.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T10:57:34.324Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e546c5b2-5455-45d1-850e-93fb918e6ee7 url= /sdc/v1/artifactTypes
2022-03-08T10:57:34.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T10:57:35.354Z||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.47.167] 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$$6b447bc2.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-03-08T10:57:35.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b67d49e
2022-03-08T10:57:35.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T10:57:35.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T10:57:35.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T10:57:35.357Z||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$$6b447bc2.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-03-08T10:58:24.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T10:58:24.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T10:58:24.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T10:58:24.320Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T10:58:24.328Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f3693540-9c60-4afb-9dc5-82a006dbab79 url= /sdc/v1/artifactTypes
2022-03-08T10:58:24.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T10:58:25.370Z||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.47.167] 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$$6b447bc2.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-03-08T10:58:25.371Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@69480999
2022-03-08T10:58:25.371Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T10:58:25.371Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T10:58:25.372Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T10:58:25.372Z||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$$6b447bc2.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-03-08T10:59:14.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T10:59:14.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T10:59:14.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T10:59:14.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T10:59:14.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ff83838c-aa42-420e-a7bf-8ba7a6d9d524 url= /sdc/v1/artifactTypes
2022-03-08T10:59:14.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T10:59:15.355Z||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.47.167] 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$$6b447bc2.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-03-08T10:59:15.357Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@19ede6ce
2022-03-08T10:59:15.358Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T10:59:15.358Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T10:59:15.358Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T10:59:15.360Z||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$$6b447bc2.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-03-08T11:00:04.318Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:00:04.321Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:00:04.322Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:00:04.326Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:00:04.329Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cdceb39-63a0-4134-b4d8-918c23f7f398 url= /sdc/v1/artifactTypes
2022-03-08T11:00:04.330Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:00:05.370Z||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.47.167] 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$$6b447bc2.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-03-08T11:00:05.371Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22bed11c
2022-03-08T11:00:05.371Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:00:05.372Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:00:05.372Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:00:05.373Z||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$$6b447bc2.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-03-08T11:00:54.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:00:54.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:00:54.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:00:54.318Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:00:54.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 48fc5b84-4435-47a5-8370-b8a6cbf5da2d url= /sdc/v1/artifactTypes
2022-03-08T11:00:54.325Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:00:55.358Z||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.47.167] 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$$6b447bc2.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-03-08T11:00:55.359Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c28e024
2022-03-08T11:00:55.359Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:00:55.360Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:00:55.360Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:00:55.361Z||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$$6b447bc2.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-03-08T11:01:44.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:01:44.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:01:44.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:01:44.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:01:44.326Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87408343-d9d9-40c1-bcda-2ace94973cbf url= /sdc/v1/artifactTypes
2022-03-08T11:01:44.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:01:45.370Z||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.47.167] 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$$6b447bc2.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-03-08T11:01:45.371Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d1f2bac
2022-03-08T11:01:45.372Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:01:45.372Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:01:45.372Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:01:45.373Z||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$$6b447bc2.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-03-08T11:02:34.314Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:02:34.317Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:02:34.318Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:02:34.324Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:02:34.333Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4781862b-bdf7-4a4a-8352-ea4226f0e405 url= /sdc/v1/artifactTypes
2022-03-08T11:02:34.334Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:02:35.355Z||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.47.167] 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$$6b447bc2.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-03-08T11:02:35.356Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@45c4091d
2022-03-08T11:02:35.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:02:35.357Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:02:35.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:02:35.358Z||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$$6b447bc2.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-03-08T11:03:24.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:03:24.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:03:24.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:03:24.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:03:24.324Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 85565521-55ff-4b74-b557-f97e5a976a73 url= /sdc/v1/artifactTypes
2022-03-08T11:03:24.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:03:25.374Z||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.47.167] 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$$6b447bc2.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-03-08T11:03:25.376Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@56013d07
2022-03-08T11:03:25.376Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:03:25.377Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:03:25.377Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:03:25.378Z||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$$6b447bc2.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-03-08T11:04:14.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:04:14.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:04:14.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:04:14.318Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:04:14.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6b280ba6-6289-4857-8c67-82b1d0bda4f7 url= /sdc/v1/artifactTypes
2022-03-08T11:04:14.325Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:04:15.358Z||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.47.167] 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$$6b447bc2.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-03-08T11:04:15.359Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1d99a773
2022-03-08T11:04:15.359Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:04:15.359Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:04:15.360Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:04:15.360Z||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$$6b447bc2.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-03-08T11:05:04.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:05:04.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:05:04.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:05:04.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:05:04.320Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0d88f9d-ddfa-4bef-a5e9-742eff57979e url= /sdc/v1/artifactTypes
2022-03-08T11:05:04.321Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:05:05.338Z||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.47.167] 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$$6b447bc2.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-03-08T11:05:05.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a533093
2022-03-08T11:05:05.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:05:05.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:05:05.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:05:05.340Z||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$$6b447bc2.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-03-08T11:05:54.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:05:54.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:05:54.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:05:54.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:05:54.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1a6a4002-9ce4-4d6f-9abf-7c28867cb586 url= /sdc/v1/artifactTypes
2022-03-08T11:05:54.325Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:05:55.354Z||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.47.167] 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$$6b447bc2.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-03-08T11:05:55.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@42ff4829
2022-03-08T11:05:55.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:05:55.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:05:55.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:05:55.356Z||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$$6b447bc2.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-03-08T11:06:42.612Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-08T11:06:44.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:06:44.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:06:44.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:06:44.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:06:44.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9a7d59fc-15e1-42a7-b474-dc95fe41c2a8 url= /sdc/v1/artifactTypes
2022-03-08T11:06:44.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:06:45.338Z||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.47.167] 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$$6b447bc2.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-03-08T11:06:45.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@12c7a3
2022-03-08T11:06:45.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:06:45.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:06:45.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:06:45.340Z||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$$6b447bc2.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-03-08T11:07:34.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:07:34.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:07:34.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:07:34.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:07:34.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c1ed1773-3d4b-4653-9a9b-eecbb54aa4f4 url= /sdc/v1/artifactTypes
2022-03-08T11:07:34.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:07:35.354Z||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.47.167] 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$$6b447bc2.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-03-08T11:07:35.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@171af07e
2022-03-08T11:07:35.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:07:35.355Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:07:35.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:07:35.357Z||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$$6b447bc2.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-03-08T11:08:24.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:08:24.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:08:24.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:08:24.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:08:24.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22b588f4-d4a0-4082-9f18-dab6979bd35b url= /sdc/v1/artifactTypes
2022-03-08T11:08:24.322Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:08:25.338Z||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.47.167] 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$$6b447bc2.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-03-08T11:08:25.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66074849
2022-03-08T11:08:25.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:08:25.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:08:25.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:08:25.340Z||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$$6b447bc2.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-03-08T11:09:14.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:09:14.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:09:14.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:09:14.318Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:09:14.324Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 061c264b-8cf3-4eea-a340-b702c858b907 url= /sdc/v1/artifactTypes
2022-03-08T11:09:14.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:09:15.358Z||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.47.167] 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$$6b447bc2.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-03-08T11:09:15.359Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5fee51d9
2022-03-08T11:09:15.359Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:09:15.360Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:09:15.360Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:09:15.361Z||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$$6b447bc2.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-03-08T11:10:04.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:10:04.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:10:04.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:10:04.319Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:10:04.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bcf7acfc-fe95-451b-8f7a-3c099fd870a4 url= /sdc/v1/artifactTypes
2022-03-08T11:10:04.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:10:05.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:10:05.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@188aaf61
2022-03-08T11:10:05.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:10:05.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:10:05.341Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:10:05.342Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:10:54.314Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:10:54.316Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:10:54.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:10:54.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:10:54.334Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3b4b389a-2a88-4942-afa9-fe8ee5054de1 url= /sdc/v1/artifactTypes
2022-03-08T11:10:54.334Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:10:55.361Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:10:55.363Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73b3814b
2022-03-08T11:10:55.363Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:10:55.364Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:10:55.365Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:10:55.366Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:11:44.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:11:44.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:11:44.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:11:44.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:11:44.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3d2563b-7db1-441f-b872-cded398c496e url= /sdc/v1/artifactTypes
2022-03-08T11:11:44.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:11:45.371Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:11:45.372Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@305beed
2022-03-08T11:11:45.372Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:11:45.372Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:11:45.373Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:11:45.373Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:12:34.315Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:12:34.316Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:12:34.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:12:34.322Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:12:34.330Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5f95d41d-3bcc-434d-bd49-2b4e31a50748 url= /sdc/v1/artifactTypes
2022-03-08T11:12:34.331Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:12:35.354Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:12:35.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5e28f737
2022-03-08T11:12:35.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:12:35.355Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:12:35.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:12:35.356Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:13:24.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:13:24.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:13:24.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:13:24.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:13:24.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9ca7c3e6-8f12-4570-8cb1-a2c3a73e54e8 url= /sdc/v1/artifactTypes
2022-03-08T11:13:24.326Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:13:25.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:13:25.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@25f37dd6
2022-03-08T11:13:25.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:13:25.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:13:25.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:13:25.340Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:14:14.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:14:14.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:14:14.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:14:14.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:14:14.321Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d1f7f6c-92cd-493c-97d6-6183d057924b url= /sdc/v1/artifactTypes
2022-03-08T11:14:14.321Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:14:15.354Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:14:15.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@655677d7
2022-03-08T11:14:15.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:14:15.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:14:15.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:14:15.356Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:15:04.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:15:04.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:15:04.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:15:04.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:15:04.319Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5eda8153-8087-421c-8498-0f02394d8584 url= /sdc/v1/artifactTypes
2022-03-08T11:15:04.320Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:15:05.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:15:05.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2aeff39c
2022-03-08T11:15:05.340Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:15:05.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:15:05.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:15:05.341Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:15:54.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:15:54.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:15:54.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:15:54.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:15:54.321Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= de04c1ed-ee6d-4142-84b4-daa7097056be url= /sdc/v1/artifactTypes
2022-03-08T11:15:54.321Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:15:55.354Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:15:55.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2b5f2286
2022-03-08T11:15:55.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:15:55.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:15:55.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:15:55.357Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:16:44.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:16:44.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:16:44.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:16:44.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:16:44.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e53fa033-a621-4c55-9af4-849275c589af url= /sdc/v1/artifactTypes
2022-03-08T11:16:44.322Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:16:45.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:16:45.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ee74366
2022-03-08T11:16:45.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:16:45.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:16:45.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:16:45.340Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:17:34.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:17:34.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:17:34.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:17:34.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:17:34.341Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= bbc64b7a-7bf2-4728-b648-5fbc897ce111 url= /sdc/v1/artifactTypes
2022-03-08T11:17:34.342Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:17:35.391Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:17:35.392Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@d9c4c1a
2022-03-08T11:17:35.393Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:17:35.393Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:17:35.393Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:17:35.394Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:18:24.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:18:24.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:18:24.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:18:24.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:18:24.321Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1dab0c83-b0bb-4af9-97ce-acbc4c0ef1d1 url= /sdc/v1/artifactTypes
2022-03-08T11:18:24.321Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:18:25.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:18:25.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3d51ae5e
2022-03-08T11:18:25.338Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:18:25.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:18:25.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:18:25.340Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:19:14.314Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:19:14.316Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:19:14.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:19:14.320Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:19:14.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8a1df78-2074-4ba1-a707-a84f298e5cc4 url= /sdc/v1/artifactTypes
2022-03-08T11:19:14.328Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:19:15.354Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:19:15.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1a9d0553
2022-03-08T11:19:15.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:19:15.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:19:15.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:19:15.357Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:20:04.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:20:04.315Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:20:04.316Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:20:04.320Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:20:04.324Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78934aa1-261f-48e5-aab6-143c80a373fa url= /sdc/v1/artifactTypes
2022-03-08T11:20:04.325Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:20:05.339Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:20:05.341Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f6e80b7
2022-03-08T11:20:05.342Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:20:05.342Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:20:05.343Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:20:05.344Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:20:54.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:20:54.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:20:54.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:20:54.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:20:54.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9fd8fbfc-9a95-4d89-9edf-4847572af31e url= /sdc/v1/artifactTypes
2022-03-08T11:20:54.326Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:20:55.363Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:20:55.365Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3bde232b
2022-03-08T11:20:55.365Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:20:55.366Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:20:55.367Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:20:55.368Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:21:44.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:21:44.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:21:44.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:21:44.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:21:44.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 87fd2746-8caf-4502-b9f2-9f99dec1459e url= /sdc/v1/artifactTypes
2022-03-08T11:21:44.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:21:45.371Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:21:45.373Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6074a3b5
2022-03-08T11:21:45.374Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:21:45.374Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:21:45.375Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:21:45.376Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:22:34.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:22:34.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:22:34.315Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:22:34.318Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:22:34.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c23036de-bf81-47e1-b843-39a8c8eded64 url= /sdc/v1/artifactTypes
2022-03-08T11:22:34.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:22:35.355Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:22:35.356Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@77c3e0e9
2022-03-08T11:22:35.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:22:35.357Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:22:35.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:22:35.358Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:23:24.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:23:24.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:23:24.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:23:24.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:23:24.323Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fb8ff482-aac2-4168-b4eb-9e5b14988fb6 url= /sdc/v1/artifactTypes
2022-03-08T11:23:24.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:23:25.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:23:25.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@29107cdf
2022-03-08T11:23:25.340Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:23:25.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:23:25.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:23:25.341Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:24:14.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:24:14.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:24:14.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:24:14.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:24:14.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3ff0a33b-d0a5-432c-a25e-26ff29d5f081 url= /sdc/v1/artifactTypes
2022-03-08T11:24:14.322Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:24:15.354Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:24:15.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@169a5318
2022-03-08T11:24:15.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:24:15.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:24:15.357Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:24:15.357Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:25:04.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:25:04.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:25:04.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:25:04.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:25:04.319Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9aa5375b-08da-4f6b-b0d0-240e85cfd149 url= /sdc/v1/artifactTypes
2022-03-08T11:25:04.319Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:25:05.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:25:05.338Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d5f5a58
2022-03-08T11:25:05.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:25:05.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:25:05.339Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:25:05.339Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:25:54.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:25:54.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:25:54.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:25:54.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:25:54.333Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 785c6ead-6e55-4efb-b604-5616b956124e url= /sdc/v1/artifactTypes
2022-03-08T11:25:54.333Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:25:55.356Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:25:55.357Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4f947a42
2022-03-08T11:25:55.357Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:25:55.357Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:25:55.358Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:25:55.358Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:26:44.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:26:44.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:26:44.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:26:44.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:26:44.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= cb1c061b-4953-4055-984d-a84055a9ae6c url= /sdc/v1/artifactTypes
2022-03-08T11:26:44.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:26:45.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:26:45.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@820890b
2022-03-08T11:26:45.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:26:45.339Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:26:45.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:26:45.340Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:27:34.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:27:34.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:27:34.315Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:27:34.319Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:27:34.327Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5afb7eb9-7e33-413c-9b31-c083d01860f2 url= /sdc/v1/artifactTypes
2022-03-08T11:27:34.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:27:35.355Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:27:35.356Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7d1b3f5d
2022-03-08T11:27:35.357Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:27:35.358Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:27:35.358Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:27:35.359Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:28:24.313Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:28:24.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:28:24.317Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:28:24.319Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:28:24.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8670eaf8-f634-40d5-abe9-24f88adfacb7 url= /sdc/v1/artifactTypes
2022-03-08T11:28:24.326Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:28:25.344Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:28:25.345Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@11ab2138
2022-03-08T11:28:25.346Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:28:25.347Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:28:25.347Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:28:25.348Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:29:14.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:29:14.314Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:29:14.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:29:14.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:29:14.321Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d0bdad71-ee97-428e-a2d0-cd939385178d url= /sdc/v1/artifactTypes
2022-03-08T11:29:14.322Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:29:15.354Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:29:15.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f87c7df
2022-03-08T11:29:15.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:29:15.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:29:15.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:29:15.356Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:30:04.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:30:04.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:30:04.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:30:04.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:30:04.320Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dbec4fd9-65b5-4dcd-95b2-5481f4cd2f88 url= /sdc/v1/artifactTypes
2022-03-08T11:30:04.320Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:30:05.338Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:30:05.339Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2bbd5a1e
2022-03-08T11:30:05.339Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:30:05.340Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:30:05.340Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:30:05.341Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:30:54.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:30:54.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:30:54.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:30:54.317Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:30:54.325Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5d2c0896-a101-4aad-afda-e56500e120db url= /sdc/v1/artifactTypes
2022-03-08T11:30:54.327Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:30:55.356Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:30:55.357Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1b72ebf0
2022-03-08T11:30:55.358Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:30:55.359Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:30:55.359Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:30:55.360Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:31:44.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:31:44.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:31:44.314Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:31:44.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:31:44.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c1c7158-e8bc-4dff-bdf1-5986e58316fd url= /sdc/v1/artifactTypes
2022-03-08T11:31:44.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:31:45.343Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:31:45.344Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d9c82f8
2022-03-08T11:31:45.344Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:31:45.345Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:31:45.345Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:31:45.346Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:32:34.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:32:34.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:32:34.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:32:34.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:32:34.324Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7758bc24-3781-47c3-b4f1-bede12cc6ab3 url= /sdc/v1/artifactTypes
2022-03-08T11:32:34.324Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:32:35.354Z||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.47.167] 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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 48 common frames omitted
2022-03-08T11:32:35.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@10b1e557
2022-03-08T11:32:35.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-03-08T11:32:35.356Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-03-08T11:32:35.356Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-03-08T11:32:35.357Z||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$$6b447bc2.periodicControllerTask()
	at jdk.internal.reflect.GeneratedMethodAccessor144.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)
	... 31 common frames omitted
2022-03-08T11:33:24.312Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-08T11:33:24.313Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-08T11:33:24.313Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-08T11:33:24.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-08T11:33:24.322Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 65ddeae2-1770-4ff6-a042-168efce5d83a url= /sdc/v1/artifactTypes
2022-03-08T11:33:24.323Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-08T11:33:24.594Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-08T11:33:24.606Z||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-03-08T11:33:24.633Z||scheduling-1|||||DEBUG|500||create keys
2022-03-08T11:33:24.641Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-08T11:33:24.693Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:33:24.714Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 362471ad-1c08-44ee-a411-74cc856e2c6d url= /sdc/v1/registerForDistribution
2022-03-08T11:33:24.993Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 362471ad-1c08-44ee-a411-74cc856e2c6d url= /sdc/v1/registerForDistribution
2022-03-08T11:33:24.993Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-08T11:33:25.004Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:33:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:33:25.014Z||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-03-08T11:33:25.014Z||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-03-08T11:33:25.014Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:33:25.014Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:33:25.018Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-08T11:33:35.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:33:35.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:34:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:34:25.003Z||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-03-08T11:34:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:34:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:34:25.007Z||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-03-08T11:34:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:34:34.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:34:34.563Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:35:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:35:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:35:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:35:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:35:25.007Z||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-03-08T11:35:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:35:34.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:35:34.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:36:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:36:25.003Z||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-03-08T11:36:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:36:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:36:25.007Z||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-03-08T11:36:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:36:34.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:36:34.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:37:25.002Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:37:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:37:25.007Z||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-03-08T11:37:25.007Z||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-03-08T11:37:25.008Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:37:25.008Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:37:34.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:37:34.557Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:38:25.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:38:25.004Z||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-03-08T11:38:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:38:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:38:25.007Z||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-03-08T11:38:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:38:34.549Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:38:34.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:39:25.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:39:25.004Z||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-03-08T11:39:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:39:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:39:25.007Z||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-03-08T11:39:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:39:34.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:39:34.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:40:25.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:40:25.003Z||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-03-08T11:40:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:40:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:40:25.008Z||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-03-08T11:40:25.008Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:40:34.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:40:34.548Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:41:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:41:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:41:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:41:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:41:25.006Z||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-03-08T11:41:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:41:34.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:41:34.552Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:42:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:42:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:42:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:42:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:42:25.006Z||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-03-08T11:42:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:42:34.561Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:42:34.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:43:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:43:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:43:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:43:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:43:25.007Z||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-03-08T11:43:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:43:34.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:43:34.548Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:44:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:44:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:44:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:44:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:44:25.006Z||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-03-08T11:44:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:44:34.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:44:34.555Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:45:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:45:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:45:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:45:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:45:25.006Z||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-03-08T11:45:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:45:34.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:45:34.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:46:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:46:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:46:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:46:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:46:25.007Z||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-03-08T11:46:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:46:34.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:46:34.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:47:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:47:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T11:47:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T11:47:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:47:25.006Z||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-03-08T11:47:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:47:34.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:47:34.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:48:25.003Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:48:25.004Z||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-03-08T11:48:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:48:25.008Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:48:25.010Z||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-03-08T11:48:25.010Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:48:34.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:48:34.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:49:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:49:25.005Z||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-03-08T11:49:25.005Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:49:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:49:25.006Z||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-03-08T11:49:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:49:34.549Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:49:34.551Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:50:25.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:50:25.003Z||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-03-08T11:50:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:50:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:50:25.007Z||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-03-08T11:50:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:50:34.546Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:50:34.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:51:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:51:25.003Z||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-03-08T11:51:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:51:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:51:25.007Z||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-03-08T11:51:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:51:34.554Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:51:34.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:52:25.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:52:25.003Z||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-03-08T11:52:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:52:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:52:25.007Z||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-03-08T11:52:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:52:34.562Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:52:34.566Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:53:25.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:53:25.003Z||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-03-08T11:53:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:53:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:53:25.006Z||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-03-08T11:53:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:53:34.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:53:34.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:54:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:54:25.003Z||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-03-08T11:54:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:54:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:54:25.006Z||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-03-08T11:54:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:54:34.559Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:54:34.559Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:55:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:55:25.003Z||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-03-08T11:55:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:55:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:55:25.006Z||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-03-08T11:55:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:55:34.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:55:34.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:56:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:56:25.003Z||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-03-08T11:56:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:56:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:56:25.007Z||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-03-08T11:56:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:56:34.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:56:34.577Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:57:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:57:25.003Z||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-03-08T11:57:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:57:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:57:25.006Z||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-03-08T11:57:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:57:34.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:57:34.553Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:58:25.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:58:25.003Z||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-03-08T11:58:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:58:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:58:25.006Z||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-03-08T11:58:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:58:34.569Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:58:34.569Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:59:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:59:25.003Z||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-03-08T11:59:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:59:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T11:59:25.006Z||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-03-08T11:59:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T11:59:34.556Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T11:59:34.557Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:00:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:00:25.004Z||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-03-08T12:00:25.005Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:00:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:00:25.007Z||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-03-08T12:00:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:00:34.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:00:34.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:01:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:01:25.005Z||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-03-08T12:01:25.005Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:01:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:01:25.006Z||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-03-08T12:01:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:01:34.557Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:01:34.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:02:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:02:25.003Z||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-03-08T12:02:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:02:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:02:25.006Z||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-03-08T12:02:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:02:34.545Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:02:34.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:03:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:03:25.003Z||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-03-08T12:03:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:03:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:03:25.007Z||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-03-08T12:03:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:03:34.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:03:34.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:04:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:04:25.003Z||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-03-08T12:04:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:04:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:04:25.006Z||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-03-08T12:04:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:04:34.564Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:04:34.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:05:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:05:25.003Z||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-03-08T12:05:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:05:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:05:25.007Z||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-03-08T12:05:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:05:34.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:05:34.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:06:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:06:25.003Z||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-03-08T12:06:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:06:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:06:25.006Z||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-03-08T12:06:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:06:34.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:06:34.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:07:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:07:25.003Z||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-03-08T12:07:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:07:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:07:25.007Z||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-03-08T12:07:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:07:34.550Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:07:34.551Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:08:25.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:08:25.003Z||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-03-08T12:08:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:08:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:08:25.007Z||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-03-08T12:08:25.008Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:08:34.570Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:08:34.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:09:25.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:09:25.003Z||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-03-08T12:09:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:09:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:09:25.006Z||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-03-08T12:09:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:09:34.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:09:34.563Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:10:25.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:10:25.003Z||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-03-08T12:10:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:10:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:10:25.006Z||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-03-08T12:10:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:10:34.548Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:10:34.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:11:25.002Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:11:25.003Z||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-03-08T12:11:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:11:25.006Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:11:25.007Z||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-03-08T12:11:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:11:34.576Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:11:34.576Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:12:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:12:25.004Z||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-03-08T12:12:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:12:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:12:25.009Z||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-03-08T12:12:25.009Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:12:34.552Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:12:34.554Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:13:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:13:25.003Z||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-03-08T12:13:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:13:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:13:25.007Z||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-03-08T12:13:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:13:34.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:13:34.558Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:14:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:14:25.003Z||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-03-08T12:14:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:14:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:14:25.006Z||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-03-08T12:14:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:14:34.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:14:34.575Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:15:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:15:25.004Z||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-03-08T12:15:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:15:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:15:25.007Z||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-03-08T12:15:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:15:34.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:15:34.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:16:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:16:25.003Z||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-03-08T12:16:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:16:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:16:25.007Z||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-03-08T12:16:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:16:34.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:16:34.560Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:17:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:17:25.003Z||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-03-08T12:17:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:17:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:17:25.007Z||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-03-08T12:17:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:17:34.567Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:17:34.577Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:18:25.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:18:25.003Z||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-03-08T12:18:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:18:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:18:25.006Z||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-03-08T12:18:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:18:34.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:18:34.553Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:19:25.002Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:19:25.003Z||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-03-08T12:19:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:19:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:19:25.007Z||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-03-08T12:19:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:19:34.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:19:34.549Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:25.001Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:20:25.003Z||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-03-08T12:20:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:20:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:20:25.006Z||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-03-08T12:20:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:20:25.633Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:25.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d994825-69dd-46dd-9655-797898ea3884","serviceName":"basic_onboard_VWSsIJ","serviceVersion":"1.0","serviceUUID":"b9690a8a-5224-4feb-bd5c-230b7b1aed7f","serviceDescription":"service","serviceInvariantUUID":"3705d342-b9f7-464a-b184-51726eea6ee7","resources":[{"resourceInstanceName":"basic_onboard_VWSsIJ 0","resourceName":"basic_onboard_VWSsIJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"41a699b5-e242-4733-80f2-de229d97ec6c","resourceInvariantUUID":"415b8658-4518-43e1-ad72-2334b4065579","resourceCustomizationUUID":"0fd7ff69-e657-42c8-92de-67f939e38ae2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml","artifactChecksum":"ZTdlMTE1Y2ExYmU1NDNlYmM3NDQ0OTU4MTgyOWE2YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5025f9ab-6683-4c62-ae03-9b2d99c33760","artifactVersion":"1"},{"artifactName":"basic_onboard_vwssij0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json","artifactChecksum":"YmZlNzdmNGVlMmE0NTExN2Q3MTU1ODBlODUzMTM1NGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c96991c4-c566-4064-a3bb-93984dbba2e5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"36664a86-53cf-444b-9af1-03959a0c3217","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76136ca8-c895-4680-88c0-e9195c8e4ffb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27ef5349-12cb-4386-9802-54fbae1c1469","artifactVersion":"2","generatedFromUUID":"36664a86-53cf-444b-9af1-03959a0c3217"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVwssij-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml","artifactChecksum":"MzY4MDU2MWNmNGU1ZjgxZGQ2NmExZDUxNzMwMDEyNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"409142dc-320d-4620-ab59-b98a226e3ee1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVwssij-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar","artifactChecksum":"YWEzZDY4ZTBkNTBkOGVhYWVhMDQ3YzliMzAwZWJmNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f76b2bef-c071-4d4d-8930-53ad5a953f05","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:20:25.635Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:25.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741981318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.647Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:20:25.653Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:25.664Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:25.664Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741982353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741981583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646741986018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.670Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.670Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.670Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "dcae-sch",
  "timestamp": 1646741987710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741984016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.671Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.671Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.671Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646741989220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741981318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741982353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.672Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741981583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "dcae-sch",
  "timestamp": 1646741987710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646741986018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741984016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646741989220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741981318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.675Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.675Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.675Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741982353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741981583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "dcae-sch",
  "timestamp": 1646741987710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646741986018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741984016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646741989220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741981318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741982353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741981583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "dcae-sch",
  "timestamp": 1646741987710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646741986018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741984016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646741989220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741981318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741982353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741981583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "dcae-sch",
  "timestamp": 1646741987710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646741986018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741984016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646741989220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741981318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741982353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741981583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "dcae-sch",
  "timestamp": 1646741987710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646741986018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741984016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646741989220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646741995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741981318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741982353,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741981583,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "dcae-sch",
  "timestamp": 1646741987710,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646741986018,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741984016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646741989220,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646741995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646741995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741997988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:25.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:25.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646741998659,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:25.692Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:25.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646741995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646741999152,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646741999329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:25.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646741995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:25.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:25.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:25.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "cds",
  "timestamp": 1646742000349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-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-03-08T12:20:25.764Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-03-08T12:20:25.770Z||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-03-08T12:20:25.770Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:25.792Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:25.793Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-08T12:20:25.926Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d994825-69dd-46dd-9655-797898ea3884
2022-03-08T12:20:25.948Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d994825-69dd-46dd-9655-797898ea3884 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-03-08T12:20:26.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646741999634,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:26.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646741995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:26.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:26.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742000919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:26.001Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646741995406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:20:26.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:20:26.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742001981,
  "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-03-08T12:20:26.021Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d994825-69dd-46dd-9655-797898ea3884
2022-03-08T12:20:26.021Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d994825-69dd-46dd-9655-797898ea3884 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-03-08T12:20:26.034Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646742003614,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:26.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.035Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742002985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:26.035Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.035Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742004579,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:26.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646742004626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:26.036Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.036Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742005586,
  "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-03-08T12:20:26.041Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d994825-69dd-46dd-9655-797898ea3884
2022-03-08T12:20:26.041Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d994825-69dd-46dd-9655-797898ea3884 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-03-08T12:20:26.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "policy-id",
  "timestamp": 1646742005632,
  "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-03-08T12:20:26.075Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d994825-69dd-46dd-9655-797898ea3884
2022-03-08T12:20:26.076Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d994825-69dd-46dd-9655-797898ea3884 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-03-08T12:20:26.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646742007080,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:26.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646742009097,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:26.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "clamp",
  "timestamp": 1646742010103,
  "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-03-08T12:20:26.115Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d994825-69dd-46dd-9655-797898ea3884
2022-03-08T12:20:26.116Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d994825-69dd-46dd-9655-797898ea3884 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-03-08T12:20:26.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.125Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646742013257,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:26.125Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:20:26.125Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:20:26.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "aai-ml",
  "timestamp": 1646742014262,
  "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-03-08T12:20:26.131Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d994825-69dd-46dd-9655-797898ea3884
2022-03-08T12:20:26.132Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d994825-69dd-46dd-9655-797898ea3884 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-03-08T12:20:26.671Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:20:26.672Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:26.674Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:26.674Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:20:26.774Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:26.776Z||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-03-08T12:20:26.776Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:26.797Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:26.798Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:27.675Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:20:27.676Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:27.678Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:27.678Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:20:27.778Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:27.780Z||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-03-08T12:20:27.780Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:27.793Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:27.794Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:28.679Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:20:28.680Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:28.682Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:28.683Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:28.783Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:28.784Z||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-03-08T12:20:28.784Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:28.797Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:28.798Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:29.683Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:20:29.685Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:29.723Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:29.723Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-08T12:20:29.787Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 63 ms
2022-03-08T12:20:29.788Z||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-03-08T12:20:29.789Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:29.802Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:29.803Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:30.724Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:20:30.725Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:30.728Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:30.729Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:20:30.829Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:20:30.830Z||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-03-08T12:20:30.830Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:30.842Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:30.842Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:31.732Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:20:31.733Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:31.736Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:31.736Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:20:31.836Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:31.837Z||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-03-08T12:20:31.837Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:31.850Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:31.851Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:32.738Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "serviceName": "basic_onboard_VWSsIJ",
  "serviceVersion": "1.0",
  "serviceUUID": "b9690a8a-5224-4feb-bd5c-230b7b1aed7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3705d342-b9f7-464a-b184-51726eea6ee7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VWSsIJ 0",
      "resourceCustomizationUUID": "0fd7ff69-e657-42c8-92de-67f939e38ae2",
      "resourceName": "basic_onboard_VWSsIJ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "41a699b5-e242-4733-80f2-de229d97ec6c",
      "resourceInvariantUUID": "415b8658-4518-43e1-ad72-2334b4065579",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vwssij0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
          "artifactChecksum": "YmZlNzdmNGVlMmE0NTExN2Q3MTU1ODBlODUzMTM1NGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c96991c4-c566-4064-a3bb-93984dbba2e5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "36664a86-53cf-444b-9af1-03959a0c3217",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "27ef5349-12cb-4386-9802-54fbae1c1469",
            "generatedFromUUID": "36664a86-53cf-444b-9af1-03959a0c3217"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "27ef5349-12cb-4386-9802-54fbae1c1469",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVwssij-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
      "artifactChecksum": "YWEzZDY4ZTBkNTBkOGVhYWVhMDQ3YzliMzAwZWJmNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f76b2bef-c071-4d4d-8930-53ad5a953f05"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:20:32.739Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:20:32.740Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b9690a8a-5224-4feb-bd5c-230b7b1aed7f ASDC
2022-03-08T12:20:32.854Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4d994825-69dd-46dd-9655-797898ea3884
ServiceName:basic_onboard_VWSsIJ
ServiceVersion:1.0
ServiceUUID:b9690a8a-5224-4feb-bd5c-230b7b1aed7f
ServiceInvariantUUID:3705d342-b9f7-464a-b184-51726eea6ee7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVwssij-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar
ArtifactUUID:f76b2bef-c071-4d4d-8930-53ad5a953f05
ArtifactChecksum:YWEzZDY4ZTBkNTBkOGVhYWVhMDQ3YzliMzAwZWJmNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VWSsIJ 0
ResourceCustomizationUUID:0fd7ff69-e657-42c8-92de-67f939e38ae2
ResourceInvariantUUID:415b8658-4518-43e1-ad72-2334b4065579
ResourceName:basic_onboard_VWSsIJ
ResourceType:VF
ResourceUUID:41a699b5-e242-4733-80f2-de229d97ec6c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vwssij0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json
ArtifactUUID:c96991c4-c566-4064-a3bb-93984dbba2e5
ArtifactChecksum:YmZlNzdmNGVlMmE0NTExN2Q3MTU1ODBlODUzMTM1NGM=
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/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml
ArtifactUUID:36664a86-53cf-444b-9af1-03959a0c3217
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/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env
ArtifactUUID:27ef5349-12cb-4386-9802-54fbae1c1469
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/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env
ArtifactUUID:27ef5349-12cb-4386-9802-54fbae1c1469
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:20:32.855Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9690a8a-5224-4feb-bd5c-230b7b1aed7f 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-03-08T12:20:32.927Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:20:32.928Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:20:32.930Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:20:32.930Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f76b2bef-c071-4d4d-8930-53ad5a953f05 from URL: /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:32.930Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:20:32.932Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:33.517Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:20:33.530Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar f76b2bef-c071-4d4d-8930-53ad5a953f05 71560
2022-03-08T12:20:33.531Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar ASDC sendASDCNotification
2022-03-08T12:20:33.531Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:33.533Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:20:33.534Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:33.536Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:33.536Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742033531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:33.636Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:33.637Z||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-03-08T12:20:33.637Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:33.650Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:33.651Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:34.537Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:20:34.538Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:20:34.538Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f76b2bef-c071-4d4d-8930-53ad5a953f05, URL: /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar to file: /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:34.539Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:34.630Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:34.630Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:35.241Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15533915178657247342/Definitions/service-BasicOnboardVwssij-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-03-08T12:20:37.644Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:20:37.649Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-08T12:20:37.649Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.649Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-08T12:20:37.649Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VWSsIJ 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-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.649Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.650Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.650Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.650Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.650Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.650Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.651Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.651Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:37.651Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-08T12:20:37.657Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.659Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:37.663Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:37.663Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-08T12:20:37.664Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:20:37.666Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.666Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:37.666Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:37.667Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-08T12:20:37.667Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:20:37.667Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.667Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:37.671Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.671Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is not matching search criteria
2022-03-08T12:20:37.671Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-08T12:20:37.672Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-08T12:20:37.672Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-08T12:20:37.672Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-08T12:20:37.672Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:20:37.673Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.673Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:20:37.674Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.674Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:37.674Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:20:37.675Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.675Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:37.675Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:20:37.676Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.676Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:37.676Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:20:37.677Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.677Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is not matching search criteria
2022-03-08T12:20:37.677Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-08T12:20:37.677Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-08T12:20:37.678Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eccd458f-bd32-4ceb-8252-6bc14aff00c1
2022-03-08T12:20:37.678Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.678Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:37.678Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.679Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:37.679Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.679Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:37.679Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:37.679Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:37.680Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VWSsIJ
Description:service
Model UUID:b9690a8a-5224-4feb-bd5c-230b7b1aed7f
Model Version:NULL
Model InvariantUuid:3705d342-b9f7-464a-b184-51726eea6ee7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VWSsIJ
Model UUID:37f150de-c8cc-4f0a-a02a-db4172065584
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:415b8658-4518-43e1-ad72-2334b4065579
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0fd7ff69-e657-42c8-92de-67f939e38ae2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2e2bd695-2389-4695-a7ca-654fc3816834
ModelName:BasicOnboardVwssij..base_ubuntu18..module-0
ModelUuid:4fb3fecc-3ca8-4958-b889-f0faf3c8b56a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:eccd458f-bd32-4ceb-8252-6bc14aff00c1
ModelInvariantUuid:8404a380-3e46-48cb-bb47-110312678372
ModelName:basic_onboard_VWSsIJ-nodes.ubuntu18Cvfc
ModelUuid:5c05da7e-09d9-4167-b262-a88dfee3a05a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:6176fd66-aeda-4e73-9500-a86bfe8c7ed9
ModelInvariantUuid:2a751415-8ac3-4803-b565-c58271d1b643
ModelName:BasicOnboardVwssij.compute.nodes.heat.ubuntu18
ModelUuid:3cf617a1-a96c-4676-a701-f9fb79e738df
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-03-08T12:20:37.691Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 41a699b5-e242-4733-80f2-de229d97ec6c
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-03-08T12:20:37.775Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||basic_onboard_VWSsIJ 0
2022-03-08T12:20:37.782Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 41a699b5-e242-4733-80f2-de229d97ec6c
2022-03-08T12:20:37.782Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c96991c4-c566-4064-a3bb-93984dbba2e5 from URL: /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json
2022-03-08T12:20:37.782Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:20:37.782Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json
2022-03-08T12:20:37.927Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:20:37.928Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json c96991c4-c566-4064-a3bb-93984dbba2e5 798
2022-03-08T12:20:37.928Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json ASDC sendASDCNotification
2022-03-08T12:20:37.928Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json
2022-03-08T12:20:37.928Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:20:37.929Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:37.931Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:37.931Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742037928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:38.035Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-03-08T12:20:38.036Z||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-03-08T12:20:38.036Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:38.053Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:38.053Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:38.933Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVwssij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2e2bd695-2389-4695-a7ca-654fc3816834",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fb3fecc-3ca8-4958-b889-f0faf3c8b56a",
    "vfModuleModelCustomizationUUID": "90ed1c2a-48f2-42e3-b81e-2aaf0808d69f",
    "isBase": true,
    "artifacts": [
      "36664a86-53cf-444b-9af1-03959a0c3217",
      "27ef5349-12cb-4386-9802-54fbae1c1469"
    ],
    "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-03-08T12:20:38.953Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVwssij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fb3fecc-3ca8-4958-b889-f0faf3c8b56a
VfModuleModelInvariantUUID:2e2bd695-2389-4695-a7ca-654fc3816834
VfModuleModelDescription:NULL
Artifacts UUID List:{
36664a86-53cf-444b-9af1-03959a0c3217
,
27ef5349-12cb-4386-9802-54fbae1c1469

}
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-03-08T12:20:38.959Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVwssij..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2e2bd695-2389-4695-a7ca-654fc3816834",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4fb3fecc-3ca8-4958-b889-f0faf3c8b56a",
    "vfModuleModelCustomizationUUID": "90ed1c2a-48f2-42e3-b81e-2aaf0808d69f",
    "isBase": true,
    "artifacts": [
      "36664a86-53cf-444b-9af1-03959a0c3217",
      "27ef5349-12cb-4386-9802-54fbae1c1469"
    ],
    "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-03-08T12:20:38.959Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVwssij..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4fb3fecc-3ca8-4958-b889-f0faf3c8b56a
VfModuleModelInvariantUUID:2e2bd695-2389-4695-a7ca-654fc3816834
VfModuleModelDescription:NULL
Artifacts UUID List:{
36664a86-53cf-444b-9af1-03959a0c3217
,
27ef5349-12cb-4386-9802-54fbae1c1469

}
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-03-08T12:20:38.959Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 36664a86-53cf-444b-9af1-03959a0c3217 from URL: /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml
2022-03-08T12:20:38.960Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:20:38.960Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml
2022-03-08T12:20:39.217Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:20:39.217Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml 36664a86-53cf-444b-9af1-03959a0c3217 5033
2022-03-08T12:20:39.218Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-08T12:20:39.218Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml
2022-03-08T12:20:39.218Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:20:39.219Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:39.221Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:39.221Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742039218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:39.321Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:39.323Z||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-03-08T12:20:39.323Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:39.339Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:39.340Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:40.222Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 27ef5349-12cb-4386-9802-54fbae1c1469 from URL: /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env
2022-03-08T12:20:40.222Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:20:40.223Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env
2022-03-08T12:20:40.503Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:20:40.503Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env 27ef5349-12cb-4386-9802-54fbae1c1469 909
2022-03-08T12:20:40.504Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-08T12:20:40.504Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env
2022-03-08T12:20:40.504Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:20:40.504Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:40.506Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:40.507Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742040503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:20:40.607Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:40.608Z||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-03-08T12:20:40.608Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:40.621Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:40.622Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:41.507Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b9690a8a-5224-4feb-bd5c-230b7b1aed7f
2022-03-08T12:20:41.508Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VWSsIJ 0 41a699b5-e242-4733-80f2-de229d97ec6c 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-03-08T12:20:41.539Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bdd8a6e, org.onap.sdc.toscaparser.api.parameters.Input@51dc9c34, org.onap.sdc.toscaparser.api.parameters.Input@1b15b594, org.onap.sdc.toscaparser.api.parameters.Input@5e056b9f, org.onap.sdc.toscaparser.api.parameters.Input@297c04cb]
2022-03-08T12:20:41.543Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.543Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.544Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:20:41.544Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0fd7ff69-e657-42c8-92de-67f939e38ae2
2022-03-08T12:20:41.544Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0fd7ff69-e657-42c8-92de-67f939e38ae2 matches Tosca VF Customization UUID: 0fd7ff69-e657-42c8-92de-67f939e38ae2
2022-03-08T12:20:41.544Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0fd7ff69-e657-42c8-92de-67f939e38ae2  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-03-08T12:20:41.551Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.551Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.553Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0fd7ff69-e657-42c8-92de-67f939e38ae2: {\"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-03-08T12:20:41.553Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c9fe6c3
2022-03-08T12:20:41.553Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.553Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:20:41.554Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90ed1c2a-48f2-42e3-b81e-2aaf0808d69f
2022-03-08T12:20:41.555Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90ed1c2a-48f2-42e3-b81e-2aaf0808d69f
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-03-08T12:20:41.561Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.562Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:41.562Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:20:41.563Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.563Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:41.564Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:20:41.564Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.565Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is not matching search criteria
2022-03-08T12:20:41.565Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-08T12:20:41.565Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-08T12:20:41.565Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eccd458f-bd32-4ceb-8252-6bc14aff00c1
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-03-08T12:20:41.573Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.574Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:41.574Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:20:41.574Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.575Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_VWSsIJ 0 is matching search criteria
2022-03-08T12:20:41.575Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_VWSsIJ 0] matching following query criteria: sdcType=VF, customizationUUID=0fd7ff69-e657-42c8-92de-67f939e38ae2
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-03-08T12:20:41.578Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.578Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.578Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b9690a8a-5224-4feb-bd5c-230b7b1aed7f: basic_onboard_VWSsIJ
2022-03-08T12:20:41.578Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.579Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.579Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.579Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.579Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.580Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.580Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.580Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.581Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:20:41.581Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_VWSsIJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:20:41.581Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_VWSsIJ 
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-03-08T12:20:41.759Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VWSsIJ 41a699b5-e242-4733-80f2-de229d97ec6c 1 ASDC deployResourceStructure
2022-03-08T12:20:41.760Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json ASDC sendASDCNotification
2022-03-08T12:20:41.760Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json
2022-03-08T12:20:41.760Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:20:41.760Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:41.762Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:41.762Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742041760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:41.862Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:41.863Z||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-03-08T12:20:41.864Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:41.879Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:41.879Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:42.763Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-08T12:20:42.764Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml
2022-03-08T12:20:42.764Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:20:42.764Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:42.766Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:42.766Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742042763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:42.869Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-08T12:20:42.870Z||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-03-08T12:20:42.871Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:42.890Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:42.892Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:43.767Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-08T12:20:43.767Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env
2022-03-08T12:20:43.768Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:20:43.768Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:43.770Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:43.770Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742043767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:43.871Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:43.872Z||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-03-08T12:20:43.872Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:43.884Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:43.885Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:44.772Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar ASDC sendASDCNotification
2022-03-08T12:20:44.772Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar
2022-03-08T12:20:44.772Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:20:44.773Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:20:44.775Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:20:44.775Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742044772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:20:44.876Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:20:44.877Z||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-03-08T12:20:44.877Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:20:44.908Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:20:44.912Z||pool-17-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:20:45.776Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d994825-69dd-46dd-9655-797898ea3884
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:20:45.799Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d994825-69dd-46dd-9655-797898ea3884
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:20:45.805Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:20:45.805Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:20:45.806Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:20:45.806Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:20:45.806Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:20:45.807Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:20:45.807Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:20:45.808Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:20:45.808Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:20:45.808Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:20:45.809Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:20:45.817Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:21:15.817Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d994825-69dd-46dd-9655-797898ea3884 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-03-08T12:21:15.828Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d994825-69dd-46dd-9655-797898ea3884 and serviceModelVersionId: b9690a8a-5224-4feb-bd5c-230b7b1aed7f
2022-03-08T12:21:15.828Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3705d342-b9f7-464a-b184-51726eea6ee7
2022-03-08T12:21:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:21:25.007Z||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-03-08T12:21:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:21:25.135Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:21:25.136Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:21:25.136Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:21:25.137Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:21:30.754Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3705d342-b9f7-464a-b184-51726eea6ee7/model-vers/model-ver/b9690a8a-5224-4feb-bd5c-230b7b1aed7f?depth=0
2022-03-08T12:21:30.882Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:21:31.455Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3705d342-b9f7-464a-b184-51726eea6ee7/model-vers/model-ver/b9690a8a-5224-4feb-bd5c-230b7b1aed7f?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-03-08T12:21:31.461Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3705d342-b9f7-464a-b184-51726eea6ee7/model-vers/model-ver/b9690a8a-5224-4feb-bd5c-230b7b1aed7f?depth=0|INFO|500||Invoke
2022-03-08T12:21:31.602Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3705d342-b9f7-464a-b184-51726eea6ee7/model-vers/model-ver/b9690a8a-5224-4feb-bd5c-230b7b1aed7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:21:32.934Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3705d342-b9f7-464a-b184-51726eea6ee7/model-vers/model-ver/b9690a8a-5224-4feb-bd5c-230b7b1aed7f?depth=0|INFO|500||InvokeReturn
2022-03-08T12:21:32.936Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3705d342-b9f7-464a-b184-51726eea6ee7/model-vers/model-ver/b9690a8a-5224-4feb-bd5c-230b7b1aed7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:21:32:391-1140], vertex-id=[209088], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:21:32 GMT], Content-Type=[application/json]}
2022-03-08T12:21:32.937Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:21:32.942Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:21:32.942Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:21:32.948Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-08T12:21:32.950Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d994825-69dd-46dd-9655-797898ea3884 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:21:32.951Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:21:32.952Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:21:32.955Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:21:32.955Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742092950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:21:33.055Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:21:33.057Z||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-03-08T12:21:33.057Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:21:33.069Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:21:33.070Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-08T12:21:33.977Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:21:33.978Z|4d994825-69dd-46dd-9655-797898ea3884|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-03-08T12:21:33.978Z|4d994825-69dd-46dd-9655-797898ea3884|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 czjQP1WARwrAie69) ...
2022-03-08T12:21:43.524Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:22:25.001Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:22:25.003Z|4d994825-69dd-46dd-9655-797898ea3884|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-03-08T12:22:25.003Z|4d994825-69dd-46dd-9655-797898ea3884|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 czjQP1WARwrAie69) ...
2022-03-08T12:22:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:22:25.006Z||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-03-08T12:22:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:22:25.031Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:22:25.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:22:25.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:22:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:22:25.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:22:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:22:25.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:22:25.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-08T12:22:25.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:22:25.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:22:25.035Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:22:25.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742025001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:22:25.036Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:22:25.036Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.036Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742033531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:22:25.036Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742037928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:22:25.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742039218,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:22:25.037Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742040503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:22:25.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742041760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/basic_onboard_vwssij0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:22:25.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742042763,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:22:25.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742043767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/resourceInstances/basic_onboard_vwssij0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:22:25.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:25.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:22:25.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742044772,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVwssij/1.0/artifacts/service-BasicOnboardVwssij-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:22:25.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:22:34.564Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:25.002Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:23:25.004Z|4d994825-69dd-46dd-9655-797898ea3884|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-03-08T12:23:25.005Z|4d994825-69dd-46dd-9655-797898ea3884|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 czjQP1WARwrAie69) ...
2022-03-08T12:23:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:23:25.006Z||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-03-08T12:23:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:23:25.036Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:25.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:23:25.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d994825-69dd-46dd-9655-797898ea3884",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742092950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:23:25.037Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:23:25.634Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:25.635Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:23:25.635Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bdc0b05-fe2c-4e7e-b219-e218a289469d","serviceName":"vFW 2022-03-08 12-19-31","serviceVersion":"1.0","serviceUUID":"e3aa65ff-61ae-4515-9cbe-95fe4c82d486","serviceDescription":"catalog service description","serviceInvariantUUID":"bafd2070-5512-41ed-bef5-02e55f59848d","resources":[{"resourceInstanceName":"vFW 35f75560-30dd 0","resourceName":"vFW 35f75560-30dd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d65921ed-0bcb-4a54-9606-22622fb7dbb7","resourceInvariantUUID":"f01acee9-fa17-47e6-8484-3a04426fe04a","resourceCustomizationUUID":"28f67175-1757-4dc3-83eb-2874627ec568","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml","artifactChecksum":"OTBmNGM2NmYyNDhlNDM4NTY4NzhiYjJjNGNmNjU4MTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3381d0f4-bc02-4c63-8b0b-466798b6b411","artifactVersion":"1"},{"artifactName":"vfw35f7556030dd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json","artifactChecksum":"NjhmNzgwODIzZmZkOWY0ZjExMTAyOGNjODI1MWY4MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b228eadc-41cc-434a-8eac-1fed06d0c33f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7d78b51-7f0c-46e3-85af-59ab49b127f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjE4M2Q1ZTA4NDhiZGI0MWMzMDRiMmZlN2QzYmM5NzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7d6e7da-9865-4073-ac0b-cd08e7d0d66d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ab0fe2e-568d-432a-bdec-c2cdcd35cd47","artifactVersion":"2","generatedFromUUID":"d7d78b51-7f0c-46e3-85af-59ab49b127f6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308121931-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml","artifactChecksum":"MjNkZTA4NTY4ZTY3NDFhNDMxZDU0OWFiOTQ5ODRmZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c049962a-9913-4ea9-8e01-15fdd95aad75","artifactVersion":"1"},{"artifactName":"service-Vfw20220308121931-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar","artifactChecksum":"NDQxZGJmYzk4MTIxYzMyYzg3Y2E5Yjk3YTY4ZWM4NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b303e408-c5c5-4072-b321-1c777e860712","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:23:25.639Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:23:25.640Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:25.643Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:25.643Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:23:25.743Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:25.745Z||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-03-08T12:23:25.745Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:25.758Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:25.759Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:26.644Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:23:26.646Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:26.649Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:26.649Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:23:26.749Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:26.750Z||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-03-08T12:23:26.751Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:26.784Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:26.785Z||pool-20-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:27.650Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:23:27.651Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:27.653Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:27.654Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:23:27.754Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:23:27.755Z||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-03-08T12:23:27.755Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:27.766Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:27.767Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:28.654Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:23:28.656Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:28.658Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:28.659Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:23:28.759Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:28.760Z||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-03-08T12:23:28.760Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:28.772Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:28.773Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:23:29.660Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:23:29.661Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:29.663Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:29.664Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:23:29.765Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:23:29.766Z||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-03-08T12:23:29.766Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:29.781Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:29.782Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:23:30.664Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:23:30.665Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:30.668Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:30.668Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:23:30.768Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:30.769Z||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-03-08T12:23:30.769Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:30.781Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:30.782Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:31.669Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:23:31.670Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:31.672Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:31.673Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:23:31.772Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:23:31.773Z||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-03-08T12:23:31.774Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:31.800Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:31.801Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:32.675Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "serviceName": "vFW 2022-03-08 12-19-31",
  "serviceVersion": "1.0",
  "serviceUUID": "e3aa65ff-61ae-4515-9cbe-95fe4c82d486",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bafd2070-5512-41ed-bef5-02e55f59848d",
  "resources": [
    {
      "resourceInstanceName": "vFW 35f75560-30dd 0",
      "resourceCustomizationUUID": "28f67175-1757-4dc3-83eb-2874627ec568",
      "resourceName": "vFW 35f75560-30dd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d65921ed-0bcb-4a54-9606-22622fb7dbb7",
      "resourceInvariantUUID": "f01acee9-fa17-47e6-8484-3a04426fe04a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw35f7556030dd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
          "artifactChecksum": "NjhmNzgwODIzZmZkOWY0ZjExMTAyOGNjODI1MWY4MjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b228eadc-41cc-434a-8eac-1fed06d0c33f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d7d78b51-7f0c-46e3-85af-59ab49b127f6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8ab0fe2e-568d-432a-bdec-c2cdcd35cd47",
            "generatedFromUUID": "d7d78b51-7f0c-46e3-85af-59ab49b127f6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8ab0fe2e-568d-432a-bdec-c2cdcd35cd47",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220308121931-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
      "artifactChecksum": "NDQxZGJmYzk4MTIxYzMyYzg3Y2E5Yjk3YTY4ZWM4NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b303e408-c5c5-4072-b321-1c777e860712"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:23:32.676Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:23:32.676Z|4d994825-69dd-46dd-9655-797898ea3884|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e3aa65ff-61ae-4515-9cbe-95fe4c82d486 ASDC
2022-03-08T12:23:32.677Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3bdc0b05-fe2c-4e7e-b219-e218a289469d
ServiceName:vFW 2022-03-08 12-19-31
ServiceVersion:1.0
ServiceUUID:e3aa65ff-61ae-4515-9cbe-95fe4c82d486
ServiceInvariantUUID:bafd2070-5512-41ed-bef5-02e55f59848d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220308121931-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar
ArtifactUUID:b303e408-c5c5-4072-b321-1c777e860712
ArtifactChecksum:NDQxZGJmYzk4MTIxYzMyYzg3Y2E5Yjk3YTY4ZWM4NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 35f75560-30dd 0
ResourceCustomizationUUID:28f67175-1757-4dc3-83eb-2874627ec568
ResourceInvariantUUID:f01acee9-fa17-47e6-8484-3a04426fe04a
ResourceName:vFW 35f75560-30dd
ResourceType:VF
ResourceUUID:d65921ed-0bcb-4a54-9606-22622fb7dbb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw35f7556030dd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json
ArtifactUUID:b228eadc-41cc-434a-8eac-1fed06d0c33f
ArtifactChecksum:NjhmNzgwODIzZmZkOWY0ZjExMTAyOGNjODI1MWY4MjE=
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/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml
ArtifactUUID:d7d78b51-7f0c-46e3-85af-59ab49b127f6
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/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env
ArtifactUUID:8ab0fe2e-568d-432a-bdec-c2cdcd35cd47
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/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env
ArtifactUUID:8ab0fe2e-568d-432a-bdec-c2cdcd35cd47
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:23:32.678Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e3aa65ff-61ae-4515-9cbe-95fe4c82d486 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-03-08T12:23:32.752Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:23:32.753Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:23:32.753Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:23:32.753Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b303e408-c5c5-4072-b321-1c777e860712 from URL: /sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:32.753Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:23:32.754Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:33.091Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:23:33.097Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar b303e408-c5c5-4072-b321-1c777e860712 98937
2022-03-08T12:23:33.098Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar ASDC sendASDCNotification
2022-03-08T12:23:33.098Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:33.098Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:23:33.099Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:33.101Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:33.101Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742213098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:23:33.201Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:33.204Z||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-03-08T12:23:33.204Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:33.311Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:33.313Z||pool-26-thread-1|||||INFO|500||cambria reply ok (111 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:23:34.102Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:23:34.103Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:23:34.104Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b303e408-c5c5-4072-b321-1c777e860712, URL: /sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar to file: /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:34.104Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308121931-csar.csar
2022-03-08T12:23:34.105Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:34.105Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:34.287Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1865282372606510032/Definitions/service-Vfw20220308121931-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_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_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-08T12:23:36.669Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:23:36.670Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-08T12:23:36.671Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.671Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-08T12:23:36.671Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.671Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.671Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.672Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.672Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.672Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.672Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.672Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.672Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.673Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.673Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.673Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 35f75560-30dd 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-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.673Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:36.673Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-08T12:23:36.674Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.674Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:36.674Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:36.675Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-08T12:23:36.675Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:23:36.675Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.676Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:36.676Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:36.676Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-08T12:23:36.676Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:23:36.677Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.677Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:36.677Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.678Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is not matching search criteria
2022-03-08T12:23:36.678Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:23:36.678Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:23:36.678Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:23:36.679Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.679Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.679Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:23:36.679Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.679Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:23:36.680Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:23:36.680Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.680Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.680Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:23:36.681Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.681Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:23:36.681Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.681Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:23:36.681Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.682Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:23:36.682Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.682Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:36.683Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:36.684Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.684Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:36.684Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:36.684Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.685Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:36.685Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:36.685Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.685Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is not matching search criteria
2022-03-08T12:23:36.686Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:23:36.686Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:23:36.687Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:23:36.687Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:23:36.687Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:23:36.688Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.688Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.688Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:23:36.689Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.689Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:23:36.689Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.689Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98297536-b059-426c-8a63-72f194f5cddb
2022-03-08T12:23:36.689Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.690Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is not matching search criteria
2022-03-08T12:23:36.690Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:23:36.690Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:23:36.691Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:23:36.691Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.691Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.691Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:23:36.692Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.692Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:23:36.692Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:23:36.692Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.693Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:23:36.693Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.693Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=76aed20f-e6b3-43cc-a7c6-fdf98f51b3e7
2022-03-08T12:23:36.693Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.694Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is not matching search criteria
2022-03-08T12:23:36.694Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:23:36.694Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:23:36.695Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:23:36.695Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.695Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.696Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:23:36.696Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.696Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:23:36.697Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:23:36.697Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:36.697Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:36.698Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:23:36.698Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f57796ce-85b1-482a-b945-1d9639379f12
2022-03-08T12:23:36.698Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.699Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:36.699Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.700Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:36.700Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.700Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:36.701Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:36.701Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:36.701Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-08 12-19-31
Description:catalog service description
Model UUID:e3aa65ff-61ae-4515-9cbe-95fe4c82d486
Model Version:NULL
Model InvariantUuid:bafd2070-5512-41ed-bef5-02e55f59848d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 35f75560-30dd
Model UUID:8679a429-90ee-4c1c-9388-8e3132a3500d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f01acee9-fa17-47e6-8484-3a04426fe04a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:28f67175-1757-4dc3-83eb-2874627ec568
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bdaeaa8a-5aa3-43ba-a32c-2e6f1ab2b4be
ModelName:Vfw35f7556030dd..base_vfw..module-0
ModelUuid:6b562cc4-9260-47c8-b299-bc7b90e1fdb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:98297536-b059-426c-8a63-72f194f5cddb
ModelInvariantUuid:f8af937b-8ace-43c0-8d16-91c4a1d0e078
ModelName:vFW 35f75560-30dd-nodes.vfwCvfc
ModelUuid:5806c263-f546-4e35-a6e7-3f6ee8beab5c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1f9df565-3df1-4181-84c3-249d3a96486c
ModelInvariantUuid:7104613e-7c53-4e6a-aa08-b1e29eeebf57
ModelName:Vfw35f7556030dd.compute.nodes.heat.vfw
ModelUuid:6bd64fd8-28f1-4046-9fe5-1cec88b7b52c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:76aed20f-e6b3-43cc-a7c6-fdf98f51b3e7
ModelInvariantUuid:da7a0a3d-1cbd-459c-a341-40bcb1181937
ModelName:vFW 35f75560-30dd-nodes.vsnCvfc
ModelUuid:1d551125-3224-4700-98fe-49cb7c8ba87b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e01a6711-a7e7-4b48-a2a5-19ddd474420e
ModelInvariantUuid:41a34e35-08d4-41ac-8fc1-94a1f9122929
ModelName:Vfw35f7556030dd.compute.nodes.heat.vsn
ModelUuid:d05d2df6-1314-4c57-9bce-39177aa0e9c0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f57796ce-85b1-482a-b945-1d9639379f12
ModelInvariantUuid:c8f266ef-af3b-48e8-9a7b-1abb04d3523e
ModelName:vFW 35f75560-30dd-nodes.vpgCvfc
ModelUuid:4d4ed581-ec09-4625-88c8-903e8e63f7c6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5e301bfb-f1eb-4719-b1a6-5ec6ef95f766
ModelInvariantUuid:386ab123-0837-4b9e-b0da-ca3036b1f123
ModelName:Vfw35f7556030dd.compute.nodes.heat.vpg
ModelUuid:5cc43397-973a-4900-a62e-16c3bcafb413
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-03-08T12:23:36.720Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d65921ed-0bcb-4a54-9606-22622fb7dbb7
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-03-08T12:23:36.728Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||vFW 35f75560-30dd 0
2022-03-08T12:23:36.729Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d65921ed-0bcb-4a54-9606-22622fb7dbb7
2022-03-08T12:23:36.729Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b228eadc-41cc-434a-8eac-1fed06d0c33f from URL: /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json
2022-03-08T12:23:36.729Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:23:36.730Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json
2022-03-08T12:23:37.192Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:23:37.193Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json b228eadc-41cc-434a-8eac-1fed06d0c33f 785
2022-03-08T12:23:37.193Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json ASDC sendASDCNotification
2022-03-08T12:23:37.194Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json
2022-03-08T12:23:37.194Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:23:37.194Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:37.197Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:37.197Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742217193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:23:37.297Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:37.298Z||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-03-08T12:23:37.299Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:37.312Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:37.313Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:23:38.198Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw35f7556030dd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bdaeaa8a-5aa3-43ba-a32c-2e6f1ab2b4be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b562cc4-9260-47c8-b299-bc7b90e1fdb9",
    "vfModuleModelCustomizationUUID": "99b7af40-46a1-4b75-b7ba-76a61c503518",
    "isBase": true,
    "artifacts": [
      "d7d78b51-7f0c-46e3-85af-59ab49b127f6",
      "8ab0fe2e-568d-432a-bdec-c2cdcd35cd47"
    ],
    "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-03-08T12:23:38.208Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35f7556030dd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b562cc4-9260-47c8-b299-bc7b90e1fdb9
VfModuleModelInvariantUUID:bdaeaa8a-5aa3-43ba-a32c-2e6f1ab2b4be
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7d78b51-7f0c-46e3-85af-59ab49b127f6
,
8ab0fe2e-568d-432a-bdec-c2cdcd35cd47

}
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-03-08T12:23:38.210Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw35f7556030dd..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "bdaeaa8a-5aa3-43ba-a32c-2e6f1ab2b4be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6b562cc4-9260-47c8-b299-bc7b90e1fdb9",
    "vfModuleModelCustomizationUUID": "99b7af40-46a1-4b75-b7ba-76a61c503518",
    "isBase": true,
    "artifacts": [
      "d7d78b51-7f0c-46e3-85af-59ab49b127f6",
      "8ab0fe2e-568d-432a-bdec-c2cdcd35cd47"
    ],
    "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-03-08T12:23:38.210Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw35f7556030dd..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6b562cc4-9260-47c8-b299-bc7b90e1fdb9
VfModuleModelInvariantUUID:bdaeaa8a-5aa3-43ba-a32c-2e6f1ab2b4be
VfModuleModelDescription:NULL
Artifacts UUID List:{
d7d78b51-7f0c-46e3-85af-59ab49b127f6
,
8ab0fe2e-568d-432a-bdec-c2cdcd35cd47

}
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-03-08T12:23:38.210Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d7d78b51-7f0c-46e3-85af-59ab49b127f6 from URL: /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml
2022-03-08T12:23:38.211Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:23:38.211Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml
2022-03-08T12:23:38.699Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:23:38.700Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml d7d78b51-7f0c-46e3-85af-59ab49b127f6 20368
2022-03-08T12:23:38.700Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:23:38.701Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml
2022-03-08T12:23:38.701Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:23:38.701Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:38.704Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:38.704Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742218700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:23:38.804Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:38.805Z||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-03-08T12:23:38.805Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:38.817Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:38.817Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:39.705Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8ab0fe2e-568d-432a-bdec-c2cdcd35cd47 from URL: /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env
2022-03-08T12:23:39.706Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:23:39.706Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env
2022-03-08T12:23:39.998Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:23:39.998Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env 8ab0fe2e-568d-432a-bdec-c2cdcd35cd47 2098
2022-03-08T12:23:39.998Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:23:39.998Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env
2022-03-08T12:23:39.999Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:23:39.999Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:40.001Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:40.001Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742219998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:23:40.101Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:40.102Z||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-03-08T12:23:40.102Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:40.115Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:40.116Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:41.001Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e3aa65ff-61ae-4515-9cbe-95fe4c82d486
2022-03-08T12:23:41.003Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 35f75560-30dd 0 d65921ed-0bcb-4a54-9606-22622fb7dbb7 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-03-08T12:23:41.025Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ebc2f6e, org.onap.sdc.toscaparser.api.parameters.Input@5739f889, org.onap.sdc.toscaparser.api.parameters.Input@7573cb4e, org.onap.sdc.toscaparser.api.parameters.Input@895f656, org.onap.sdc.toscaparser.api.parameters.Input@673d7f75]
2022-03-08T12:23:41.027Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.027Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.028Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:23:41.028Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 28f67175-1757-4dc3-83eb-2874627ec568
2022-03-08T12:23:41.028Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 28f67175-1757-4dc3-83eb-2874627ec568 matches Tosca VF Customization UUID: 28f67175-1757-4dc3-83eb-2874627ec568
2022-03-08T12:23:41.028Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 28f67175-1757-4dc3-83eb-2874627ec568  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-03-08T12:23:41.031Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.032Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.032Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 28f67175-1757-4dc3-83eb-2874627ec568: {\"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-03-08T12:23:41.033Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@331ad026
2022-03-08T12:23:41.033Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.033Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:23:41.034Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99b7af40-46a1-4b75-b7ba-76a61c503518
2022-03-08T12:23:41.034Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99b7af40-46a1-4b75-b7ba-76a61c503518
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-03-08T12:23:41.037Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.037Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:41.037Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:41.038Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.038Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:41.038Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:41.039Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.039Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is not matching search criteria
2022-03-08T12:23:41.039Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:23:41.040Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:23:41.040Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:23:41.040Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:23:41.040Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:23:41.040Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.041Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:41.041Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:23:41.041Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:41.042Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:23:41.042Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.042Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=98297536-b059-426c-8a63-72f194f5cddb
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-03-08T12:23:41.045Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.046Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:41.046Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:41.047Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.047Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is not matching search criteria
2022-03-08T12:23:41.048Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:23:41.048Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:23:41.048Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:23:41.048Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.049Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:41.049Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:23:41.049Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.050Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:23:41.050Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:23:41.050Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:41.050Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:23:41.051Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.051Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=76aed20f-e6b3-43cc-a7c6-fdf98f51b3e7
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-03-08T12:23:41.054Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.054Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:41.055Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:41.059Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.059Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is not matching search criteria
2022-03-08T12:23:41.059Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:23:41.059Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:23:41.059Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:23:41.060Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.060Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:41.060Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:23:41.060Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.060Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:23:41.061Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:23:41.061Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:23:41.061Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:23:41.062Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:23:41.062Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f57796ce-85b1-482a-b945-1d9639379f12
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-03-08T12:23:41.065Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.065Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:41.065Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:23:41.066Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.066Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Node template vFW 35f75560-30dd 0 is matching search criteria
2022-03-08T12:23:41.066Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 35f75560-30dd 0] matching following query criteria: sdcType=VF, customizationUUID=28f67175-1757-4dc3-83eb-2874627ec568
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-03-08T12:23:41.069Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.069Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.069Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e3aa65ff-61ae-4515-9cbe-95fe4c82d486: vFW 35f75560-30dd
2022-03-08T12:23:41.070Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.070Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.070Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.070Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.071Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.071Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.071Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.071Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.072Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:23:41.072Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-19-31 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:23:41.072Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-08 12-19-31 
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-03-08T12:23:41.285Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 35f75560-30dd d65921ed-0bcb-4a54-9606-22622fb7dbb7 1 ASDC deployResourceStructure
2022-03-08T12:23:41.285Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json ASDC sendASDCNotification
2022-03-08T12:23:41.285Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json
2022-03-08T12:23:41.286Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:23:41.286Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:41.289Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:41.289Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742221285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:23:41.389Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:41.390Z||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-03-08T12:23:41.390Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:41.402Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:41.403Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:42.290Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:23:42.290Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml
2022-03-08T12:23:42.290Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:23:42.290Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:42.292Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:42.292Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742222289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:23:42.393Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:42.394Z||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-03-08T12:23:42.394Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:42.406Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:42.407Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:23:43.294Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:23:43.294Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env
2022-03-08T12:23:43.294Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:23:43.295Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:43.297Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:43.298Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742223294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:23:43.398Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:43.399Z||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-03-08T12:23:43.399Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:43.414Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:43.415Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:23:44.299Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar ASDC sendASDCNotification
2022-03-08T12:23:44.299Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar
2022-03-08T12:23:44.299Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:23:44.300Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:23:44.302Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:23:44.302Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742224299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:23:44.402Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:23:44.403Z||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-03-08T12:23:44.404Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:23:44.416Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:23:44.417Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:23:45.303Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:23:45.330Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:23:45.334Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:23:45.334Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:23:45.335Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:24:15.335Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:24:15.361Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:24:15.364Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:24:15.364Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:24:15.364Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:24:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:24:25.008Z||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-03-08T12:24:25.008Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:24:25.041Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:24:25.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742181318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742186018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "dcae-sch",
  "timestamp": 1646742187711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742181318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742186018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "dcae-sch",
  "timestamp": 1646742187711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742191583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742192352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742181318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742186018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.059Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "dcae-sch",
  "timestamp": 1646742187711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742191583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.061Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742192352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742181318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742186018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "dcae-sch",
  "timestamp": 1646742187711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742191583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742194017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742192352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742181318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742186018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "dcae-sch",
  "timestamp": 1646742187711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742194017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742191583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742192352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742195406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742181318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742186018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "dcae-sch",
  "timestamp": 1646742187711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742191583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742194017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742195406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742192352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742181318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742186018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "dcae-sch",
  "timestamp": 1646742187711,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742191583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742194017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742192352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742195406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742191583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742194017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742197984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:24:25.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742192352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742195406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742194017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.082Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742199220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742199629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:24:25.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742195406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742200481,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:24:25.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742199487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:24:25.085Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742194017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742199220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742195406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "cds",
  "timestamp": 1646742201489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-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-03-08T12:24:25.098Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bdc0b05-fe2c-4e7e-b219-e218a289469d
2022-03-08T12:24:25.098Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdc0b05-fe2c-4e7e-b219-e218a289469d 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-03-08T12:24:25.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742199220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742200913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742195406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742202360,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:24:25.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742199220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742201935,
  "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-03-08T12:24:25.122Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bdc0b05-fe2c-4e7e-b219-e218a289469d
2022-03-08T12:24:25.122Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdc0b05-fe2c-4e7e-b219-e218a289469d 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-03-08T12:24:25.135Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742199220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.136Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742203907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:24:25.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.137Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742202940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:24:25.137Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.137Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742199220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:24:25.138Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.138Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.138Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742204914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:24:25.139Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:24:25.139Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.139Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742199220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:24:25.139Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:24:25.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:24:25.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "policy-id",
  "timestamp": 1646742205918,
  "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-03-08T12:24:25.153Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bdc0b05-fe2c-4e7e-b219-e218a289469d
2022-03-08T12:24:25.154Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdc0b05-fe2c-4e7e-b219-e218a289469d 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-03-08T12:24:45.365Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:24:45.399Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:24:45.403Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:24:45.404Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:24:45.404Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:25:15.404Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:25:15.416Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:25:15.420Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:25:15.420Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:25:15.421Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:25:25.006Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:25:25.007Z||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-03-08T12:25:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:25:25.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:25:25.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:25:25.539Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:25:25.539Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742207066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:25:25.540Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:25:25.540Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:25:25.540Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.540Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742208074,
  "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-03-08T12:25:25.553Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bdc0b05-fe2c-4e7e-b219-e218a289469d
2022-03-08T12:25:25.553Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdc0b05-fe2c-4e7e-b219-e218a289469d 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-03-08T12:25:25.567Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.567Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:25:25.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:25:25.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:25:25.568Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:25:25.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742205002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742213098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:25:25.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742214113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:25:25.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.570Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742214861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:25:25.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742216121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:25:25.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "aai-ml",
  "timestamp": 1646742215865,
  "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-03-08T12:25:25.579Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bdc0b05-fe2c-4e7e-b219-e218a289469d
2022-03-08T12:25:25.579Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdc0b05-fe2c-4e7e-b219-e218a289469d 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-03-08T12:25:25.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "clamp",
  "timestamp": 1646742217126,
  "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-03-08T12:25:25.597Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bdc0b05-fe2c-4e7e-b219-e218a289469d
2022-03-08T12:25:25.597Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bdc0b05-fe2c-4e7e-b219-e218a289469d 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-03-08T12:25:25.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742217193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:25:25.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742218700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:25:25.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742219998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742221285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/vfw35f7556030dd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742222289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:25:25.609Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742223294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/resourceInstances/vfw35f7556030dd0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:25:25.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:25.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:25:25.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742224299,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308121931/1.0/artifacts/service-Vfw20220308121931-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:25:25.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:25:45.421Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:25:45.448Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:25:45.458Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:25:45.458Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:25:45.458Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:25:45.458Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:25:45.458Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:25:45.459Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:25:45.459Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:25:45.459Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:25:45.459Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:25:45.459Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:25:45.459Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:25:45.468Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:26:15.468Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d 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-03-08T12:26:15.483Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bdc0b05-fe2c-4e7e-b219-e218a289469d and serviceModelVersionId: e3aa65ff-61ae-4515-9cbe-95fe4c82d486
2022-03-08T12:26:15.483Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bafd2070-5512-41ed-bef5-02e55f59848d
2022-03-08T12:26:15.485Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0
2022-03-08T12:26:15.492Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:26:15.554Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0|INFO|500||Invoke
2022-03-08T12:26:15.555Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3bdc0b05-fe2c-4e7e-b219-e218a289469d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c5ff2d86-f2d3-4b8d-bedd-e60c2bcf6356], X-ECOMP-RequestID=[3bdc0b05-fe2c-4e7e-b219-e218a289469d], X-TransactionId=[], X-ONAP-RequestID=[3bdc0b05-fe2c-4e7e-b219-e218a289469d], Content-Type=[application/merge-patch+json]}
2022-03-08T12:26:15.630Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:26:16.175Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?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/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:26:16:426-86882], vertex-id=[221248], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:26:16 GMT], Content-Type=[application/json]}
2022-03-08T12:26:16.175Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:26:16.176Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bafd2070-5512-41ed-bef5-02e55f59848d/model-vers/model-ver/e3aa65ff-61ae-4515-9cbe-95fe4c82d486?depth=0|INFO|500||InvokeReturn
2022-03-08T12:26:16.176Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:26:16.177Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:26:16.184Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-08T12:26:16.185Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bdc0b05-fe2c-4e7e-b219-e218a289469d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:26:16.185Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:26:16.186Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:16.188Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:16.189Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742376185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:26:16.289Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:16.290Z||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-03-08T12:26:16.290Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:16.308Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:16.309Z||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-03-08T12:26:17.211Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:26:17.212Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|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-03-08T12:26:17.212Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|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 czjQP1WARwrAie69) ...
2022-03-08T12:26:21.523Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:21.524Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:26:21.524Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"082b9c27-4a69-4d5c-a1c7-e853b0787ef2","serviceName":"vFW 2022-03-08 12-22-28","serviceVersion":"1.0","serviceUUID":"52dd8877-cbc2-4725-87f3-fc0c38138f38","serviceDescription":"catalog service description","serviceInvariantUUID":"96c9b685-4d62-4148-8940-f1cf9b967464","resources":[{"resourceInstanceName":"vFW 82d2fc31-5c3f 0","resourceName":"vFW 82d2fc31-5c3f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96684bf8-964c-4d59-8aff-6d13653d260d","resourceInvariantUUID":"cfded692-3d0e-44ef-b2ff-db3058e87621","resourceCustomizationUUID":"ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml","artifactChecksum":"YjU1YTU3NWMwZGRhZTAzNmE2NjQzMjdjM2NlZmMwMzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe977a9c-ea86-4099-ac55-bbdf747a204c","artifactVersion":"1"},{"artifactName":"vfw82d2fc315c3f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json","artifactChecksum":"NGE3NDQzYTQyODZmNDc2YzIyMjI3Y2RlODUyODM4ZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9400d660-85e9-4726-a816-a949619bb666","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"abe24950-6930-41f1-8443-4eb3348dad33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml","artifactChecksum":"NmFhYTAxZDc0ZjVmMjRiZjA1MzNkYTJhNjNlNzcxNWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e18c6789-f34b-401a-8cd0-08708376f586","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae8f1c90-d692-44d9-834a-56742c173a7e","artifactVersion":"2","generatedFromUUID":"abe24950-6930-41f1-8443-4eb3348dad33"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308122228-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml","artifactChecksum":"M2UwMWI4NmQ1MzYwNDY5ZTk3NDkwY2U4N2Y0YzIzMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79f7be92-507b-4351-83f7-db9871c19f4a","artifactVersion":"1"},{"artifactName":"service-Vfw20220308122228-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar","artifactChecksum":"MTVhNjVhMTQ1Y2Y0ODhkNDZjYjljYjQ4MGE5MzI4MDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6da2de0f-684e-4c47-80ff-3014bad0e746","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:26:21.528Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:26:21.528Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:21.530Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:21.530Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:21.630Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:21.632Z||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-03-08T12:26:21.632Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:21.646Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:21.647Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:22.531Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:26:22.532Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:22.534Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:22.535Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:26:22.635Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:26:22.636Z||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-03-08T12:26:22.636Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:22.649Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:22.649Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:23.535Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:26:23.536Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:23.539Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:23.540Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:26:23.640Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:23.641Z||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-03-08T12:26:23.641Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:23.653Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:23.654Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:26:24.540Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:26:24.542Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:24.544Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:24.544Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:24.645Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:24.646Z||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-03-08T12:26:24.646Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:24.657Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:24.658Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:26:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:26:25.012Z||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-03-08T12:26:25.013Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:26:25.545Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:26:25.546Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:25.548Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:25.548Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.646Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:25.648Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:25.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742341583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.649Z||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-03-08T12:26:25.649Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742341318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742346018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742342352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742344016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742341583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742341318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742346018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742342352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742344016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1646742347710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742346018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742342352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742341318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742341583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742344016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1646742347710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742341318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742341583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742342352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742346018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742344016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742349220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1646742347710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742341583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742346018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742341318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742342352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742344016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742349220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1646742347710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.663Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742341583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742341318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.664Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742346018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742342352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742344016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742349220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1646742347710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742341583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742341318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742342352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742346018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742344016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742349220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1646742347710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742349220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742353176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742353822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "dcae-sch",
  "timestamp": 1646742347710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742354484,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742354487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742349220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "cds",
  "timestamp": 1646742355494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-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-03-08T12:26:25.722Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
2022-03-08T12:26:25.723Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 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-03-08T12:26:25.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742349220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742354873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742355406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742355406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742356468,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742355406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742357491,
  "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-03-08T12:26:25.745Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
2022-03-08T12:26:25.745Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 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-03-08T12:26:25.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742358582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742355406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742358495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742359588,
  "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-03-08T12:26:25.768Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
2022-03-08T12:26:25.768Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 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-03-08T12:26:25.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.779Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742355406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742355406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742355406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.781Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.781Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742363558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742364564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:25.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.782Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "policy-id",
  "timestamp": 1646742365568,
  "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-03-08T12:26:25.797Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
2022-03-08T12:26:25.797Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 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-03-08T12:26:25.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742367147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:25.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742367231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:25.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "aai-ml",
  "timestamp": 1646742368236,
  "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-03-08T12:26:25.824Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
2022-03-08T12:26:25.824Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 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-03-08T12:26:25.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742369154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:25.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "clamp",
  "timestamp": 1646742370158,
  "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-03-08T12:26:25.858Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
2022-03-08T12:26:25.858Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 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-03-08T12:26:25.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bdc0b05-fe2c-4e7e-b219-e218a289469d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742376185,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:26:25.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:26:25.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:26:25.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:25.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:26:25.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:25.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:26:26.549Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:26:26.550Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:26.554Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:26.554Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:26:26.654Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:26.655Z||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-03-08T12:26:26.655Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:26.665Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:26.666Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:27.555Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:26:27.555Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:27.558Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:27.558Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:26:27.658Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:27.660Z||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-03-08T12:26:27.660Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:27.675Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:27.676Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:28.560Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "serviceName": "vFW 2022-03-08 12-22-28",
  "serviceVersion": "1.0",
  "serviceUUID": "52dd8877-cbc2-4725-87f3-fc0c38138f38",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "96c9b685-4d62-4148-8940-f1cf9b967464",
  "resources": [
    {
      "resourceInstanceName": "vFW 82d2fc31-5c3f 0",
      "resourceCustomizationUUID": "ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3",
      "resourceName": "vFW 82d2fc31-5c3f",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "96684bf8-964c-4d59-8aff-6d13653d260d",
      "resourceInvariantUUID": "cfded692-3d0e-44ef-b2ff-db3058e87621",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw82d2fc315c3f0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
          "artifactChecksum": "NGE3NDQzYTQyODZmNDc2YzIyMjI3Y2RlODUyODM4ZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9400d660-85e9-4726-a816-a949619bb666",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "abe24950-6930-41f1-8443-4eb3348dad33",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ae8f1c90-d692-44d9-834a-56742c173a7e",
            "generatedFromUUID": "abe24950-6930-41f1-8443-4eb3348dad33"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ae8f1c90-d692-44d9-834a-56742c173a7e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220308122228-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
      "artifactChecksum": "MTVhNjVhMTQ1Y2Y0ODhkNDZjYjljYjQ4MGE5MzI4MDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6da2de0f-684e-4c47-80ff-3014bad0e746"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:26:28.561Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:26:28.561Z|3bdc0b05-fe2c-4e7e-b219-e218a289469d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 52dd8877-cbc2-4725-87f3-fc0c38138f38 ASDC
2022-03-08T12:26:28.561Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:082b9c27-4a69-4d5c-a1c7-e853b0787ef2
ServiceName:vFW 2022-03-08 12-22-28
ServiceVersion:1.0
ServiceUUID:52dd8877-cbc2-4725-87f3-fc0c38138f38
ServiceInvariantUUID:96c9b685-4d62-4148-8940-f1cf9b967464
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220308122228-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar
ArtifactUUID:6da2de0f-684e-4c47-80ff-3014bad0e746
ArtifactChecksum:MTVhNjVhMTQ1Y2Y0ODhkNDZjYjljYjQ4MGE5MzI4MDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 82d2fc31-5c3f 0
ResourceCustomizationUUID:ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3
ResourceInvariantUUID:cfded692-3d0e-44ef-b2ff-db3058e87621
ResourceName:vFW 82d2fc31-5c3f
ResourceType:VF
ResourceUUID:96684bf8-964c-4d59-8aff-6d13653d260d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw82d2fc315c3f0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json
ArtifactUUID:9400d660-85e9-4726-a816-a949619bb666
ArtifactChecksum:NGE3NDQzYTQyODZmNDc2YzIyMjI3Y2RlODUyODM4ZmE=
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/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml
ArtifactUUID:abe24950-6930-41f1-8443-4eb3348dad33
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/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env
ArtifactUUID:ae8f1c90-d692-44d9-834a-56742c173a7e
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/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env
ArtifactUUID:ae8f1c90-d692-44d9-834a-56742c173a7e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:26:28.561Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52dd8877-cbc2-4725-87f3-fc0c38138f38 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-03-08T12:26:28.618Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:26:28.619Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:26:28.619Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:26:28.619Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6da2de0f-684e-4c47-80ff-3014bad0e746 from URL: /sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:28.619Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:26:28.620Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:29.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:26:29.010Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar 6da2de0f-684e-4c47-80ff-3014bad0e746 98925
2022-03-08T12:26:29.011Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar ASDC sendASDCNotification
2022-03-08T12:26:29.011Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:29.011Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:26:29.011Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:29.013Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:29.013Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742389011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:29.114Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:29.115Z||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-03-08T12:26:29.115Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:29.131Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:29.132Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:30.016Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:26:30.017Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-08T12:26:30.018Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6da2de0f-684e-4c47-80ff-3014bad0e746, URL: /sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar to file: /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:30.018Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308122228-csar.csar
2022-03-08T12:26:30.019Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:30.019Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:30.313Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12565169868755118391/Definitions/service-Vfw20220308122228-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_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_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-03-08T12:26:32.717Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:26:32.718Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-08T12:26:32.718Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.718Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-08T12:26:32.718Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.718Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 82d2fc31-5c3f 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-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.719Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:32.720Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-08T12:26:32.720Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.720Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:32.720Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:32.720Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-08T12:26:32.720Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:26:32.721Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.721Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:32.721Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:32.721Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-08T12:26:32.721Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:26:32.722Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.722Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:32.722Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.722Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is not matching search criteria
2022-03-08T12:26:32.722Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:26:32.723Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:26:32.723Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:26:32.723Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.723Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.723Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:26:32.723Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.723Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:26:32.724Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:26:32.724Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.724Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.724Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:26:32.724Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.724Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:26:32.724Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.725Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:26:32.725Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.725Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:26:32.725Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.725Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:32.726Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:32.726Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.726Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:32.726Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:32.726Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.726Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:32.727Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:32.727Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.727Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is not matching search criteria
2022-03-08T12:26:32.727Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:26:32.727Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:26:32.727Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:26:32.727Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.728Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f1c0005-9cfa-443f-a675-1bbcd34c8f84
2022-03-08T12:26:32.729Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.729Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is not matching search criteria
2022-03-08T12:26:32.729Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:26:32.729Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:26:32.729Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:26:32.729Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.730Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.730Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:26:32.730Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.730Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:26:32.730Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:26:32.731Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.731Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:26:32.731Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.731Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c6d19e6-3177-4db6-827a-0e737c9e2b54
2022-03-08T12:26:32.731Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.732Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is not matching search criteria
2022-03-08T12:26:32.732Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:26:32.732Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:26:32.732Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:26:32.732Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.732Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.733Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:26:32.733Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.733Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:26:32.733Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:26:32.733Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:32.733Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:32.734Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:26:32.734Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13eda49b-7dbe-44ac-898a-d22ec6d122a6
2022-03-08T12:26:32.734Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.734Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:32.734Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.734Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:32.734Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.735Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:32.735Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:32.735Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:32.735Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-08 12-22-28
Description:catalog service description
Model UUID:52dd8877-cbc2-4725-87f3-fc0c38138f38
Model Version:NULL
Model InvariantUuid:96c9b685-4d62-4148-8940-f1cf9b967464
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 82d2fc31-5c3f
Model UUID:08ac17fd-54de-42da-af0d-040dab7a9261
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cfded692-3d0e-44ef-b2ff-db3058e87621
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:07614d71-270e-442a-ad36-a912a3419dcf
ModelName:Vfw82d2fc315c3f..base_vfw..module-0
ModelUuid:c3dbe8ac-fb78-46bd-9e98-65608c6373ba
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f1c0005-9cfa-443f-a675-1bbcd34c8f84
ModelInvariantUuid:af5fc237-5437-4bf2-9067-ffd9bf5cfd7f
ModelName:vFW 82d2fc31-5c3f-nodes.vfwCvfc
ModelUuid:4cb4ae5e-36f1-45d7-9d55-cf5b9e3eb4d7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0cf55f6b-d2d2-4efb-bcad-e12697e7108e
ModelInvariantUuid:16dad723-6b38-488c-b83b-797f56aa1dca
ModelName:Vfw82d2fc315c3f.compute.nodes.heat.vfw
ModelUuid:9ffa404e-c709-4a71-bcd5-25cb8b128524
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9c6d19e6-3177-4db6-827a-0e737c9e2b54
ModelInvariantUuid:e710dd43-d3bd-406c-9f4a-edb1758f37f1
ModelName:vFW 82d2fc31-5c3f-nodes.vsnCvfc
ModelUuid:41972ec1-ea2f-4a03-a350-6fc1efb262ad
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9468111f-cd05-4f87-9365-2084ff155549
ModelInvariantUuid:886d4716-0dc7-457f-8ed0-83dfdebe032d
ModelName:Vfw82d2fc315c3f.compute.nodes.heat.vsn
ModelUuid:0ae22935-27f2-4b4c-8eaf-4424d52467a4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:13eda49b-7dbe-44ac-898a-d22ec6d122a6
ModelInvariantUuid:1a7d3fde-8791-4abd-b398-c03ae7929356
ModelName:vFW 82d2fc31-5c3f-nodes.vpgCvfc
ModelUuid:554ad4f5-c1c4-4a75-b5fb-31df9c4da92c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d949be87-7f60-4d90-aff1-893d6ed3e0d5
ModelInvariantUuid:8b7b4f3d-cb4c-4918-a2a1-d213f4fee999
ModelName:Vfw82d2fc315c3f.compute.nodes.heat.vpg
ModelUuid:887c30b7-7119-4ff9-ade8-e74199a00c5a
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-03-08T12:26:32.744Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 96684bf8-964c-4d59-8aff-6d13653d260d
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-03-08T12:26:32.748Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||vFW 82d2fc31-5c3f 0
2022-03-08T12:26:32.748Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96684bf8-964c-4d59-8aff-6d13653d260d
2022-03-08T12:26:32.748Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9400d660-85e9-4726-a816-a949619bb666 from URL: /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json
2022-03-08T12:26:32.748Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:26:32.749Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json
2022-03-08T12:26:32.987Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:26:32.988Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json 9400d660-85e9-4726-a816-a949619bb666 785
2022-03-08T12:26:32.988Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json ASDC sendASDCNotification
2022-03-08T12:26:32.988Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json
2022-03-08T12:26:32.988Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:26:32.989Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:32.991Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:32.991Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742392988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:33.091Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:33.092Z||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-03-08T12:26:33.093Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:33.106Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:33.106Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:33.991Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw82d2fc315c3f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "07614d71-270e-442a-ad36-a912a3419dcf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3dbe8ac-fb78-46bd-9e98-65608c6373ba",
    "vfModuleModelCustomizationUUID": "f8f6ec16-1ba9-4681-aa19-27d12cf3a1f4",
    "isBase": true,
    "artifacts": [
      "abe24950-6930-41f1-8443-4eb3348dad33",
      "ae8f1c90-d692-44d9-834a-56742c173a7e"
    ],
    "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-03-08T12:26:33.996Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82d2fc315c3f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3dbe8ac-fb78-46bd-9e98-65608c6373ba
VfModuleModelInvariantUUID:07614d71-270e-442a-ad36-a912a3419dcf
VfModuleModelDescription:NULL
Artifacts UUID List:{
abe24950-6930-41f1-8443-4eb3348dad33
,
ae8f1c90-d692-44d9-834a-56742c173a7e

}
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-03-08T12:26:33.998Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw82d2fc315c3f..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "07614d71-270e-442a-ad36-a912a3419dcf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3dbe8ac-fb78-46bd-9e98-65608c6373ba",
    "vfModuleModelCustomizationUUID": "f8f6ec16-1ba9-4681-aa19-27d12cf3a1f4",
    "isBase": true,
    "artifacts": [
      "abe24950-6930-41f1-8443-4eb3348dad33",
      "ae8f1c90-d692-44d9-834a-56742c173a7e"
    ],
    "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-03-08T12:26:33.998Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw82d2fc315c3f..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3dbe8ac-fb78-46bd-9e98-65608c6373ba
VfModuleModelInvariantUUID:07614d71-270e-442a-ad36-a912a3419dcf
VfModuleModelDescription:NULL
Artifacts UUID List:{
abe24950-6930-41f1-8443-4eb3348dad33
,
ae8f1c90-d692-44d9-834a-56742c173a7e

}
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-03-08T12:26:33.998Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: abe24950-6930-41f1-8443-4eb3348dad33 from URL: /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml
2022-03-08T12:26:33.998Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:26:33.999Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml
2022-03-08T12:26:34.287Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:26:34.288Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml abe24950-6930-41f1-8443-4eb3348dad33 20368
2022-03-08T12:26:34.288Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:26:34.288Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml
2022-03-08T12:26:34.289Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:26:34.289Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:34.291Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:34.291Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742394288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:34.392Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:34.393Z||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-03-08T12:26:34.393Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:34.407Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:34.407Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:35.292Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ae8f1c90-d692-44d9-834a-56742c173a7e from URL: /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env
2022-03-08T12:26:35.293Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-08T12:26:35.293Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env
2022-03-08T12:26:35.593Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-08T12:26:35.594Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env ae8f1c90-d692-44d9-834a-56742c173a7e 2098
2022-03-08T12:26:35.594Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:26:35.594Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env
2022-03-08T12:26:35.595Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:26:35.595Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:35.597Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:35.597Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742395594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:26:35.697Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:26:35.699Z||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-03-08T12:26:35.699Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:35.712Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:35.713Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:36.598Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 52dd8877-cbc2-4725-87f3-fc0c38138f38
2022-03-08T12:26:36.599Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 82d2fc31-5c3f 0 96684bf8-964c-4d59-8aff-6d13653d260d 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-03-08T12:26:36.622Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13b3beeb, org.onap.sdc.toscaparser.api.parameters.Input@58256307, org.onap.sdc.toscaparser.api.parameters.Input@6c78b455, org.onap.sdc.toscaparser.api.parameters.Input@51813dee, org.onap.sdc.toscaparser.api.parameters.Input@5fcb95d3]
2022-03-08T12:26:36.624Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.624Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.625Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:26:36.625Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3
2022-03-08T12:26:36.625Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3 matches Tosca VF Customization UUID: ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3
2022-03-08T12:26:36.625Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3  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-03-08T12:26:36.646Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.646Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.647Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3: {\"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-03-08T12:26:36.648Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d4008b2
2022-03-08T12:26:36.648Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.648Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:26:36.648Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8f6ec16-1ba9-4681-aa19-27d12cf3a1f4
2022-03-08T12:26:36.649Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8f6ec16-1ba9-4681-aa19-27d12cf3a1f4
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-03-08T12:26:36.652Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.652Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:36.653Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:36.653Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.653Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:36.653Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:36.654Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.654Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is not matching search criteria
2022-03-08T12:26:36.654Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:26:36.655Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:26:36.655Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:26:36.655Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:26:36.655Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:26:36.656Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.656Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:36.656Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:26:36.656Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:36.657Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:26:36.657Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.657Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f1c0005-9cfa-443f-a675-1bbcd34c8f84
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-03-08T12:26:36.661Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.661Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:36.661Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:36.662Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.662Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is not matching search criteria
2022-03-08T12:26:36.662Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:26:36.662Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:26:36.663Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:26:36.663Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:36.663Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.663Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:26:36.664Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.664Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:26:36.664Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:26:36.664Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:36.665Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:26:36.665Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.665Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9c6d19e6-3177-4db6-827a-0e737c9e2b54
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-03-08T12:26:36.668Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.668Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:36.668Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:36.669Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.669Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is not matching search criteria
2022-03-08T12:26:36.669Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:26:36.669Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:26:36.669Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:26:36.669Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:36.670Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.670Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:26:36.670Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.670Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:26:36.670Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:26:36.670Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:26:36.671Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:26:36.671Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:26:36.671Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=13eda49b-7dbe-44ac-898a-d22ec6d122a6
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-03-08T12:26:36.674Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.674Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:36.674Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:26:36.675Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.675Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Node template vFW 82d2fc31-5c3f 0 is matching search criteria
2022-03-08T12:26:36.675Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 82d2fc31-5c3f 0] matching following query criteria: sdcType=VF, customizationUUID=ce8e1131-f7f7-4d47-84d4-0d09e22a1ce3
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-03-08T12:26:36.678Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.678Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.678Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 52dd8877-cbc2-4725-87f3-fc0c38138f38: vFW 82d2fc31-5c3f
2022-03-08T12:26:36.679Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.679Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.679Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.679Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.679Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.679Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.680Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.680Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.680Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:26:36.680Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-08 12-22-28 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:26:36.680Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-08 12-22-28 
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-03-08T12:26:36.992Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 82d2fc31-5c3f 96684bf8-964c-4d59-8aff-6d13653d260d 1 ASDC deployResourceStructure
2022-03-08T12:26:36.993Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json ASDC sendASDCNotification
2022-03-08T12:26:36.993Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json
2022-03-08T12:26:36.993Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:26:36.993Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:36.995Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:36.995Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742396993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:37.096Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:26:37.097Z||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-03-08T12:26:37.097Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:37.109Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:37.109Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:37.997Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:26:37.997Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml
2022-03-08T12:26:37.997Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:26:37.997Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:38.000Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:38.000Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742397996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:38.100Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:38.102Z||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-03-08T12:26:38.102Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:38.115Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:38.115Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:39.001Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:26:39.001Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env
2022-03-08T12:26:39.002Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:26:39.002Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:39.004Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:39.004Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742399001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:39.104Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:39.106Z||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-03-08T12:26:39.106Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:39.119Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:39.120Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:40.005Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar ASDC sendASDCNotification
2022-03-08T12:26:40.005Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar
2022-03-08T12:26:40.005Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:26:40.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:26:40.008Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:26:40.008Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742400005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:26:40.108Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:26:40.109Z||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-03-08T12:26:40.109Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:26:40.123Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:26:40.123Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:26:41.009Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:26:41.020Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 082b9c27-4a69-4d5c-a1c7-e853b0787ef2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:26:41.023Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:26:41.023Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:26:41.023Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:26:41.023Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:26:41.023Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:26:41.023Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:26:41.024Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:26:41.024Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:26:41.024Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:26:41.024Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:26:41.024Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:26:41.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:27:11.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 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-03-08T12:27:11.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 and serviceModelVersionId: 52dd8877-cbc2-4725-87f3-fc0c38138f38
2022-03-08T12:27:11.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96c9b685-4d62-4148-8940-f1cf9b967464
2022-03-08T12:27:11.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96c9b685-4d62-4148-8940-f1cf9b967464/model-vers/model-ver/52dd8877-cbc2-4725-87f3-fc0c38138f38?depth=0
2022-03-08T12:27:11.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:27:11.086Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c9b685-4d62-4148-8940-f1cf9b967464/model-vers/model-ver/52dd8877-cbc2-4725-87f3-fc0c38138f38?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-03-08T12:27:11.088Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c9b685-4d62-4148-8940-f1cf9b967464/model-vers/model-ver/52dd8877-cbc2-4725-87f3-fc0c38138f38?depth=0|INFO|500||Invoke
2022-03-08T12:27:11.110Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c9b685-4d62-4148-8940-f1cf9b967464/model-vers/model-ver/52dd8877-cbc2-4725-87f3-fc0c38138f38?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:27:11.369Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c9b685-4d62-4148-8940-f1cf9b967464/model-vers/model-ver/52dd8877-cbc2-4725-87f3-fc0c38138f38?depth=0|INFO|500||InvokeReturn
2022-03-08T12:27:11.369Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/96c9b685-4d62-4148-8940-f1cf9b967464/model-vers/model-ver/52dd8877-cbc2-4725-87f3-fc0c38138f38?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-12:27:11:908-31572], vertex-id=[147488], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:27:11 GMT], Content-Type=[application/json]}
2022-03-08T12:27:11.370Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:27:11.371Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:27:11.371Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:27:11.376Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-08T12:27:11.376Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 082b9c27-4a69-4d5c-a1c7-e853b0787ef2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:27:11.376Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:27:11.377Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:27:11.378Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:27:11.379Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742431376,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:27:11.479Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:27:11.480Z||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-03-08T12:27:11.480Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:27:11.496Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:27:11.497Z||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-03-08T12:27:12.396Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:27:12.397Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:27:12.397Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:27:21.937Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:27:21.938Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:27:21.938Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:27:21.938Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:27:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:27:25.007Z||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-03-08T12:27:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:27:25.127Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:27:25.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:27:25.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:27:25.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:27:31.477Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:27:31.478Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:27:31.479Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:27:31.479Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:27:41.037Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:28:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:28:25.003Z||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-03-08T12:28:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:28:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:28:25.006Z||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-03-08T12:28:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:28:25.531Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:28:25.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:28:25.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:28:25.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742377211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:28:25.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:28:25.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742389011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:28:25.534Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742392988,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:28:25.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742394288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:28:25.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742395594,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:28:25.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742396993,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/vfw82d2fc315c3f0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:28:25.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742397996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:28:25.536Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742399001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/resourceInstances/vfw82d2fc315c3f0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:28:25.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742400005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122228/1.0/artifacts/service-Vfw20220308122228-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:28:25.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:25.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:28:25.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "082b9c27-4a69-4d5c-a1c7-e853b0787ef2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742431376,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:28:25.538Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:28:34.561Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:29:25.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:29:25.002Z||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-03-08T12:29:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:29:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:29:25.006Z||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-03-08T12:29:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:29:34.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:29:34.558Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:30:25.002Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:30:25.002Z||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-03-08T12:30:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:30:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:30:25.006Z||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-03-08T12:30:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:30:34.542Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:30:34.576Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:31:25.001Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:31:25.002Z||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-03-08T12:31:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:31:25.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:31:25.006Z||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-03-08T12:31:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:31:34.573Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:31:34.573Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:25.002Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:32:25.003Z||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-03-08T12:32:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:32:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:32:25.007Z||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-03-08T12:32:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:32:25.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:25.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742731583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742732352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742735406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742734015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742731583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742732352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742735406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742734015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.139Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.139Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.139Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742739221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742731583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742732352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742735406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742734015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742739221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742731583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742732352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.142Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742735406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742734015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742739221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742731583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742732352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742735406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742734015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742739221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742741318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742731583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742732352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742735406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742739221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742734015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742741318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742731583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742732352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742735406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.148Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742739221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742734015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742741318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742739221,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:32:25.150Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:32:25.627Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:25.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-08T12:32:25.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"97816967-cc7e-439b-b110-4aeea8c25f85","serviceName":"vFW 2022-03-08 12-29-16","serviceVersion":"1.0","serviceUUID":"35e790e6-b5b7-4a0b-984d-647e8e860477","serviceDescription":"catalog service description","serviceInvariantUUID":"d320aa09-7096-496f-b6be-19c7164cc61e","resources":[{"resourceInstanceName":"vFW 926d4351-78e8 0","resourceName":"vFW 926d4351-78e8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"314de757-8aff-4da0-aa8c-5a4d1f8c481a","resourceInvariantUUID":"73d12166-410c-415e-9300-16d6a17612c9","resourceCustomizationUUID":"65c180de-dc78-4197-b343-2afea7709aca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml","artifactChecksum":"MjAwOWI0YmI0YTU1ZmFkMjIyNDc5MDA4NmFmZmZmZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd8522b1-a355-41ed-8da5-30037e31ade9","artifactVersion":"1"},{"artifactName":"vfw926d435178e80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json","artifactChecksum":"YzAwZTVjODc5YWU4OWQ1YzAyOWE0ZjU2ZmVkMjNjYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac38cd7c-14b6-442f-a790-350c58e7e700","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"730f9525-10c1-4a72-99a0-3d8c0fc5e04e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml","artifactChecksum":"MTkxYTAwNjM0ZDRmNzFkN2Q2NWQ1N2MxN2MyM2Q3NmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"644d1bd5-df98-4dbc-8d68-f7b753e45b49","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7743b264-551d-41b4-a38c-b5acd44adcb3","artifactVersion":"2","generatedFromUUID":"730f9525-10c1-4a72-99a0-3d8c0fc5e04e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308122916-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml","artifactChecksum":"ZmFjMmQ0MzZhZDM3NTQ5MzMxNGI2ZjRjOGViMWMyNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab49e3d0-c670-4075-8c90-fe33e533fc40","artifactVersion":"1"},{"artifactName":"service-Vfw20220308122916-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar","artifactChecksum":"OTQ2NTQ3Nzg4OTU5MzdmODNjYWJhMzY1ZjA4OGI0MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f9e6bab3-ae9e-4bb3-98b7-866e022375d6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:32:25.630Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:32:25.631Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:25.633Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:25.633Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:25.733Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:25.734Z||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-03-08T12:32:25.735Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:25.747Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:25.748Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:26.633Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:32:26.634Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:26.638Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:26.638Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:32:26.739Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:26.740Z||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-03-08T12:32:26.740Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:26.752Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:26.753Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:27.639Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:32:27.639Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:27.642Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:27.642Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:32:27.743Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:32:27.744Z||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-03-08T12:32:27.744Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:27.757Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:27.758Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:28.643Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:32:28.644Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:28.647Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:28.647Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:28.747Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:32:28.748Z||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-03-08T12:32:28.748Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:28.761Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:28.762Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:29.649Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:32:29.650Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:29.652Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:29.652Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:32:29.752Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:29.753Z||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-03-08T12:32:29.753Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:29.764Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:29.765Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:30.653Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:32:30.653Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:30.655Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:30.655Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:32:30.756Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:32:30.757Z||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-03-08T12:32:30.757Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:30.776Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:30.777Z||pool-56-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:31.656Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:32:31.657Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:31.659Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:31.659Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:32:31.759Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:31.760Z||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-03-08T12:32:31.761Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:31.770Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:31.770Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:32.663Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "serviceName": "vFW 2022-03-08 12-29-16",
  "serviceVersion": "1.0",
  "serviceUUID": "35e790e6-b5b7-4a0b-984d-647e8e860477",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d320aa09-7096-496f-b6be-19c7164cc61e",
  "resources": [
    {
      "resourceInstanceName": "vFW 926d4351-78e8 0",
      "resourceCustomizationUUID": "65c180de-dc78-4197-b343-2afea7709aca",
      "resourceName": "vFW 926d4351-78e8",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "314de757-8aff-4da0-aa8c-5a4d1f8c481a",
      "resourceInvariantUUID": "73d12166-410c-415e-9300-16d6a17612c9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw926d435178e80_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
          "artifactChecksum": "YzAwZTVjODc5YWU4OWQ1YzAyOWE0ZjU2ZmVkMjNjYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac38cd7c-14b6-442f-a790-350c58e7e700",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "730f9525-10c1-4a72-99a0-3d8c0fc5e04e",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7743b264-551d-41b4-a38c-b5acd44adcb3",
            "generatedFromUUID": "730f9525-10c1-4a72-99a0-3d8c0fc5e04e"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7743b264-551d-41b4-a38c-b5acd44adcb3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220308122916-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
      "artifactChecksum": "OTQ2NTQ3Nzg4OTU5MzdmODNjYWJhMzY1ZjA4OGI0MTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f9e6bab3-ae9e-4bb3-98b7-866e022375d6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:32:32.663Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:32:32.663Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 35e790e6-b5b7-4a0b-984d-647e8e860477 ASDC
2022-03-08T12:32:32.663Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:97816967-cc7e-439b-b110-4aeea8c25f85
ServiceName:vFW 2022-03-08 12-29-16
ServiceVersion:1.0
ServiceUUID:35e790e6-b5b7-4a0b-984d-647e8e860477
ServiceInvariantUUID:d320aa09-7096-496f-b6be-19c7164cc61e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220308122916-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar
ArtifactUUID:f9e6bab3-ae9e-4bb3-98b7-866e022375d6
ArtifactChecksum:OTQ2NTQ3Nzg4OTU5MzdmODNjYWJhMzY1ZjA4OGI0MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 926d4351-78e8 0
ResourceCustomizationUUID:65c180de-dc78-4197-b343-2afea7709aca
ResourceInvariantUUID:73d12166-410c-415e-9300-16d6a17612c9
ResourceName:vFW 926d4351-78e8
ResourceType:VF
ResourceUUID:314de757-8aff-4da0-aa8c-5a4d1f8c481a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw926d435178e80_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json
ArtifactUUID:ac38cd7c-14b6-442f-a790-350c58e7e700
ArtifactChecksum:YzAwZTVjODc5YWU4OWQ1YzAyOWE0ZjU2ZmVkMjNjYWE=
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/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml
ArtifactUUID:730f9525-10c1-4a72-99a0-3d8c0fc5e04e
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/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env
ArtifactUUID:7743b264-551d-41b4-a38c-b5acd44adcb3
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/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env
ArtifactUUID:7743b264-551d-41b4-a38c-b5acd44adcb3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:32:32.664Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35e790e6-b5b7-4a0b-984d-647e8e860477 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-03-08T12:32:32.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:32:32.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:32:32.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:32:32.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f9e6bab3-ae9e-4bb3-98b7-866e022375d6 from URL: /sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:32.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-08T12:32:32.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:33.407Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-08T12:32:33.414Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar f9e6bab3-ae9e-4bb3-98b7-866e022375d6 98896
2022-03-08T12:32:33.414Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar ASDC sendASDCNotification
2022-03-08T12:32:33.414Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:33.414Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:32:33.415Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:33.418Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:33.418Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742753414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:32:33.518Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:33.519Z||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-03-08T12:32:33.519Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:33.530Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:33.531Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:34.418Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:32:34.420Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:32:34.421Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f9e6bab3-ae9e-4bb3-98b7-866e022375d6, URL: /sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar to file: /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:34.421Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308122916-csar.csar
2022-03-08T12:32:34.422Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:34.422Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:34.575Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13411775743158347437/Definitions/service-Vfw20220308122916-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_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-03-08T12:32:36.715Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||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-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||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-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.716Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||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-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 926d4351-78e8 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-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-08T12:32:36.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:36.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:36.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-08T12:32:36.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:32:36.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:36.719Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:36.719Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-08T12:32:36.719Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:32:36.719Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.719Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:36.719Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is not matching search criteria
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:32:36.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:32:36.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:32:36.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:32:36.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:36.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:36.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:36.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:36.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:36.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is not matching search criteria
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:32:36.724Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.725Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.725Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:32:36.725Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.725Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:32:36.725Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.725Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3bc0dd3c-6750-432b-9f23-3a9560b9c323
2022-03-08T12:32:36.725Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is not matching search criteria
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:32:36.726Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=52738c9a-1dbb-453c-8626-470417f2a1fc
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.727Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is not matching search criteria
2022-03-08T12:32:36.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:32:36.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:32:36.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:32:36.728Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c1cbfd2-99d3-4a31-9f94-defeb8b2b912
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.729Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:36.730Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.730Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:36.730Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.730Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:36.730Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:36.730Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:36.730Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-08 12-29-16
Description:catalog service description
Model UUID:35e790e6-b5b7-4a0b-984d-647e8e860477
Model Version:NULL
Model InvariantUuid:d320aa09-7096-496f-b6be-19c7164cc61e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 926d4351-78e8
Model UUID:09d75f42-373b-4240-97e8-b369ac858dd3
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:73d12166-410c-415e-9300-16d6a17612c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:65c180de-dc78-4197-b343-2afea7709aca
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4bb9a9ca-b1c0-4e29-825b-007b6ac087ed
ModelName:Vfw926d435178e8..base_vfw..module-0
ModelUuid:6e10c57a-528c-4059-94cb-5ccef85bc165
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3bc0dd3c-6750-432b-9f23-3a9560b9c323
ModelInvariantUuid:e8662fc6-5c39-4eac-9b7c-0718c116fddc
ModelName:vFW 926d4351-78e8-nodes.vfwCvfc
ModelUuid:a8b1c219-13f7-4f7a-a803-f2faa1ebd8c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:20b7c39c-6831-405a-84f8-8ea1e10cce5f
ModelInvariantUuid:dea70fc8-113d-464f-bb16-91fe4339a469
ModelName:Vfw926d435178e8.compute.nodes.heat.vfw
ModelUuid:b7fcbe94-f2a0-41b4-824c-01724fa394b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:52738c9a-1dbb-453c-8626-470417f2a1fc
ModelInvariantUuid:0ac80966-f6bf-44e0-a0be-6b35c52857f9
ModelName:vFW 926d4351-78e8-nodes.vsnCvfc
ModelUuid:c5a74fbe-22ec-478a-8797-d927d021c472
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:21332139-1dd5-4b57-9899-b96a1330ddbc
ModelInvariantUuid:a10a85bf-8237-4f2a-abcd-b6e4d6d20d07
ModelName:Vfw926d435178e8.compute.nodes.heat.vsn
ModelUuid:5203a8ec-ffd9-4aef-95bf-87b476fb024a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3c1cbfd2-99d3-4a31-9f94-defeb8b2b912
ModelInvariantUuid:7b8a35e7-50bc-440a-a1d6-61195b5ff1ef
ModelName:vFW 926d4351-78e8-nodes.vpgCvfc
ModelUuid:fbefb035-3985-4346-8c87-58d96012729c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c4ef35e8-b238-4d42-9cd1-e12af3368928
ModelInvariantUuid:e2ff8dd3-8032-4356-85f8-b3c0a2cbc7b4
ModelName:Vfw926d435178e8.compute.nodes.heat.vpg
ModelUuid:35db28d6-f831-4f6d-904c-2e83f4c30933
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-03-08T12:32:36.769Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 314de757-8aff-4da0-aa8c-5a4d1f8c481a
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-03-08T12:32:36.780Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||vFW 926d4351-78e8 0
2022-03-08T12:32:36.781Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 314de757-8aff-4da0-aa8c-5a4d1f8c481a
2022-03-08T12:32:36.781Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac38cd7c-14b6-442f-a790-350c58e7e700 from URL: /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json
2022-03-08T12:32:36.781Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-08T12:32:36.781Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json
2022-03-08T12:32:37.002Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-08T12:32:37.003Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json ac38cd7c-14b6-442f-a790-350c58e7e700 785
2022-03-08T12:32:37.003Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json ASDC sendASDCNotification
2022-03-08T12:32:37.003Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json
2022-03-08T12:32:37.003Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:32:37.003Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:37.005Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:37.005Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742757003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:32:37.106Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:37.107Z||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-03-08T12:32:37.107Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:37.119Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:37.120Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:38.006Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw926d435178e8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4bb9a9ca-b1c0-4e29-825b-007b6ac087ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e10c57a-528c-4059-94cb-5ccef85bc165",
    "vfModuleModelCustomizationUUID": "84ade1ca-158b-4e09-8edd-6d09b4079ef3",
    "isBase": true,
    "artifacts": [
      "730f9525-10c1-4a72-99a0-3d8c0fc5e04e",
      "7743b264-551d-41b4-a38c-b5acd44adcb3"
    ],
    "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-03-08T12:32:38.010Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw926d435178e8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e10c57a-528c-4059-94cb-5ccef85bc165
VfModuleModelInvariantUUID:4bb9a9ca-b1c0-4e29-825b-007b6ac087ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
730f9525-10c1-4a72-99a0-3d8c0fc5e04e
,
7743b264-551d-41b4-a38c-b5acd44adcb3

}
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-03-08T12:32:38.013Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw926d435178e8..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4bb9a9ca-b1c0-4e29-825b-007b6ac087ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6e10c57a-528c-4059-94cb-5ccef85bc165",
    "vfModuleModelCustomizationUUID": "84ade1ca-158b-4e09-8edd-6d09b4079ef3",
    "isBase": true,
    "artifacts": [
      "730f9525-10c1-4a72-99a0-3d8c0fc5e04e",
      "7743b264-551d-41b4-a38c-b5acd44adcb3"
    ],
    "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-03-08T12:32:38.013Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw926d435178e8..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6e10c57a-528c-4059-94cb-5ccef85bc165
VfModuleModelInvariantUUID:4bb9a9ca-b1c0-4e29-825b-007b6ac087ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
730f9525-10c1-4a72-99a0-3d8c0fc5e04e
,
7743b264-551d-41b4-a38c-b5acd44adcb3

}
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-03-08T12:32:38.013Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 730f9525-10c1-4a72-99a0-3d8c0fc5e04e from URL: /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml
2022-03-08T12:32:38.013Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-08T12:32:38.014Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml
2022-03-08T12:32:38.369Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-08T12:32:38.370Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml 730f9525-10c1-4a72-99a0-3d8c0fc5e04e 20368
2022-03-08T12:32:38.370Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:32:38.370Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml
2022-03-08T12:32:38.370Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:32:38.370Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:38.372Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:38.372Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742758370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:32:38.473Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:38.474Z||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-03-08T12:32:38.474Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:38.490Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:38.491Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:39.373Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7743b264-551d-41b4-a38c-b5acd44adcb3 from URL: /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env
2022-03-08T12:32:39.373Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-08T12:32:39.373Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env
2022-03-08T12:32:39.649Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-08T12:32:39.650Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env 7743b264-551d-41b4-a38c-b5acd44adcb3 2098
2022-03-08T12:32:39.650Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:32:39.650Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env
2022-03-08T12:32:39.650Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:32:39.651Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:39.653Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:39.653Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742759650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:32:39.753Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:32:39.755Z||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-03-08T12:32:39.755Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:39.769Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:39.770Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:40.654Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 35e790e6-b5b7-4a0b-984d-647e8e860477
2022-03-08T12:32:40.655Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 926d4351-78e8 0 314de757-8aff-4da0-aa8c-5a4d1f8c481a 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-03-08T12:32:40.675Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f26dc9a, org.onap.sdc.toscaparser.api.parameters.Input@60fa4296, org.onap.sdc.toscaparser.api.parameters.Input@299a716d, org.onap.sdc.toscaparser.api.parameters.Input@33f2fc5d, org.onap.sdc.toscaparser.api.parameters.Input@1a1934b5]
2022-03-08T12:32:40.677Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.677Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.678Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:32:40.678Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 65c180de-dc78-4197-b343-2afea7709aca
2022-03-08T12:32:40.678Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65c180de-dc78-4197-b343-2afea7709aca matches Tosca VF Customization UUID: 65c180de-dc78-4197-b343-2afea7709aca
2022-03-08T12:32:40.678Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 65c180de-dc78-4197-b343-2afea7709aca  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-03-08T12:32:40.683Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.683Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.684Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 65c180de-dc78-4197-b343-2afea7709aca: {\"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-03-08T12:32:40.684Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@761a28e2
2022-03-08T12:32:40.684Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.684Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:32:40.684Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84ade1ca-158b-4e09-8edd-6d09b4079ef3
2022-03-08T12:32:40.685Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84ade1ca-158b-4e09-8edd-6d09b4079ef3
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-03-08T12:32:40.688Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.688Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:40.689Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:40.689Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.689Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:40.689Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:40.690Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.690Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is not matching search criteria
2022-03-08T12:32:40.690Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:32:40.690Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:32:40.691Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:32:40.691Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:32:40.691Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:32:40.691Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.691Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:40.692Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:32:40.692Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:40.692Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:32:40.692Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.693Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3bc0dd3c-6750-432b-9f23-3a9560b9c323
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-03-08T12:32:40.704Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.704Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:40.704Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:40.705Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.705Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is not matching search criteria
2022-03-08T12:32:40.705Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:32:40.705Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:32:40.705Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:40.706Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.706Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.706Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:32:40.706Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:32:40.706Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:32:40.706Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:32:40.707Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:40.707Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:32:40.707Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.707Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=52738c9a-1dbb-453c-8626-470417f2a1fc
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-03-08T12:32:40.710Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.710Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:40.711Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:40.711Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.711Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is not matching search criteria
2022-03-08T12:32:40.711Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:32:40.711Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:32:40.712Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:40.712Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.712Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.712Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:32:40.713Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:32:40.713Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:32:40.713Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:32:40.713Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:32:40.714Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:32:40.714Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:32:40.714Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3c1cbfd2-99d3-4a31-9f94-defeb8b2b912
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-03-08T12:32:40.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:40.717Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:32:40.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Node template vFW 926d4351-78e8 0 is matching search criteria
2022-03-08T12:32:40.718Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 926d4351-78e8 0] matching following query criteria: sdcType=VF, customizationUUID=65c180de-dc78-4197-b343-2afea7709aca
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-03-08T12:32:40.720Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 35e790e6-b5b7-4a0b-984d-647e8e860477: vFW 926d4351-78e8
2022-03-08T12:32:40.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.721Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.722Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:32:40.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-08 12-29-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:32:40.723Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-08 12-29-16 
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-03-08T12:32:41.011Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 926d4351-78e8 314de757-8aff-4da0-aa8c-5a4d1f8c481a 1 ASDC deployResourceStructure
2022-03-08T12:32:41.012Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json ASDC sendASDCNotification
2022-03-08T12:32:41.012Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json
2022-03-08T12:32:41.013Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:32:41.013Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:41.015Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:41.015Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742761012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:32:41.116Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:41.117Z||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-03-08T12:32:41.117Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:41.130Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:41.131Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:42.016Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:32:42.017Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml
2022-03-08T12:32:42.017Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:32:42.017Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:42.021Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:42.022Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742762016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:32:42.121Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:32:42.123Z||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-03-08T12:32:42.123Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:42.138Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:42.139Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:43.023Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:32:43.023Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env
2022-03-08T12:32:43.023Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:32:43.024Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:43.026Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:43.026Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742763023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:32:43.126Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:43.128Z||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-03-08T12:32:43.128Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:43.141Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:43.142Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:44.027Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar ASDC sendASDCNotification
2022-03-08T12:32:44.027Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar
2022-03-08T12:32:44.027Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:32:44.028Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:32:44.030Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:32:44.030Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742764027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:32:44.130Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:32:44.131Z||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-03-08T12:32:44.131Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:32:44.148Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:32:44.149Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:32:45.031Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:32:45.065Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:32:45.069Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:32:45.069Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:32:45.069Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:33:15.069Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:33:15.079Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:33:15.082Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:33:15.082Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:33:15.082Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:33:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:33:25.007Z||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-03-08T12:33:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:33:25.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:33:25.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:33:25.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742741318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:33:25.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:33:45.082Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:33:45.094Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:33:45.097Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:33:45.097Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:33:45.097Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:34:15.099Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:34:15.110Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:34:15.119Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:34:15.119Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:34:15.119Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:34:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:34:25.007Z||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-03-08T12:34:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:34:25.038Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:34:25.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:34:25.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742746249,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:34:25.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:34:45.121Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:34:45.147Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:34:45.151Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:34:45.151Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:34:45.151Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:35:15.153Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:35:15.233Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:35:15.247Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:35:15.247Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:35:15.247Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:35:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:35:25.008Z||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-03-08T12:35:25.008Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:35:25.034Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:35:25.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742745888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.037Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742746279,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742746492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.038Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742746019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742741318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "cds",
  "timestamp": 1646742747257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-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-03-08T12:35:25.060Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97816967-cc7e-439b-b110-4aeea8c25f85
2022-03-08T12:35:25.061Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97816967-cc7e-439b-b110-4aeea8c25f85 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-03-08T12:35:25.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742747285,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742746019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:35:25.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742741318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "policy-id",
  "timestamp": 1646742748288,
  "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-03-08T12:35:25.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97816967-cc7e-439b-b110-4aeea8c25f85
2022-03-08T12:35:25.111Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97816967-cc7e-439b-b110-4aeea8c25f85 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-03-08T12:35:25.124Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.124Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "dcae-sch",
  "timestamp": 1646742747710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.124Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.125Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742746019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.125Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.125Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:35:25.126Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742741318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:35:25.127Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "dcae-sch",
  "timestamp": 1646742747710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.128Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.128Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742746019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.129Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.129Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.129Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.130Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.130Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "dcae-sch",
  "timestamp": 1646742747710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.130Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.131Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742749607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.131Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.131Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.132Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742746019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.132Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:35:25.133Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742751002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742751208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "dcae-sch",
  "timestamp": 1646742747710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.136Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.137Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.137Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.137Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742746019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.138Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.138Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.138Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742752007,
  "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-03-08T12:35:25.146Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97816967-cc7e-439b-b110-4aeea8c25f85
2022-03-08T12:35:25.146Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97816967-cc7e-439b-b110-4aeea8c25f85 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-03-08T12:35:25.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "dcae-sch",
  "timestamp": 1646742747710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742751451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742746019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742745001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742753216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "dcae-sch",
  "timestamp": 1646742747710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.175Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742753051,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "clamp",
  "timestamp": 1646742754220,
  "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-03-08T12:35:25.193Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97816967-cc7e-439b-b110-4aeea8c25f85
2022-03-08T12:35:25.194Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97816967-cc7e-439b-b110-4aeea8c25f85 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-03-08T12:35:25.208Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "dcae-sch",
  "timestamp": 1646742747710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:35:25.209Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:35:25.209Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.209Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742753414,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742754079,
  "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-03-08T12:35:25.221Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97816967-cc7e-439b-b110-4aeea8c25f85
2022-03-08T12:35:25.221Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97816967-cc7e-439b-b110-4aeea8c25f85 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-03-08T12:35:25.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742755083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742757003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742758370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.253Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742759650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:35:25.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742760806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.254Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.254Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.254Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742761012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/vfw926d435178e80_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.255Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "aai-ml",
  "timestamp": 1646742761810,
  "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-03-08T12:35:25.280Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97816967-cc7e-439b-b110-4aeea8c25f85
2022-03-08T12:35:25.280Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97816967-cc7e-439b-b110-4aeea8c25f85 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-03-08T12:35:25.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742762016,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742763023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/resourceInstances/vfw926d435178e80/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.316Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:25.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:35:25.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742764027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308122916/1.0/artifacts/service-Vfw20220308122916-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:35:25.317Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:35:45.247Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:35:45.262Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:35:45.267Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:35:45.268Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:35:45.268Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:35:45.268Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:35:45.283Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:36:15.284Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97816967-cc7e-439b-b110-4aeea8c25f85 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-03-08T12:36:15.313Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97816967-cc7e-439b-b110-4aeea8c25f85 and serviceModelVersionId: 35e790e6-b5b7-4a0b-984d-647e8e860477
2022-03-08T12:36:15.313Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d320aa09-7096-496f-b6be-19c7164cc61e
2022-03-08T12:36:15.315Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0
2022-03-08T12:36:15.321Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:36:15.382Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0|INFO|500||Invoke
2022-03-08T12:36:15.383Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97816967-cc7e-439b-b110-4aeea8c25f85], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b452e933-5ae9-4ea3-9291-92f1f998953c], X-ECOMP-RequestID=[97816967-cc7e-439b-b110-4aeea8c25f85], X-TransactionId=[], X-ONAP-RequestID=[97816967-cc7e-439b-b110-4aeea8c25f85], Content-Type=[application/merge-patch+json]}
2022-03-08T12:36:15.419Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:36:16.315Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?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/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:36:16:235-23074], vertex-id=[237632], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:36:16 GMT], Content-Type=[application/json]}
2022-03-08T12:36:16.315Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:36:16.316Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d320aa09-7096-496f-b6be-19c7164cc61e/model-vers/model-ver/35e790e6-b5b7-4a0b-984d-647e8e860477?depth=0|INFO|500||InvokeReturn
2022-03-08T12:36:16.317Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:36:16.319Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:36:16.335Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-08T12:36:16.335Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97816967-cc7e-439b-b110-4aeea8c25f85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:36:16.336Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:36:16.336Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:36:16.339Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:36:16.339Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742976335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:36:16.439Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:36:16.440Z||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-03-08T12:36:16.440Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:36:16.474Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:16.475Z||pool-66-thread-1|||||INFO|500||cambria reply ok (36 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-03-08T12:36:17.411Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:36:17.412Z|97816967-cc7e-439b-b110-4aeea8c25f85|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-03-08T12:36:17.412Z|97816967-cc7e-439b-b110-4aeea8c25f85|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 czjQP1WARwrAie69) ...
2022-03-08T12:36:21.739Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:21.740Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-08T12:36:21.740Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"163e9458-3e53-43d8-8b03-ea8b6c3ae356","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8880e866-9725-4da4-9539-6ae73d3bbac7","serviceDescription":"service","serviceInvariantUUID":"9a17a8b0-6d61-42e8-8e03-e64175f30f87","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8fd211d5-d71d-4ec9-bbbd-6545e772373a","resourceInvariantUUID":"5869b2c6-4a9d-4ee0-abe7-3b38eac43ef9","resourceCustomizationUUID":"5958dc40-45da-4159-8ac8-664bc21dfd3a","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"NGVlNTQ2MjA4YTJmMjdiZDRjM2IwODAwMTljZGJhMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41217ca0-22cb-4250-8025-1c926a24e7d4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MzBhMTg5OGFkOWVhZTU3MzQzNzBkMDc4YjI4YTJmOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f0704aad-e73a-41b3-888a-bb100463b962","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:36:21.742Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:36:21.743Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:36:21.744Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:36:21.745Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:21.845Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:36:21.846Z||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-03-08T12:36:21.846Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:36:21.866Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:21.867Z||pool-67-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:36:22.745Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:36:22.747Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:36:22.749Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:36:22.749Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:36:22.850Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:36:22.851Z||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-03-08T12:36:22.851Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:36:22.907Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:22.908Z||pool-68-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:36:23.751Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8880e866-9725-4da4-9539-6ae73d3bbac7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a17a8b0-6d61-42e8-8e03-e64175f30f87",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5958dc40-45da-4159-8ac8-664bc21dfd3a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8fd211d5-d71d-4ec9-bbbd-6545e772373a",
      "resourceInvariantUUID": "5869b2c6-4a9d-4ee0-abe7-3b38eac43ef9",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "MzBhMTg5OGFkOWVhZTU3MzQzNzBkMDc4YjI4YTJmOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f0704aad-e73a-41b3-888a-bb100463b962"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:36:23.751Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:36:23.751Z|97816967-cc7e-439b-b110-4aeea8c25f85|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8880e866-9725-4da4-9539-6ae73d3bbac7 ASDC
2022-03-08T12:36:23.752Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:163e9458-3e53-43d8-8b03-ea8b6c3ae356
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8880e866-9725-4da4-9539-6ae73d3bbac7
ServiceInvariantUUID:9a17a8b0-6d61-42e8-8e03-e64175f30f87
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:f0704aad-e73a-41b3-888a-bb100463b962
ArtifactChecksum:MzBhMTg5OGFkOWVhZTU3MzQzNzBkMDc4YjI4YTJmOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5958dc40-45da-4159-8ac8-664bc21dfd3a
ResourceInvariantUUID:5869b2c6-4a9d-4ee0-abe7-3b38eac43ef9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8fd211d5-d71d-4ec9-bbbd-6545e772373a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-08T12:36:23.752Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8880e866-9725-4da4-9539-6ae73d3bbac7 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-03-08T12:36:23.812Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:36:23.813Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:36:23.813Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:36:23.813Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f0704aad-e73a-41b3-888a-bb100463b962 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-08T12:36:23.813Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-08T12:36:23.814Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-08T12:36:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:36:25.007Z||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-03-08T12:36:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:36:25.044Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:25.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "aai-ml",
  "timestamp": 1646742821583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742824015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742821318,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "policy-id",
  "timestamp": 1646742815406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "cds",
  "timestamp": 1646742822352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "aai-ml",
  "timestamp": 1646742821583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:36:25.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "cds",
  "timestamp": 1646742822352,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:36:25.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742821318,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:36:25.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "policy-id",
  "timestamp": 1646742815406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:36:25.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742824015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:36:25.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742826018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742826018,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "aai-ml",
  "timestamp": 1646742827473,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:36:25.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742827948,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:36:25.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "cds",
  "timestamp": 1646742828048,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:36:25.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "policy-id",
  "timestamp": 1646742828075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:36:25.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "dcae-sch",
  "timestamp": 1646742827710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.055Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "cds",
  "timestamp": 1646742829054,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:36:25.063Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 163e9458-3e53-43d8-8b03-ea8b6c3ae356
2022-03-08T12:36:25.063Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163e9458-3e53-43d8-8b03-ea8b6c3ae356 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-03-08T12:36:25.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "policy-id",
  "timestamp": 1646742829081,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:36:25.087Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "dcae-sch",
  "timestamp": 1646742827710,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.088Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742829769,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:36:25.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "clamp",
  "timestamp": 1646742829220,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:36:25.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "policy-id",
  "timestamp": 1646742830088,
  "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-03-08T12:36:25.103Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 163e9458-3e53-43d8-8b03-ea8b6c3ae356
2022-03-08T12:36:25.103Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163e9458-3e53-43d8-8b03-ea8b6c3ae356 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-03-08T12:36:25.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742830774,
  "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-03-08T12:36:25.125Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 163e9458-3e53-43d8-8b03-ea8b6c3ae356
2022-03-08T12:36:25.125Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163e9458-3e53-43d8-8b03-ea8b6c3ae356 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-03-08T12:36:25.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "clamp",
  "timestamp": 1646742829220,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:36:25.137Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:36:25.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "aai-ml",
  "timestamp": 1646742833650,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:36:25.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "aai-ml",
  "timestamp": 1646742834653,
  "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-03-08T12:36:25.155Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 163e9458-3e53-43d8-8b03-ea8b6c3ae356
2022-03-08T12:36:25.156Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163e9458-3e53-43d8-8b03-ea8b6c3ae356 and ComponentName AAI
2022-03-08T12:36:25.158Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-03-08T12:36:25.160Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f0704aad-e73a-41b3-888a-bb100463b962 52486
2022-03-08T12:36:25.160Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-08T12:36:25.160Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-08T12:36:25.160Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:36:25.161Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-08T12:36:25.163Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:36:25.163Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742985160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:36:25.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "clamp",
  "timestamp": 1646742836224,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:36:25.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "clamp",
  "timestamp": 1646742838231,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:36:25.171Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:36:25.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-08T12:36:25.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "clamp",
  "timestamp": 1646742839236,
  "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-03-08T12:36:25.189Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 163e9458-3e53-43d8-8b03-ea8b6c3ae356
2022-03-08T12:36:25.189Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 163e9458-3e53-43d8-8b03-ea8b6c3ae356 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-03-08T12:36:25.263Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:36:25.264Z||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-03-08T12:36:25.264Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:36:25.284Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:25.284Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:36:26.163Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:36:26.165Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:36:26.165Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f0704aad-e73a-41b3-888a-bb100463b962, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.165Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-08T12:36:26.166Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.166Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.347Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12544210760978665715/Definitions/service-BasicNetwork-template.yml
2022-03-08T12:36:26.935Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:36:26.936Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-08T12:36:26.936Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.936Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-08T12:36:26.936Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.936Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.936Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.936Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.937Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.937Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.937Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.937Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-08T12:36:26.937Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-08T12:36:26.937Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.938Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.938Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-08T12:36:26.938Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-08T12:36:26.938Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:36:26.939Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.939Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.939Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-08T12:36:26.939Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-08T12:36:26.939Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:36:26.940Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.940Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.940Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.940Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.940Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.941Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.941Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.941Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.941Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.941Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.941Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8880e866-9725-4da4-9539-6ae73d3bbac7
Model Version:NULL
Model InvariantUuid:9a17a8b0-6d61-42e8-8e03-e64175f30f87
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:5869b2c6-4a9d-4ee0-abe7-3b38eac43ef9
Model UUID:ebc4bf49-6fbd-4f06-a2a2-11832894f943
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5958dc40-45da-4159-8ac8-664bc21dfd3a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-03-08T12:36:26.971Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 8fd211d5-d71d-4ec9-bbbd-6545e772373a
2022-03-08T12:36:26.972Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||No resources found for Service: 8880e866-9725-4da4-9539-6ae73d3bbac7
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-03-08T12:36:26.979Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||
2022-03-08T12:36:26.979Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-08T12:36:26.980Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8880e866-9725-4da4-9539-6ae73d3bbac7
2022-03-08T12:36:26.980Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8880e866-9725-4da4-9539-6ae73d3bbac7
2022-03-08T12:36:26.980Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-08T12:36:26.981Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:36:26.993Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d9a0828, org.onap.sdc.toscaparser.api.parameters.Input@26ceb2d7, org.onap.sdc.toscaparser.api.parameters.Input@51480ebd, org.onap.sdc.toscaparser.api.parameters.Input@72f0b710, org.onap.sdc.toscaparser.api.parameters.Input@3fe62a2e]
2022-03-08T12:36:26.995Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.995Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.995Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.995Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.995Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8880e866-9725-4da4-9539-6ae73d3bbac7: Generic NeutronNet
2022-03-08T12:36:26.995Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.996Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:26.996Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:26.996Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-03-08T12:36:27.055Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:27.055Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:27.055Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:27.055Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:27.056Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:36:27.056Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:36:27.056Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-03-08T12:36:27.152Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-08T12:36:27.152Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-08T12:36:27.152Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-08T12:36:27.153Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:36:27.153Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:36:27.155Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:36:27.155Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742987152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:36:27.255Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:36:27.256Z||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-03-08T12:36:27.256Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:36:27.270Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:27.271Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:36:28.157Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 163e9458-3e53-43d8-8b03-ea8b6c3ae356
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:36:28.178Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 163e9458-3e53-43d8-8b03-ea8b6c3ae356
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:36:28.196Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:36:28.197Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:36:28.197Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:36:28.203Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:36:58.205Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 163e9458-3e53-43d8-8b03-ea8b6c3ae356 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-03-08T12:36:58.210Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 163e9458-3e53-43d8-8b03-ea8b6c3ae356 and serviceModelVersionId: 8880e866-9725-4da4-9539-6ae73d3bbac7
2022-03-08T12:36:58.211Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a17a8b0-6d61-42e8-8e03-e64175f30f87
2022-03-08T12:36:58.212Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a17a8b0-6d61-42e8-8e03-e64175f30f87/model-vers/model-ver/8880e866-9725-4da4-9539-6ae73d3bbac7?depth=0
2022-03-08T12:36:58.215Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:36:58.268Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a17a8b0-6d61-42e8-8e03-e64175f30f87/model-vers/model-ver/8880e866-9725-4da4-9539-6ae73d3bbac7?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-03-08T12:36:58.270Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a17a8b0-6d61-42e8-8e03-e64175f30f87/model-vers/model-ver/8880e866-9725-4da4-9539-6ae73d3bbac7?depth=0|INFO|500||Invoke
2022-03-08T12:36:58.291Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a17a8b0-6d61-42e8-8e03-e64175f30f87/model-vers/model-ver/8880e866-9725-4da4-9539-6ae73d3bbac7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:36:59.097Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a17a8b0-6d61-42e8-8e03-e64175f30f87/model-vers/model-ver/8880e866-9725-4da4-9539-6ae73d3bbac7?depth=0|INFO|500||InvokeReturn
2022-03-08T12:36:59.097Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a17a8b0-6d61-42e8-8e03-e64175f30f87/model-vers/model-ver/8880e866-9725-4da4-9539-6ae73d3bbac7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:36:59:106-6727], vertex-id=[245824], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:36:59 GMT], Content-Type=[application/json]}
2022-03-08T12:36:59.098Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:36:59.099Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:36:59.099Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:36:59.105Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-08T12:36:59.105Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 163e9458-3e53-43d8-8b03-ea8b6c3ae356 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:36:59.106Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:36:59.106Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:36:59.108Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:36:59.108Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743019106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:36:59.209Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:36:59.210Z||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-03-08T12:36:59.210Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:36:59.229Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:36:59.229Z||pool-71-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-03-08T12:37:00.131Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-08T12:37:00.131Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ac4662dc-82a2-40d4-936b-1da3eaa4d785","serviceName":"Demo_pNF_sNYLYPCguQUogxc4EEob","serviceVersion":"1.0","serviceUUID":"ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70","serviceDescription":"catalog service description","serviceInvariantUUID":"263d90a8-2a99-40d2-a7af-c57e674b1813","resources":[{"resourceInstanceName":"pNF 445d5b54-999d 0","resourceName":"pNF 445d5b54-999d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2a9143fa-6dc0-43a9-b793-7028ad2ec4be","resourceInvariantUUID":"b4690a4f-f9b0-46c8-8544-1db15ca9b0e7","resourceCustomizationUUID":"1ab20fb7-3a74-4e1d-b0fa-75f4e92c87c0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml","artifactChecksum":"MmNhNTZjNzhlMDc1YzNlYTRiNzJiMmY1Y2ZjOGFkOTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"631689b3-ebc9-4644-9f14-b642a8a3b6fe","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar","artifactChecksum":"NGMzMThkYTI2ZTRkZGZkNjFmNTE4NDFiZjE2N2U1YTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5360726d-4cdd-4c04-8595-62ca5d1ba6fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99af1464-0a65-4126-b166-bb7ab96bde89","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml","artifactChecksum":"YTU3ZTdiOTU4YmRjNmIzZWMzNGY5MjcyZmRmMWQ5MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bce8413d-5220-466f-a32a-de9afd084053","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b1e4e9a7-6a20-47d1-8340-ad2e4f14f1e1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a433b5c4-bb0b-4d8f-8468-fe541326b5e0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSnylypcguquogxc4eeob-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml","artifactChecksum":"YzM3ZjM5NzRmMjljNTg2NmQ5ZWM5YzY1NjU4MjdkYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64de0c2d-4f8b-4ff6-9ebd-c26e51afcd64","artifactVersion":"1"},{"artifactName":"service-DemoPnfSnylypcguquogxc4eeob-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar","artifactChecksum":"M2FlYWJiZjRhYmFiYjQ2NTQyYWUxZGNiMGE5NmQyMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b5a9cda3-74d8-4923-93b7-11cdff244cf2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:37:00.132Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:00.133Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:00.135Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:00.135Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:00.235Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:00.236Z||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-03-08T12:37:00.237Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:00.252Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:00.253Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:37:01.136Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:01.141Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:01.143Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:01.143Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:01.244Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:01.245Z||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-03-08T12:37:01.245Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:01.256Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:01.257Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:37:02.144Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:02.145Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:02.148Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:02.148Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:02.248Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:02.249Z||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-03-08T12:37:02.249Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:02.265Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:02.266Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:37:03.148Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:03.149Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:03.152Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:03.152Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:03.252Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:03.253Z||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-03-08T12:37:03.253Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:03.268Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:03.269Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:37:04.153Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:04.155Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:04.157Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:04.158Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:04.258Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:04.259Z||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-03-08T12:37:04.259Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:04.272Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:04.273Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:37:05.158Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:05.159Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:05.163Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:05.163Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:05.262Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:37:05.263Z||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-03-08T12:37:05.263Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:05.276Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:05.277Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:37:06.164Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:06.165Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:06.168Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:06.169Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:06.269Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:06.270Z||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-03-08T12:37:06.270Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:06.282Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:06.282Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:37:07.169Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:37:07.170Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:07.173Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:07.173Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:37:07.273Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:07.274Z||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-03-08T12:37:07.274Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:07.286Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:07.286Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:37:08.174Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "serviceName": "Demo_pNF_sNYLYPCguQUogxc4EEob",
  "serviceVersion": "1.0",
  "serviceUUID": "ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "263d90a8-2a99-40d2-a7af-c57e674b1813",
  "resources": [
    {
      "resourceInstanceName": "pNF 445d5b54-999d 0",
      "resourceCustomizationUUID": "1ab20fb7-3a74-4e1d-b0fa-75f4e92c87c0",
      "resourceName": "pNF 445d5b54-999d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2a9143fa-6dc0-43a9-b793-7028ad2ec4be",
      "resourceInvariantUUID": "b4690a4f-f9b0-46c8-8544-1db15ca9b0e7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
      "artifactChecksum": "M2FlYWJiZjRhYmFiYjQ2NTQyYWUxZGNiMGE5NmQyMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b5a9cda3-74d8-4923-93b7-11cdff244cf2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:37:08.175Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:37:08.175Z|163e9458-3e53-43d8-8b03-ea8b6c3ae356|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70 ASDC
2022-03-08T12:37:08.176Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:ac4662dc-82a2-40d4-936b-1da3eaa4d785
ServiceName:Demo_pNF_sNYLYPCguQUogxc4EEob
ServiceVersion:1.0
ServiceUUID:ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70
ServiceInvariantUUID:263d90a8-2a99-40d2-a7af-c57e674b1813
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSnylypcguquogxc4eeob-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
ArtifactUUID:b5a9cda3-74d8-4923-93b7-11cdff244cf2
ArtifactChecksum:M2FlYWJiZjRhYmFiYjQ2NTQyYWUxZGNiMGE5NmQyMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 445d5b54-999d 0
ResourceCustomizationUUID:1ab20fb7-3a74-4e1d-b0fa-75f4e92c87c0
ResourceInvariantUUID:b4690a4f-f9b0-46c8-8544-1db15ca9b0e7
ResourceName:pNF 445d5b54-999d
ResourceType:PNF
ResourceUUID:2a9143fa-6dc0-43a9-b793-7028ad2ec4be
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-08T12:37:08.176Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70 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-03-08T12:37:08.210Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:37:08.210Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:37:08.211Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:37:08.211Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b5a9cda3-74d8-4923-93b7-11cdff244cf2 from URL: /sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:08.211Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-03-08T12:37:08.211Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:08.887Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-03-08T12:37:08.890Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar b5a9cda3-74d8-4923-93b7-11cdff244cf2 82616
2022-03-08T12:37:08.891Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar ASDC sendASDCNotification
2022-03-08T12:37:08.891Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:08.891Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:37:08.891Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:08.894Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:08.894Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743028891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:37:08.994Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:08.996Z||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-03-08T12:37:08.996Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:09.008Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:09.008Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:37:09.895Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:37:09.896Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-03-08T12:37:09.897Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: b5a9cda3-74d8-4923-93b7-11cdff244cf2, URL: /sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar to file: /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:09.897Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:09.898Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:09.898Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.008Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5150594113526713836/Definitions/service-DemoPnfSnylypcguquogxc4eeob-template.yml
2022-03-08T12:37:10.790Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.791Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.792Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.792Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 445d5b54-999d 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-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.792Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-03-08T12:37:10.792Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.792Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.792Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Node template pNF 445d5b54-999d 0 is matching search criteria
2022-03-08T12:37:10.792Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-08T12:37:10.793Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 445d5b54-999d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:37:10.793Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.793Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.793Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Node template pNF 445d5b54-999d 0 is matching search criteria
2022-03-08T12:37:10.793Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-03-08T12:37:10.793Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 445d5b54-999d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:37:10.793Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.794Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.794Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.794Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.794Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.794Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.794Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.794Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.795Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.795Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.795Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_sNYLYPCguQUogxc4EEob
Description:catalog service description
Model UUID:ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70
Model Version:NULL
Model InvariantUuid:263d90a8-2a99-40d2-a7af-c57e674b1813
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-03-08T12:37:10.803Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2a9143fa-6dc0-43a9-b793-7028ad2ec4be
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-03-08T12:37:10.811Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||pNF 445d5b54-999d 0
2022-03-08T12:37:10.811Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2a9143fa-6dc0-43a9-b793-7028ad2ec4be
2022-03-08T12:37:10.812Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||No resources found for Service: ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70
2022-03-08T12:37:10.812Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70
2022-03-08T12:37:10.812Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 445d5b54-999d 0 2a9143fa-6dc0-43a9-b793-7028ad2ec4be 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-03-08T12:37:10.818Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29c4c594, org.onap.sdc.toscaparser.api.parameters.Input@90fa9f2, org.onap.sdc.toscaparser.api.parameters.Input@7285e10b, org.onap.sdc.toscaparser.api.parameters.Input@227c6e2e, org.onap.sdc.toscaparser.api.parameters.Input@2d9bf790]
2022-03-08T12:37:10.818Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.818Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.819Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70: pNF 445d5b54-999d
2022-03-08T12:37:10.819Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||Processing PNF resource: 2a9143fa-6dc0-43a9-b793-7028ad2ec4be
2022-03-08T12:37:10.819Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:37:10.819Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_sNYLYPCguQUogxc4EEob is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:37:10.819Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||Resource customization UUID: 1ab20fb7-3a74-4e1d-b0fa-75f4e92c87c0 is the same as notified resource customizationUUID: 1ab20fb7-3a74-4e1d-b0fa-75f4e92c87c0
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-03-08T12:37:10.929Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 445d5b54-999d 2a9143fa-6dc0-43a9-b793-7028ad2ec4be 0 ASDC deployResourceStructure
2022-03-08T12:37:10.930Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar ASDC sendASDCNotification
2022-03-08T12:37:10.931Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar
2022-03-08T12:37:10.931Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:37:10.931Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:37:10.934Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:37:10.935Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743030930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:37:11.035Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:37:11.035Z||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-03-08T12:37:11.036Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:37:11.048Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:11.049Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:37:11.938Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:37:11.956Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:37:11.960Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:37:11.961Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:37:11.961Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:37:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:37:25.007Z||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-03-08T12:37:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:37:25.040Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:37:25.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646742961318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:37:25.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742966018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "dcae-sch",
  "timestamp": 1646742967710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97816967-cc7e-439b-b110-4aeea8c25f85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742976335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:37:25.056Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742977774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:37:25.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.058Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742979052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:37:25.060Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742971583,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:37:25.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742972353,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:37:25.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646742980059,
  "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-03-08T12:37:25.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ac4662dc-82a2-40d4-936b-1da3eaa4d785
2022-03-08T12:37:25.073Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4662dc-82a2-40d4-936b-1da3eaa4d785 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-03-08T12:37:25.092Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.093Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742980862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742974016,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742982124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742975406,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "cds",
  "timestamp": 1646742983132,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-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-03-08T12:37:25.110Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ac4662dc-82a2-40d4-936b-1da3eaa4d785
2022-03-08T12:37:25.110Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4662dc-82a2-40d4-936b-1da3eaa4d785 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-03-08T12:37:25.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:37:25.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742983826,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:37:25.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:25.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742984978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:37:25.131Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742985906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:37:25.132Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:37:25.132Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:37:25.132Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:37:25.132Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:37:41.961Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:37:41.975Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:37:41.977Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:37:41.977Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:37:41.977Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:38:11.978Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:38:11.997Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:38:12.000Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:38:12.000Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:38:12.000Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:38:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:38:25.007Z||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-03-08T12:38:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:38:25.039Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:38:25.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-08T12:38:25.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742985983,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:38:25.041Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:38:42.000Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:38:42.024Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:38:42.028Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:38:42.028Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:38:42.028Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:39:12.028Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:39:12.042Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:39:12.045Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:39:12.045Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:39:12.045Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:39:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:39:25.007Z||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-03-08T12:39:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:39:25.036Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:39:25.037Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.037Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742985160,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:39:25.038Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646742986913,
  "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-03-08T12:39:25.065Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ac4662dc-82a2-40d4-936b-1da3eaa4d785
2022-03-08T12:39:25.066Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4662dc-82a2-40d4-936b-1da3eaa4d785 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-03-08T12:39:25.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742979221,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "policy-id",
  "timestamp": 1646742986986,
  "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-03-08T12:39:25.145Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ac4662dc-82a2-40d4-936b-1da3eaa4d785
2022-03-08T12:39:25.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4662dc-82a2-40d4-936b-1da3eaa4d785 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-03-08T12:39:25.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742987152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:39:25.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742988952,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:39:25.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "aai-ml",
  "timestamp": 1646742989956,
  "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-03-08T12:39:25.199Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ac4662dc-82a2-40d4-936b-1da3eaa4d785
2022-03-08T12:39:25.199Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4662dc-82a2-40d4-936b-1da3eaa4d785 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-03-08T12:39:25.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742994256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:39:25.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742996264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:39:25.236Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "clamp",
  "timestamp": 1646742997267,
  "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-03-08T12:39:25.264Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ac4662dc-82a2-40d4-936b-1da3eaa4d785
2022-03-08T12:39:25.264Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ac4662dc-82a2-40d4-936b-1da3eaa4d785 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-03-08T12:39:25.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "163e9458-3e53-43d8-8b03-ea8b6c3ae356",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743019106,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:39:25.298Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/resourceInstances/pnf445d5b54999d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646742977411,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743028891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:39:25.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743030930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnylypcguquogxc4eeob/1.0/artifacts/service-DemoPnfSnylypcguquogxc4eeob-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:39:25.311Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.311Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.311Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743034015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.312Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.312Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743031583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.313Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "dcae-sch",
  "timestamp": 1646743027710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743032352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743026018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743032352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743034015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "dcae-sch",
  "timestamp": 1646743027710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743031583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743035406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743026018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743032352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "dcae-sch",
  "timestamp": 1646743027710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743034015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743031583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743035406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.329Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743026018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.330Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743032352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743034015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "dcae-sch",
  "timestamp": 1646743027710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743031583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743035406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743026018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "dcae-sch",
  "timestamp": 1646743027710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743032352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743031583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743034015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743035406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743026018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743032352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "dcae-sch",
  "timestamp": 1646743027710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743031583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743034015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743035406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743026018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743032352,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "dcae-sch",
  "timestamp": 1646743027710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743031583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743034015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743035406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743026018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743035406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743042655,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:39:25.358Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743043226,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743043253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743043656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "cds",
  "timestamp": 1646743044232,
  "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-03-08T12:39:25.398Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9eb26a87-b2a4-44f5-968c-23f09d6b9606
2022-03-08T12:39:25.399Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb26a87-b2a4-44f5-968c-23f09d6b9606 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-03-08T12:39:25.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743044668,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "policy-id",
  "timestamp": 1646743045675,
  "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-03-08T12:39:25.418Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9eb26a87-b2a4-44f5-968c-23f09d6b9606
2022-03-08T12:39:25.419Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb26a87-b2a4-44f5-968c-23f09d6b9606 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-03-08T12:39:25.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:39:25.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:39:25.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:39:42.045Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:39:42.062Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:39:42.066Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:39:42.066Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:39:42.066Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:39:42.067Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:39:42.067Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:39:42.067Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:39:42.067Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:39:42.067Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:39:42.067Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:39:42.067Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:39:42.068Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:39:42.068Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:39:42.075Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:40:12.075Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785 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-03-08T12:40:12.081Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ac4662dc-82a2-40d4-936b-1da3eaa4d785 and serviceModelVersionId: ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70
2022-03-08T12:40:12.082Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 263d90a8-2a99-40d2-a7af-c57e674b1813
2022-03-08T12:40:12.082Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0
2022-03-08T12:40:12.087Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:40:12.129Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0|INFO|500||Invoke
2022-03-08T12:40:12.129Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ac4662dc-82a2-40d4-936b-1da3eaa4d785], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f75ef678-d5db-4707-91ba-b0813a6b9a8e], X-ECOMP-RequestID=[ac4662dc-82a2-40d4-936b-1da3eaa4d785], X-TransactionId=[], X-ONAP-RequestID=[ac4662dc-82a2-40d4-936b-1da3eaa4d785], Content-Type=[application/merge-patch+json]}
2022-03-08T12:40:12.152Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:40:12.376Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?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/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:40:12:974-50906], vertex-id=[249856], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:40:12 GMT], Content-Type=[application/json]}
2022-03-08T12:40:12.377Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:40:12.378Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/263d90a8-2a99-40d2-a7af-c57e674b1813/model-vers/model-ver/ed76ccee-4bd9-4ae4-ae5d-91564cc6cb70?depth=0|INFO|500||InvokeReturn
2022-03-08T12:40:12.378Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:40:12.379Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:40:12.386Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-08T12:40:12.387Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ac4662dc-82a2-40d4-936b-1da3eaa4d785 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:40:12.387Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:40:12.387Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:12.390Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:12.390Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743212387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:40:12.490Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:12.491Z||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-03-08T12:40:12.491Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:12.515Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:12.516Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 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-03-08T12:40:13.436Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:40:13.437Z||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-03-08T12:40:13.437Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:40:17.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:17.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:40:17.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9eb26a87-b2a4-44f5-968c-23f09d6b9606","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b915bec5-6ea5-4b80-8d9f-4a7186f33401","serviceDescription":"service","serviceInvariantUUID":"07d6d080-1758-4201-9303-e825d19263fe","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ea1822e7-1aa3-4180-9f6c-fb60ad165b35","resourceInvariantUUID":"d53072a0-0260-4cda-ba5f-f9ae1e78b2a2","resourceCustomizationUUID":"a0946199-627e-4c59-9de9-3fa41657bc04","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":"OTAyODk5OWY0NmJmMDdiY2EyMmM2MWFkNjZlYTAwZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"951b5d94-e79e-4252-a423-c93c1c1fec6c","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":"ZTYwMzAyNjc1ZDAzMWUwYjJjYmNjZjlhZjExMGE1NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f287eedd-716a-4f72-ad1e-f2d1f343a922","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":"f75e4d3b-544e-4632-a3d9-9cc8b3afb05a","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":"df1335bd-c326-4d4e-9fde-f36f06de6840","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":"e3257e4e-1dae-4ca9-99cc-de63de655f5f","artifactVersion":"2","generatedFromUUID":"f75e4d3b-544e-4632-a3d9-9cc8b3afb05a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZjU0NTViZTM4NjdlNTUzZTUyNGUyZWQ0ZDczNjBmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d81c5372-3265-4e4a-b509-0678892641fc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2EwZDExODM4ZjM0NTczMDkxYTk1MTc0MTMzYWQ2ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e79b254a-8f6e-4fff-a43d-ed5637b9e06b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:40:17.762Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:40:17.763Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:17.765Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:17.765Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:17.865Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:17.866Z||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-03-08T12:40:17.866Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:17.879Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:17.879Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:18.766Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:40:18.766Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:18.768Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:18.768Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:40:18.869Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:18.870Z||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-03-08T12:40:18.870Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:18.894Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:18.895Z||pool-84-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:19.769Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:40:19.770Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:19.772Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:19.772Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:40:19.873Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:40:19.874Z||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-03-08T12:40:19.875Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:19.889Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:19.890Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:20.773Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:40:20.774Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:20.776Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:20.776Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:20.877Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:40:20.878Z||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-03-08T12:40:20.878Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:20.889Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:20.890Z||pool-86-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:21.777Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:40:21.778Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:21.780Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:21.780Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-08T12:40:21.880Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:21.881Z||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-03-08T12:40:21.882Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:21.894Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:21.895Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:40:22.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:40:22.781Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:22.783Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:22.784Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:22.884Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:22.885Z||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-03-08T12:40:22.885Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:22.900Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:22.900Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:23.784Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:40:23.785Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:23.787Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:23.787Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:23.887Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:23.888Z||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-03-08T12:40:23.888Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:23.902Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:23.903Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:40:24.788Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b915bec5-6ea5-4b80-8d9f-4a7186f33401",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07d6d080-1758-4201-9303-e825d19263fe",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "a0946199-627e-4c59-9de9-3fa41657bc04",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ea1822e7-1aa3-4180-9f6c-fb60ad165b35",
      "resourceInvariantUUID": "d53072a0-0260-4cda-ba5f-f9ae1e78b2a2",
      "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": "ZTYwMzAyNjc1ZDAzMWUwYjJjYmNjZjlhZjExMGE1NDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f287eedd-716a-4f72-ad1e-f2d1f343a922",
          "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": "f75e4d3b-544e-4632-a3d9-9cc8b3afb05a",
          "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": "e3257e4e-1dae-4ca9-99cc-de63de655f5f",
            "generatedFromUUID": "f75e4d3b-544e-4632-a3d9-9cc8b3afb05a"
          },
          "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": "e3257e4e-1dae-4ca9-99cc-de63de655f5f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "N2EwZDExODM4ZjM0NTczMDkxYTk1MTc0MTMzYWQ2ZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e79b254a-8f6e-4fff-a43d-ed5637b9e06b"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:40:24.789Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:40:24.789Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b915bec5-6ea5-4b80-8d9f-4a7186f33401 ASDC
2022-03-08T12:40:24.790Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9eb26a87-b2a4-44f5-968c-23f09d6b9606
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b915bec5-6ea5-4b80-8d9f-4a7186f33401
ServiceInvariantUUID:07d6d080-1758-4201-9303-e825d19263fe
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:e79b254a-8f6e-4fff-a43d-ed5637b9e06b
ArtifactChecksum:N2EwZDExODM4ZjM0NTczMDkxYTk1MTc0MTMzYWQ2ZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a0946199-627e-4c59-9de9-3fa41657bc04
ResourceInvariantUUID:d53072a0-0260-4cda-ba5f-f9ae1e78b2a2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ea1822e7-1aa3-4180-9f6c-fb60ad165b35
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:f287eedd-716a-4f72-ad1e-f2d1f343a922
ArtifactChecksum:ZTYwMzAyNjc1ZDAzMWUwYjJjYmNjZjlhZjExMGE1NDc=
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:f75e4d3b-544e-4632-a3d9-9cc8b3afb05a
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:e3257e4e-1dae-4ca9-99cc-de63de655f5f
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:e3257e4e-1dae-4ca9-99cc-de63de655f5f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:40:24.790Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b915bec5-6ea5-4b80-8d9f-4a7186f33401 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-03-08T12:40:24.872Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:40:24.873Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:40:24.873Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:40:24.873Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e79b254a-8f6e-4fff-a43d-ed5637b9e06b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-08T12:40:24.873Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:40:24.873Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-08T12:40:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:40:25.007Z||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-03-08T12:40:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:40:25.024Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:25.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743046566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743047570,
  "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-03-08T12:40:25.055Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9eb26a87-b2a4-44f5-968c-23f09d6b9606
2022-03-08T12:40:25.056Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb26a87-b2a4-44f5-968c-23f09d6b9606 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-03-08T12:40:25.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.106Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.107Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.107Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.107Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.108Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.108Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.108Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.109Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.109Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.109Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.110Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.110Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.110Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.113Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743051328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.119Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.119Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743046018,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.119Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.120Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.120Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.120Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743053107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743047352,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743054140,
  "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-03-08T12:40:25.130Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9eb26a87-b2a4-44f5-968c-23f09d6b9606
2022-03-08T12:40:25.131Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb26a87-b2a4-44f5-968c-23f09d6b9606 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-03-08T12:40:25.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743055265,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743047710,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743055144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743057070,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.147Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743057273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.148Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "cds",
  "timestamp": 1646743058076,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-08T12:40:25.167Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
2022-03-08T12:40:25.167Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 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-03-08T12:40:25.188Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.188Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743057777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "clamp",
  "timestamp": 1646743058278,
  "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-03-08T12:40:25.195Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9eb26a87-b2a4-44f5-968c-23f09d6b9606
2022-03-08T12:40:25.195Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb26a87-b2a4-44f5-968c-23f09d6b9606 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-03-08T12:40:25.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743058861,
  "artifactURL": "/sdc/v1/catalog/services/2d717879-259e-4a47-8f19-5763d03fe4f2/resourceInstances/basicclamp0/artifacts/9ca5a907-7e75-45ca-b113-88cb6d402320",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "aai-ml",
  "timestamp": 1646743058781,
  "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-03-08T12:40:25.219Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9eb26a87-b2a4-44f5-968c-23f09d6b9606
2022-03-08T12:40:25.219Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9eb26a87-b2a4-44f5-968c-23f09d6b9606 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-03-08T12:40:25.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743060137,
  "artifactURL": "/sdc/v1/catalog/services/2d717879-259e-4a47-8f19-5763d03fe4f2/resourceInstances/basicclamp0/artifacts/9ca5a907-7e75-45ca-b113-88cb6d402320",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "dcae-sch",
  "timestamp": 1646743061142,
  "artifactURL": "/sdc/v1/catalog/services/2d717879-259e-4a47-8f19-5763d03fe4f2/resourceInstances/basicclamp0/artifacts/9ca5a907-7e75-45ca-b113-88cb6d402320",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:40:25.238Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
2022-03-08T12:40:25.238Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-08T12:40:25.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743055406,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743064204,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743041318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.255Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.255Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743065209,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.256Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743064751,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "policy-id",
  "timestamp": 1646743066221,
  "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-03-08T12:40:25.263Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
2022-03-08T12:40:25.263Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 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-03-08T12:40:25.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743039220,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743066554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743068398,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.275Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743061583,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743069422,
  "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-03-08T12:40:25.281Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
2022-03-08T12:40:25.282Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 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-03-08T12:40:25.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743070728,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743070427,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.292Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743064016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743072267,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743073271,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743073354,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.294Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.294Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.294Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.294Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.295Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.295Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.295Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.296Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.297Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.297Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.298Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.298Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.298Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.299Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.299Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.299Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743076416,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.300Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743077341,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743077420,
  "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-03-08T12:40:25.307Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
2022-03-08T12:40:25.307Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 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-03-08T12:40:25.317Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.317Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.317Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.318Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.318Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.318Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.319Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.319Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.319Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.320Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.320Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743078345,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.320Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.321Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "clamp",
  "timestamp": 1646743079348,
  "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-03-08T12:40:25.333Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
2022-03-08T12:40:25.334Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 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-03-08T12:40:25.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743066018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "dcae-sch",
  "timestamp": 1646743067710,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743071435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743083162,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.362Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743083200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.364Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743075406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "aai-ml",
  "timestamp": 1646743084166,
  "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-03-08T12:40:25.372Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
2022-03-08T12:40:25.373Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 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-03-08T12:40:25.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743085484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743084583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.385Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743086489,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743085983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.387Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743087306,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "policy-id",
  "timestamp": 1646743087502,
  "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-03-08T12:40:25.403Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf634867-0d84-4f26-ad7b-04e7bfe2f868
2022-03-08T12:40:25.404Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf634867-0d84-4f26-ad7b-04e7bfe2f868 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-03-08T12:40:25.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "cds",
  "timestamp": 1646743088313,
  "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-03-08T12:40:25.425Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bf634867-0d84-4f26-ad7b-04e7bfe2f868
2022-03-08T12:40:25.425Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf634867-0d84-4f26-ad7b-04e7bfe2f868 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-03-08T12:40:25.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.441Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.441Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.441Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743087297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743088353,
  "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-03-08T12:40:25.450Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bf634867-0d84-4f26-ad7b-04e7bfe2f868
2022-03-08T12:40:25.450Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf634867-0d84-4f26-ad7b-04e7bfe2f868 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-03-08T12:40:25.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743089356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.462Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.468Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.468Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.468Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743094271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.469Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743086018,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743095290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.474Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "clamp",
  "timestamp": 1646743096295,
  "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-03-08T12:40:25.482Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bf634867-0d84-4f26-ad7b-04e7bfe2f868
2022-03-08T12:40:25.482Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf634867-0d84-4f26-ad7b-04e7bfe2f868 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-03-08T12:40:25.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "dcae-sch",
  "timestamp": 1646743087710,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.498Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743096558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.499Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.499Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.499Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.499Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.500Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.500Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.500Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.501Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.501Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.501Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.502Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.502Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.502Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743077352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.503Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743097599,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:25.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.505Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.505Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.505Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.506Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743098603,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:40:25.527Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1e37236b-889b-45ef-a48f-23595b7c92fe
2022-03-08T12:40:25.527Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e37236b-889b-45ef-a48f-23595b7c92fe 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-03-08T12:40:25.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743098847,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.543Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743090361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "cds",
  "timestamp": 1646743101372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-08T12:40:25.560Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e37236b-889b-45ef-a48f-23595b7c92fe
2022-03-08T12:40:25.561Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e37236b-889b-45ef-a48f-23595b7c92fe 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-03-08T12:40:25.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743101825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743104062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:25.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743095407,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:40:25.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743080352,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:40:25.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:40:25.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:40:25.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743105786,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:25.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:40:26.287Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:40:26.290Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e79b254a-8f6e-4fff-a43d-ed5637b9e06b 71043
2022-03-08T12:40:26.290Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-08T12:40:26.290Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-08T12:40:26.291Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:40:26.291Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:26.293Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:26.293Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743226290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:26.393Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:26.394Z||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-03-08T12:40:26.394Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:26.405Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:26.406Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:27.293Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:40:27.294Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:40:27.294Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e79b254a-8f6e-4fff-a43d-ed5637b9e06b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-08T12:40:27.294Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-08T12:40:27.295Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-08T12:40:27.295Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-08T12:40:27.508Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6703447154421481858/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-03-08T12:40:28.691Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.692Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:28.693Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:40:28.693Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.693Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:28.693Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:28.693Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:40:28.693Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:40:28.693Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.694Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:28.694Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:28.694Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:40:28.694Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:40:28.694Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.694Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:28.694Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.695Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:40:28.696Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.696Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:28.696Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:40:28.696Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.696Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:28.696Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-08T12:40:28.697Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f95b7a47-e162-41ef-a3f1-989f91f8a289
2022-03-08T12:40:28.698Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.698Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:28.698Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.698Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:28.698Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.698Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:28.698Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:28.699Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:28.699Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b915bec5-6ea5-4b80-8d9f-4a7186f33401
Model Version:NULL
Model InvariantUuid:07d6d080-1758-4201-9303-e825d19263fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:89f29ecf-bd5a-49b9-994d-73cd794328c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d53072a0-0260-4cda-ba5f-f9ae1e78b2a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a0946199-627e-4c59-9de9-3fa41657bc04
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6d64d937-e707-4326-8669-c8e64bd84afc
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:84ca969b-2f0c-40e6-9e3b-57db2e85ab14
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f95b7a47-e162-41ef-a3f1-989f91f8a289
ModelInvariantUuid:fe07fe3d-02a5-487d-ac01-ce61283ec2f5
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:82d526a0-3a6d-4e4f-983d-ad77f02ffdfb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:518f1553-8fb2-42d3-9ef8-68de5cd1cce2
ModelInvariantUuid:11f62c09-0eb3-44e5-bdea-24a519b222df
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:85c3c9ca-bb50-4258-882a-b2e6836d5314
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-03-08T12:40:28.711Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ea1822e7-1aa3-4180-9f6c-fb60ad165b35
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-03-08T12:40:28.714Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-03-08T12:40:28.715Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ea1822e7-1aa3-4180-9f6c-fb60ad165b35
2022-03-08T12:40:28.715Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f287eedd-716a-4f72-ad1e-f2d1f343a922 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-08T12:40:28.715Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:40:28.715Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:29.149Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:40:29.149Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f287eedd-716a-4f72-ad1e-f2d1f343a922 787
2022-03-08T12:40:29.150Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:29.150Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:29.150Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:40:29.150Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:29.153Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:29.153Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743229150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:29.253Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:29.254Z||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-03-08T12:40:29.254Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:29.268Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:29.269Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:30.154Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6d64d937-e707-4326-8669-c8e64bd84afc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84ca969b-2f0c-40e6-9e3b-57db2e85ab14",
    "vfModuleModelCustomizationUUID": "8275926c-aa94-4a7e-90cb-3b726fbe8ac0",
    "isBase": true,
    "artifacts": [
      "f75e4d3b-544e-4632-a3d9-9cc8b3afb05a",
      "e3257e4e-1dae-4ca9-99cc-de63de655f5f"
    ],
    "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-03-08T12:40:30.158Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84ca969b-2f0c-40e6-9e3b-57db2e85ab14
VfModuleModelInvariantUUID:6d64d937-e707-4326-8669-c8e64bd84afc
VfModuleModelDescription:NULL
Artifacts UUID List:{
f75e4d3b-544e-4632-a3d9-9cc8b3afb05a
,
e3257e4e-1dae-4ca9-99cc-de63de655f5f

}
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-03-08T12:40:30.160Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6d64d937-e707-4326-8669-c8e64bd84afc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "84ca969b-2f0c-40e6-9e3b-57db2e85ab14",
    "vfModuleModelCustomizationUUID": "8275926c-aa94-4a7e-90cb-3b726fbe8ac0",
    "isBase": true,
    "artifacts": [
      "f75e4d3b-544e-4632-a3d9-9cc8b3afb05a",
      "e3257e4e-1dae-4ca9-99cc-de63de655f5f"
    ],
    "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-03-08T12:40:30.160Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:84ca969b-2f0c-40e6-9e3b-57db2e85ab14
VfModuleModelInvariantUUID:6d64d937-e707-4326-8669-c8e64bd84afc
VfModuleModelDescription:NULL
Artifacts UUID List:{
f75e4d3b-544e-4632-a3d9-9cc8b3afb05a
,
e3257e4e-1dae-4ca9-99cc-de63de655f5f

}
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-03-08T12:40:30.160Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f75e4d3b-544e-4632-a3d9-9cc8b3afb05a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-08T12:40:30.160Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:40:30.161Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:31.306Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:40:31.307Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f75e4d3b-544e-4632-a3d9-9cc8b3afb05a 5033
2022-03-08T12:40:31.307Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:31.307Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:31.307Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:40:31.307Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:31.309Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:31.309Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743231307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:31.409Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:31.410Z||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-03-08T12:40:31.410Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:31.423Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:31.424Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:32.310Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3257e4e-1dae-4ca9-99cc-de63de655f5f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-08T12:40:32.310Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:40:32.311Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:32.783Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:40:32.783Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e3257e4e-1dae-4ca9-99cc-de63de655f5f 903
2022-03-08T12:40:32.784Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:32.784Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:32.784Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:40:32.784Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:32.786Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:32.787Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743232784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:40:32.887Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:32.888Z||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-03-08T12:40:32.888Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:32.903Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:32.904Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:40:33.787Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b915bec5-6ea5-4b80-8d9f-4a7186f33401
2022-03-08T12:40:33.788Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ea1822e7-1aa3-4180-9f6c-fb60ad165b35 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-03-08T12:40:33.802Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6be7e95c, org.onap.sdc.toscaparser.api.parameters.Input@4ca96edc, org.onap.sdc.toscaparser.api.parameters.Input@4e2bd59d, org.onap.sdc.toscaparser.api.parameters.Input@161c9f86, org.onap.sdc.toscaparser.api.parameters.Input@42e53910]
2022-03-08T12:40:33.803Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.803Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.803Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:40:33.804Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a0946199-627e-4c59-9de9-3fa41657bc04
2022-03-08T12:40:33.804Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a0946199-627e-4c59-9de9-3fa41657bc04 matches Tosca VF Customization UUID: a0946199-627e-4c59-9de9-3fa41657bc04
2022-03-08T12:40:33.804Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a0946199-627e-4c59-9de9-3fa41657bc04  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-03-08T12:40:33.806Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.806Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.807Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a0946199-627e-4c59-9de9-3fa41657bc04: {\"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-03-08T12:40:33.807Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27b89785
2022-03-08T12:40:33.807Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.807Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:40:33.808Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8275926c-aa94-4a7e-90cb-3b726fbe8ac0
2022-03-08T12:40:33.808Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8275926c-aa94-4a7e-90cb-3b726fbe8ac0
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-03-08T12:40:33.811Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.811Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:33.811Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:40:33.811Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.811Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:33.812Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:40:33.812Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.812Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-08T12:40:33.812Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-08T12:40:33.812Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-08T12:40:33.813Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f95b7a47-e162-41ef-a3f1-989f91f8a289
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-03-08T12:40:33.815Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.815Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:33.815Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:40:33.816Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.816Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-08T12:40:33.816Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a0946199-627e-4c59-9de9-3fa41657bc04
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-03-08T12:40:33.817Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.818Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.818Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b915bec5-6ea5-4b80-8d9f-4a7186f33401: basic_vm
2022-03-08T12:40:33.818Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.818Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.818Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.819Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.819Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.819Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.819Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.819Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.820Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:40:33.820Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:40:33.820Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:33.925Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ea1822e7-1aa3-4180-9f6c-fb60ad165b35 1 ASDC deployResourceStructure
2022-03-08T12:40:33.925Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:33.925Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:33.926Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:40:33.926Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:33.928Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:33.928Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743233925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:34.028Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:34.029Z||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-03-08T12:40:34.029Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:34.040Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:34.041Z||pool-94-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:34.929Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:34.929Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:34.930Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:40:34.930Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:34.932Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:34.932Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743234929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:35.032Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:35.033Z||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-03-08T12:40:35.033Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:35.045Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:35.046Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:35.933Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:35.933Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:35.933Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:40:35.933Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:35.935Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:35.935Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743235932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:36.035Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:36.036Z||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-03-08T12:40:36.036Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:36.047Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:36.048Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:36.936Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-08T12:40:36.936Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-08T12:40:36.936Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:40:36.937Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:40:36.938Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:40:36.938Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743236936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:40:37.039Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:40:37.040Z||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-03-08T12:40:37.040Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:40:37.051Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:40:37.051Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:40:37.939Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9eb26a87-b2a4-44f5-968c-23f09d6b9606
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:40:37.976Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9eb26a87-b2a4-44f5-968c-23f09d6b9606
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:40:37.981Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:40:37.981Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:40:37.981Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:40:37.981Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:40:37.981Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:40:37.981Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:40:37.981Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:40:37.982Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:40:37.982Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:40:37.982Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:40:37.982Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:40:37.996Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:41:07.997Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9eb26a87-b2a4-44f5-968c-23f09d6b9606 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-03-08T12:41:08.012Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9eb26a87-b2a4-44f5-968c-23f09d6b9606 and serviceModelVersionId: b915bec5-6ea5-4b80-8d9f-4a7186f33401
2022-03-08T12:41:08.012Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07d6d080-1758-4201-9303-e825d19263fe
2022-03-08T12:41:08.013Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0
2022-03-08T12:41:08.017Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:41:08.070Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0|INFO|500||Invoke
2022-03-08T12:41:08.071Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9eb26a87-b2a4-44f5-968c-23f09d6b9606], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce6b70cd-e338-4c8b-a652-51d9d21623c3], X-ECOMP-RequestID=[9eb26a87-b2a4-44f5-968c-23f09d6b9606], X-TransactionId=[], X-ONAP-RequestID=[9eb26a87-b2a4-44f5-968c-23f09d6b9606], Content-Type=[application/merge-patch+json]}
2022-03-08T12:41:08.089Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:41:08.511Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?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/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-12:41:08:917-5002], vertex-id=[237760], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:41:08 GMT], Content-Type=[application/json]}
2022-03-08T12:41:08.511Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:41:08.512Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07d6d080-1758-4201-9303-e825d19263fe/model-vers/model-ver/b915bec5-6ea5-4b80-8d9f-4a7186f33401?depth=0|INFO|500||InvokeReturn
2022-03-08T12:41:08.512Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:41:08.513Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:41:08.531Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||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-03-08T12:41:08.532Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9eb26a87-b2a4-44f5-968c-23f09d6b9606 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:41:08.532Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:41:08.532Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:08.534Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:08.534Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743268532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:41:08.634Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:08.635Z||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-03-08T12:41:08.635Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:08.654Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:08.655Z||pool-98-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-03-08T12:41:12.244Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:41:12.245Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"033dd68a-e5e2-4ba2-a4b2-649adf2e5572","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"2d717879-259e-4a47-8f19-5763d03fe4f2","serviceDescription":"service","serviceInvariantUUID":"26f8840b-f734-4c54-9266-2e853029f806","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2a31d2e9-2f50-4f9b-97c9-ea7edb062125","resourceInvariantUUID":"f9735ab9-f4fd-4439-add1-ddefa480a7af","resourceCustomizationUUID":"9a65d3cc-f030-425e-8343-52ef19d34f01","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":"9ca5a907-7e75-45ca-b113-88cb6d402320","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":"NWFjYjBmZDhiZWYyMmI2NjMwYmUzN2RmYTZiNzYxODQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bfee07a-f1ae-415e-b9eb-d64f34985eed","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":"NjVhNzFkYmU3ZDljNjNlZmI5NTFjMGFlNGE1ZGVhOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b93d802-c1aa-4f3b-a680-bd451f72fe40","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":"a94ac4a4-e3f3-466e-a098-79aacca05be6","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":"637f6cbe-10cf-447f-97a5-007e1422c720","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":"80a5053a-2d3b-429e-b07b-5172212d7b74","artifactVersion":"2","generatedFromUUID":"a94ac4a4-e3f3-466e-a098-79aacca05be6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YmE1NDVlZTM4ZjBkMjc1M2FlN2EyZGNmOTNjNWM4MWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45516a1f-d0b0-4449-b46b-5c3f5b60e126","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MDdjMWFmZDNjNzEyZTc5MzVhMzhiYTIzMzBlZjJkZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81b20d1e-b683-46a2-bccf-61f4aa2428ee","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:41:12.245Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:12.245Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:12.247Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:12.248Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:12.348Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:12.349Z||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-03-08T12:41:12.349Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:12.361Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:12.362Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:13.248Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:13.249Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:13.251Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:13.251Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:13.352Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:41:13.353Z||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-03-08T12:41:13.353Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:13.365Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:13.365Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:14.252Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:14.252Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:14.254Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:14.254Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:41:14.355Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:14.355Z||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-03-08T12:41:14.356Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:14.366Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:14.367Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:41:15.255Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:15.256Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:15.257Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:15.258Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:41:15.358Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:15.359Z||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-03-08T12:41:15.359Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:15.372Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:15.372Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:16.258Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:16.259Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:16.261Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:16.262Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:16.362Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:41:16.362Z||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-03-08T12:41:16.363Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:16.377Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:16.377Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:17.262Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:17.263Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:17.265Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:17.265Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-08T12:41:17.365Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:17.366Z||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-03-08T12:41:17.366Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:17.379Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:17.379Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:18.265Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:18.266Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:18.268Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:18.268Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:18.369Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:18.370Z||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-03-08T12:41:18.370Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:18.381Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:18.382Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:19.269Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:41:19.270Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:19.272Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:19.272Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:19.372Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:19.373Z||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-03-08T12:41:19.373Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:19.386Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:19.387Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:20.273Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "2d717879-259e-4a47-8f19-5763d03fe4f2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "26f8840b-f734-4c54-9266-2e853029f806",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "9a65d3cc-f030-425e-8343-52ef19d34f01",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2a31d2e9-2f50-4f9b-97c9-ea7edb062125",
      "resourceInvariantUUID": "f9735ab9-f4fd-4439-add1-ddefa480a7af",
      "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": "NjVhNzFkYmU3ZDljNjNlZmI5NTFjMGFlNGE1ZGVhOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2b93d802-c1aa-4f3b-a680-bd451f72fe40",
          "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": "a94ac4a4-e3f3-466e-a098-79aacca05be6",
          "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": "80a5053a-2d3b-429e-b07b-5172212d7b74",
            "generatedFromUUID": "a94ac4a4-e3f3-466e-a098-79aacca05be6"
          },
          "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": "80a5053a-2d3b-429e-b07b-5172212d7b74",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "MDdjMWFmZDNjNzEyZTc5MzVhMzhiYTIzMzBlZjJkZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81b20d1e-b683-46a2-bccf-61f4aa2428ee"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:41:20.274Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:41:20.274Z|9eb26a87-b2a4-44f5-968c-23f09d6b9606|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d717879-259e-4a47-8f19-5763d03fe4f2 ASDC
2022-03-08T12:41:20.274Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:033dd68a-e5e2-4ba2-a4b2-649adf2e5572
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:2d717879-259e-4a47-8f19-5763d03fe4f2
ServiceInvariantUUID:26f8840b-f734-4c54-9266-2e853029f806
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:81b20d1e-b683-46a2-bccf-61f4aa2428ee
ArtifactChecksum:MDdjMWFmZDNjNzEyZTc5MzVhMzhiYTIzMzBlZjJkZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:9a65d3cc-f030-425e-8343-52ef19d34f01
ResourceInvariantUUID:f9735ab9-f4fd-4439-add1-ddefa480a7af
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:2a31d2e9-2f50-4f9b-97c9-ea7edb062125
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:2b93d802-c1aa-4f3b-a680-bd451f72fe40
ArtifactChecksum:NjVhNzFkYmU3ZDljNjNlZmI5NTFjMGFlNGE1ZGVhOGU=
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:a94ac4a4-e3f3-466e-a098-79aacca05be6
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:80a5053a-2d3b-429e-b07b-5172212d7b74
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:80a5053a-2d3b-429e-b07b-5172212d7b74
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:41:20.275Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d717879-259e-4a47-8f19-5763d03fe4f2 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-03-08T12:41:20.328Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:41:20.328Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:41:20.328Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:41:20.329Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81b20d1e-b683-46a2-bccf-61f4aa2428ee from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-08T12:41:20.329Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:41:20.329Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-08T12:41:21.552Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:41:21.555Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 81b20d1e-b683-46a2-bccf-61f4aa2428ee 73651
2022-03-08T12:41:21.556Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-08T12:41:21.556Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-08T12:41:21.556Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:41:21.557Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:21.558Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:21.559Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743281556,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:21.659Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:21.660Z||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-03-08T12:41:21.660Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:21.672Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:21.673Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:22.559Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:41:22.560Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:41:22.560Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 81b20d1e-b683-46a2-bccf-61f4aa2428ee, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-08T12:41:22.561Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-08T12:41:22.561Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-08T12:41:22.561Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-08T12:41:22.669Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16706016828912465255/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-03-08T12:41:23.942Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:41:23.942Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:23.943Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:41:23.944Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.944Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:23.944Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:23.944Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:41:23.944Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:41:23.944Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.945Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:41:23.946Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.947Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:23.947Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:41:23.947Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.947Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:23.947Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:41:23.947Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.947Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f87248c0-218b-44f5-baf4-935cedbcbebe
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.948Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:23.949Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.949Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:23.949Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.949Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:23.949Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:23.949Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:23.949Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:2d717879-259e-4a47-8f19-5763d03fe4f2
Model Version:NULL
Model InvariantUuid:26f8840b-f734-4c54-9266-2e853029f806
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fd9fa069-1d53-4c7c-a3b9-0d3c03b8c286
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f9735ab9-f4fd-4439-add1-ddefa480a7af
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9a65d3cc-f030-425e-8343-52ef19d34f01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:056263ba-c131-4c0f-b869-2f407027582e
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:f7db29b3-47c5-45f7-b0d3-cc40affd6b7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f87248c0-218b-44f5-baf4-935cedbcbebe
ModelInvariantUuid:f4e19a9e-3146-42c6-8dc6-9a79f684f3c6
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:5c629a82-5676-4613-81d1-3517b82b9601
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:21fa3395-d593-488e-97e0-eb14fd9107da
ModelInvariantUuid:f71efbea-18e0-4add-abdc-286fbe69c095
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:dee1cc4d-fff9-4312-8bec-4975fcc75524
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-03-08T12:41:23.959Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2a31d2e9-2f50-4f9b-97c9-ea7edb062125
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-03-08T12:41:23.962Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||basicclamp 0
2022-03-08T12:41:23.963Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2a31d2e9-2f50-4f9b-97c9-ea7edb062125
2022-03-08T12:41:23.963Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b93d802-c1aa-4f3b-a680-bd451f72fe40 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-08T12:41:23.963Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:41:23.963Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-08T12:41:24.355Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:41:24.356Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2b93d802-c1aa-4f3b-a680-bd451f72fe40 790
2022-03-08T12:41:24.356Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:24.356Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:24.356Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:41:24.357Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:24.358Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:24.358Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743284356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:24.459Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:24.460Z||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-03-08T12:41:24.460Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:24.473Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:24.474Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:41:25.007Z||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-03-08T12:41:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:41:25.027Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:25.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743106795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743107097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.054Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.054Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.054Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "policy-id",
  "timestamp": 1646743107801,
  "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-03-08T12:41:25.061Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e37236b-889b-45ef-a48f-23595b7c92fe
2022-03-08T12:41:25.061Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e37236b-889b-45ef-a48f-23595b7c92fe 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-03-08T12:41:25.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743108104,
  "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-03-08T12:41:25.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bf634867-0d84-4f26-ad7b-04e7bfe2f868
2022-03-08T12:41:25.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf634867-0d84-4f26-ad7b-04e7bfe2f868 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-03-08T12:41:25.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.144Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.145Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.146Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.147Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.147Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.147Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.148Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.148Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.148Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.149Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.149Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.149Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.150Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.151Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.151Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.151Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.152Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.152Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.153Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.153Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.153Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.154Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.154Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.154Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.155Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.155Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.155Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.156Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.156Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.156Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.157Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743114273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743106018,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743102375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743101318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.161Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743114660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "dcae-sch",
  "timestamp": 1646743107710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.162Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "aai-ml",
  "timestamp": 1646743115664,
  "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-03-08T12:41:25.172Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bf634867-0d84-4f26-ad7b-04e7bfe2f868
2022-03-08T12:41:25.173Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bf634867-0d84-4f26-ad7b-04e7bfe2f868 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-03-08T12:41:25.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743116280,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743116313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.199Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743115422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.200Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743094016,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.201Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.201Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.201Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "clamp",
  "timestamp": 1646743117284,
  "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-03-08T12:41:25.207Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e37236b-889b-45ef-a48f-23595b7c92fe
2022-03-08T12:41:25.207Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e37236b-889b-45ef-a48f-23595b7c92fe 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-03-08T12:41:25.224Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "cds",
  "timestamp": 1646743117658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-08T12:41:25.279Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1195b26b-0a7b-4a51-a5ec-56a02851830a
2022-03-08T12:41:25.279Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1195b26b-0a7b-4a51-a5ec-56a02851830a 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-03-08T12:41:25.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743116831,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.301Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.302Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.302Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743118718,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.302Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.302Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.303Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.303Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.303Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.304Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.304Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.304Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743118316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743119338,
  "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-03-08T12:41:25.344Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1195b26b-0a7b-4a51-a5ec-56a02851830a
2022-03-08T12:41:25.344Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1195b26b-0a7b-4a51-a5ec-56a02851830a 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-03-08T12:41:25.359Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "056263ba-c131-4c0f-b869-2f407027582e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7db29b3-47c5-45f7-b0d3-cc40affd6b7d",
    "vfModuleModelCustomizationUUID": "c4b344e5-29c6-410c-931a-5832960b3183",
    "isBase": true,
    "artifacts": [
      "a94ac4a4-e3f3-466e-a098-79aacca05be6",
      "80a5053a-2d3b-429e-b07b-5172212d7b74"
    ],
    "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-03-08T12:41:25.363Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7db29b3-47c5-45f7-b0d3-cc40affd6b7d
VfModuleModelInvariantUUID:056263ba-c131-4c0f-b869-2f407027582e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a94ac4a4-e3f3-466e-a098-79aacca05be6
,
80a5053a-2d3b-429e-b07b-5172212d7b74

}
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-03-08T12:41:25.365Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "056263ba-c131-4c0f-b869-2f407027582e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f7db29b3-47c5-45f7-b0d3-cc40affd6b7d",
    "vfModuleModelCustomizationUUID": "c4b344e5-29c6-410c-931a-5832960b3183",
    "isBase": true,
    "artifacts": [
      "a94ac4a4-e3f3-466e-a098-79aacca05be6",
      "80a5053a-2d3b-429e-b07b-5172212d7b74"
    ],
    "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-03-08T12:41:25.365Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f7db29b3-47c5-45f7-b0d3-cc40affd6b7d
VfModuleModelInvariantUUID:056263ba-c131-4c0f-b869-2f407027582e
VfModuleModelDescription:NULL
Artifacts UUID List:{
a94ac4a4-e3f3-466e-a098-79aacca05be6
,
80a5053a-2d3b-429e-b07b-5172212d7b74

}
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-03-08T12:41:25.365Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a94ac4a4-e3f3-466e-a098-79aacca05be6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-08T12:41:25.365Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:41:25.366Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-08T12:41:25.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743120968,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743120342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743121973,
  "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-03-08T12:41:25.401Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e37236b-889b-45ef-a48f-23595b7c92fe
2022-03-08T12:41:25.402Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e37236b-889b-45ef-a48f-23595b7c92fe 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-03-08T12:41:25.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743115406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743124136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.419Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743091583,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743125140,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743118288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "policy-id",
  "timestamp": 1646743126144,
  "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-03-08T12:41:25.429Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1195b26b-0a7b-4a51-a5ec-56a02851830a
2022-03-08T12:41:25.429Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1195b26b-0a7b-4a51-a5ec-56a02851830a 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-03-08T12:41:25.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743126056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.450Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743124015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743132989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743133277,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743133823,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.453Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "aai-ml",
  "timestamp": 1646743134827,
  "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-03-08T12:41:25.461Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e37236b-889b-45ef-a48f-23595b7c92fe
2022-03-08T12:41:25.461Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e37236b-889b-45ef-a48f-23595b7c92fe 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-03-08T12:41:25.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743135948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743136961,
  "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-03-08T12:41:25.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1195b26b-0a7b-4a51-a5ec-56a02851830a
2022-03-08T12:41:25.491Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1195b26b-0a7b-4a51-a5ec-56a02851830a 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-03-08T12:41:25.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.503Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743137280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.503Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.503Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.504Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.504Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.504Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "clamp",
  "timestamp": 1646743138285,
  "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-03-08T12:41:25.515Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1195b26b-0a7b-4a51-a5ec-56a02851830a
2022-03-08T12:41:25.515Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1195b26b-0a7b-4a51-a5ec-56a02851830a 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-03-08T12:41:25.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:41:25.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743135830,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:41:25.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:41:25.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743144902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:25.540Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743153308,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:25.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:41:25.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-08T12:41:25.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "aai-ml",
  "timestamp": 1646743154311,
  "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-03-08T12:41:25.549Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1195b26b-0a7b-4a51-a5ec-56a02851830a
2022-03-08T12:41:25.549Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1195b26b-0a7b-4a51-a5ec-56a02851830a 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-03-08T12:41:25.978Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:41:25.979Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a94ac4a4-e3f3-466e-a098-79aacca05be6 5033
2022-03-08T12:41:25.979Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:25.979Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:25.979Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:41:25.979Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:25.981Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:25.981Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743285979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:26.081Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:26.082Z||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-03-08T12:41:26.082Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:26.094Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:26.095Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:26.982Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 80a5053a-2d3b-429e-b07b-5172212d7b74 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-08T12:41:26.982Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:41:26.983Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-08T12:41:27.482Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:41:27.482Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 80a5053a-2d3b-429e-b07b-5172212d7b74 909
2022-03-08T12:41:27.482Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:27.483Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:27.483Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:41:27.483Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:27.485Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:27.485Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743287482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:41:27.585Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:27.586Z||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-03-08T12:41:27.586Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:27.648Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:27.648Z||pool-110-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:28.486Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2d717879-259e-4a47-8f19-5763d03fe4f2
2022-03-08T12:41:28.486Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2a31d2e9-2f50-4f9b-97c9-ea7edb062125 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-03-08T12:41:28.518Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@74ec77cc, org.onap.sdc.toscaparser.api.parameters.Input@790dbe22, org.onap.sdc.toscaparser.api.parameters.Input@4f505491, org.onap.sdc.toscaparser.api.parameters.Input@31d10132, org.onap.sdc.toscaparser.api.parameters.Input@261452d3]
2022-03-08T12:41:28.519Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.520Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.520Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:41:28.520Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9a65d3cc-f030-425e-8343-52ef19d34f01
2022-03-08T12:41:28.520Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9a65d3cc-f030-425e-8343-52ef19d34f01 matches Tosca VF Customization UUID: 9a65d3cc-f030-425e-8343-52ef19d34f01
2022-03-08T12:41:28.520Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9a65d3cc-f030-425e-8343-52ef19d34f01  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-03-08T12:41:28.523Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.523Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.523Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9a65d3cc-f030-425e-8343-52ef19d34f01: {\"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-03-08T12:41:28.524Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46a47cd4
2022-03-08T12:41:28.524Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.524Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:41:28.524Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c4b344e5-29c6-410c-931a-5832960b3183
2022-03-08T12:41:28.524Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c4b344e5-29c6-410c-931a-5832960b3183
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-03-08T12:41:28.527Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.527Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:28.527Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:41:28.527Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.527Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:28.527Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:41:28.528Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.528Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-08T12:41:28.528Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-08T12:41:28.528Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-08T12:41:28.528Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f87248c0-218b-44f5-baf4-935cedbcbebe
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-03-08T12:41:28.531Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.531Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:28.532Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:41:28.532Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.532Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-08T12:41:28.532Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=9a65d3cc-f030-425e-8343-52ef19d34f01
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-03-08T12:41:28.534Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.534Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.534Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2d717879-259e-4a47-8f19-5763d03fe4f2: basicclamp
2022-03-08T12:41:28.534Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.535Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:41:28.536Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:41:28.536Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:28.704Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2a31d2e9-2f50-4f9b-97c9-ea7edb062125 1 ASDC deployResourceStructure
2022-03-08T12:41:28.705Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:28.705Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:28.705Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:41:28.705Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:28.708Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:28.708Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743288705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:28.808Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:28.809Z||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-03-08T12:41:28.809Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:28.824Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:28.825Z||pool-111-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:29.708Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:29.709Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:29.709Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:41:29.709Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:29.711Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:29.711Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743289708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:29.811Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:29.812Z||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-03-08T12:41:29.812Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:29.825Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:29.826Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:30.712Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:30.713Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:30.713Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:41:30.713Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:30.715Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:30.715Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743290712,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:30.816Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:30.817Z||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-03-08T12:41:30.817Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:30.830Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:30.831Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:31.717Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-08T12:41:31.717Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-08T12:41:31.717Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:41:31.717Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:41:31.719Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:41:31.719Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743291716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:41:31.819Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:41:31.820Z||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-03-08T12:41:31.821Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:41:31.835Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:41:31.836Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:41:32.719Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:41:32.735Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 033dd68a-e5e2-4ba2-a4b2-649adf2e5572
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:41:32.739Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:41:32.739Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:41:32.739Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:41:32.739Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:41:32.740Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:41:32.747Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:42:02.748Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 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-03-08T12:42:02.757Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 and serviceModelVersionId: 2d717879-259e-4a47-8f19-5763d03fe4f2
2022-03-08T12:42:02.757Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 26f8840b-f734-4c54-9266-2e853029f806
2022-03-08T12:42:02.758Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0
2022-03-08T12:42:02.762Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:42:02.820Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0|INFO|500||Invoke
2022-03-08T12:42:02.820Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[033dd68a-e5e2-4ba2-a4b2-649adf2e5572], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40db2b56-02ff-4cea-a200-5cf135792548], X-ECOMP-RequestID=[033dd68a-e5e2-4ba2-a4b2-649adf2e5572], X-TransactionId=[], X-ONAP-RequestID=[033dd68a-e5e2-4ba2-a4b2-649adf2e5572], Content-Type=[application/merge-patch+json]}
2022-03-08T12:42:02.846Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:42:03.400Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?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/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:42:03:674-73706], vertex-id=[168016], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:42:03 GMT], Content-Type=[application/json]}
2022-03-08T12:42:03.401Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:42:03.401Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/26f8840b-f734-4c54-9266-2e853029f806/model-vers/model-ver/2d717879-259e-4a47-8f19-5763d03fe4f2?depth=0|INFO|500||InvokeReturn
2022-03-08T12:42:03.402Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:42:03.402Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:42:03.408Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||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-03-08T12:42:03.408Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 033dd68a-e5e2-4ba2-a4b2-649adf2e5572 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:42:03.409Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:42:03.409Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:03.411Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:03.411Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743323408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:42:03.513Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-08T12:42:03.514Z||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-03-08T12:42:03.514Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:03.529Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:03.529Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 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-03-08T12:42:04.436Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:42:04.437Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bf634867-0d84-4f26-ad7b-04e7bfe2f868","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4ec4bc70-4087-4011-8ecf-b9e72929165c","serviceDescription":"service","serviceInvariantUUID":"30240784-3c3f-43b9-a860-d8abfbdb499d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"843de559-7086-4a88-80e9-136e14c00115","resourceInvariantUUID":"9e9cc60c-d25d-4ae9-8a48-5c921293f0bc","resourceCustomizationUUID":"91efe084-c189-4713-9b6f-0da1e7dda888","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":"YmVkNmUyMTFhZDY4MGVhYWZjNzcxNjFiNTNlNDYxOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"254f8627-0563-46d1-947b-c6d2d6169180","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":"ee6651ee-4478-4595-8ab3-054e0c5d74c1","artifactVersion":"2","generatedFromUUID":"eeb69501-dd18-4cae-be32-a0863124a15f"},{"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":"eeb69501-dd18-4cae-be32-a0863124a15f","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":"NDRmZGY1MjQ4NDNhOGNhZGJmMjYzNWI5N2M0MDE0MTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"579d1339-e7bc-4f10-91c4-0894abdf95a0","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":"7f519f03-25b1-4fa8-9498-0a49935726f1","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":"18e2df47-e520-420b-84c6-2f98d86a111d","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":"25ab8ca8-aaf2-4c79-8a92-f292e4814379","artifactVersion":"2","generatedFromUUID":"7f519f03-25b1-4fa8-9498-0a49935726f1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGYzMTMyMmFlMGVmYWFkNGUzYTNhMDE0NzVhZjlkM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"527e6777-b676-45a6-871c-7c5ce25296ca","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGZiZDZkMzMyMDFmMzM1MWUzMzkwZjk2NzlkYjRjZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99314d5f-8bcb-4baf-a837-d061714d3cd3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:42:04.437Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:04.437Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:04.439Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:04.439Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:42:04.540Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:04.541Z||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-03-08T12:42:04.541Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:04.555Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:04.555Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:05.440Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:05.441Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:05.443Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:05.443Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-08T12:42:05.544Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:42:05.545Z||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-03-08T12:42:05.545Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:05.557Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:05.558Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:06.444Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:06.445Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:06.447Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:06.448Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-08T12:42:06.548Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:06.549Z||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-03-08T12:42:06.549Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:06.566Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:06.567Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:42:07.448Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:07.449Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:07.452Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:07.452Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:42:07.552Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:07.553Z||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-03-08T12:42:07.553Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:07.569Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:07.569Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:08.452Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:08.453Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:08.455Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:08.455Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:42:08.555Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:42:08.556Z||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-03-08T12:42:08.556Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:08.569Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:08.570Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:09.456Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:09.457Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:09.459Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:09.460Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:42:09.560Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:09.560Z||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-03-08T12:42:09.561Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:09.573Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:09.574Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:42:10.460Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:10.462Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:10.464Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:10.464Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-08T12:42:10.564Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:10.565Z||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-03-08T12:42:10.565Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:10.577Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:10.577Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:11.464Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:11.465Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:11.467Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:11.467Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:42:11.568Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:42:11.568Z||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-03-08T12:42:11.569Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:11.580Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:11.580Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:12.468Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:42:12.469Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:12.471Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:12.471Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:42:12.571Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:12.573Z||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-03-08T12:42:12.573Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:12.586Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:12.586Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:13.479Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4ec4bc70-4087-4011-8ecf-b9e72929165c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "30240784-3c3f-43b9-a860-d8abfbdb499d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "91efe084-c189-4713-9b6f-0da1e7dda888",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "843de559-7086-4a88-80e9-136e14c00115",
      "resourceInvariantUUID": "9e9cc60c-d25d-4ae9-8a48-5c921293f0bc",
      "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": "ee6651ee-4478-4595-8ab3-054e0c5d74c1",
          "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": "eeb69501-dd18-4cae-be32-a0863124a15f",
          "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": "NDRmZGY1MjQ4NDNhOGNhZGJmMjYzNWI5N2M0MDE0MTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "579d1339-e7bc-4f10-91c4-0894abdf95a0",
          "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": "7f519f03-25b1-4fa8-9498-0a49935726f1",
          "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": "25ab8ca8-aaf2-4c79-8a92-f292e4814379",
            "generatedFromUUID": "7f519f03-25b1-4fa8-9498-0a49935726f1"
          },
          "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": "25ab8ca8-aaf2-4c79-8a92-f292e4814379",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGZiZDZkMzMyMDFmMzM1MWUzMzkwZjk2NzlkYjRjZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "99314d5f-8bcb-4baf-a837-d061714d3cd3"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:42:13.479Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:42:13.480Z|033dd68a-e5e2-4ba2-a4b2-649adf2e5572|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4ec4bc70-4087-4011-8ecf-b9e72929165c ASDC
2022-03-08T12:42:13.481Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bf634867-0d84-4f26-ad7b-04e7bfe2f868
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4ec4bc70-4087-4011-8ecf-b9e72929165c
ServiceInvariantUUID:30240784-3c3f-43b9-a860-d8abfbdb499d
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:99314d5f-8bcb-4baf-a837-d061714d3cd3
ArtifactChecksum:NGZiZDZkMzMyMDFmMzM1MWUzMzkwZjk2NzlkYjRjZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:91efe084-c189-4713-9b6f-0da1e7dda888
ResourceInvariantUUID:9e9cc60c-d25d-4ae9-8a48-5c921293f0bc
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:843de559-7086-4a88-80e9-136e14c00115
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:ee6651ee-4478-4595-8ab3-054e0c5d74c1
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:eeb69501-dd18-4cae-be32-a0863124a15f
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:579d1339-e7bc-4f10-91c4-0894abdf95a0
ArtifactChecksum:NDRmZGY1MjQ4NDNhOGNhZGJmMjYzNWI5N2M0MDE0MTU=
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:7f519f03-25b1-4fa8-9498-0a49935726f1
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:25ab8ca8-aaf2-4c79-8a92-f292e4814379
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:25ab8ca8-aaf2-4c79-8a92-f292e4814379
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:42:13.485Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ec4bc70-4087-4011-8ecf-b9e72929165c 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-03-08T12:42:13.534Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:42:13.535Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:42:13.535Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:42:13.535Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99314d5f-8bcb-4baf-a837-d061714d3cd3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-08T12:42:13.535Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:42:13.535Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-08T12:42:13.989Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:42:13.992Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 99314d5f-8bcb-4baf-a837-d061714d3cd3 68924
2022-03-08T12:42:13.992Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-08T12:42:13.992Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-08T12:42:13.992Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:42:13.993Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:13.994Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:13.995Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743333992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:42:14.095Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:14.096Z||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-03-08T12:42:14.096Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:14.111Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:14.112Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:42:14.995Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:42:14.996Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:42:14.996Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 99314d5f-8bcb-4baf-a837-d061714d3cd3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-08T12:42:14.996Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-08T12:42:14.997Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-08T12:42:14.997Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-08T12:42:15.130Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2301845538511161430/Definitions/service-BasicCnf-template.yml
2022-03-08T12:42:16.461Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:42:16.462Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:42:16.462Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-08T12:42:16.462Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-08T12:42:16.462Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:16.462Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:16.462Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:16.462Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:16.463Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:42:16.463Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.463Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:16.463Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:16.463Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:42:16.463Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:16.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.465Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-08T12:42:16.465Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-08T12:42:16.465Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-08T12:42:16.465Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:42:16.465Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.466Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:42:16.466Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.466Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:16.466Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:42:16.466Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.466Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:16.467Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:42:16.467Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.467Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:16.467Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:42:16.467Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.467Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-08T12:42:16.467Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-08T12:42:16.468Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5c5c4933-d77b-4778-ae7a-7f0fbf07bb84
2022-03-08T12:42:16.468Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.468Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:16.468Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.468Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:16.468Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.468Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:16.469Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:16.469Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:16.469Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4ec4bc70-4087-4011-8ecf-b9e72929165c
Model Version:NULL
Model InvariantUuid:30240784-3c3f-43b9-a860-d8abfbdb499d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:975e15af-dea4-47ca-829a-130ac418b53e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9e9cc60c-d25d-4ae9-8a48-5c921293f0bc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91efe084-c189-4713-9b6f-0da1e7dda888
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:df04aa4f-7e74-48d7-abe2-19bcafc77036
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:8222d110-00ac-4d45-82b8-6ed61fcc888c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c5c4933-d77b-4778-ae7a-7f0fbf07bb84
ModelInvariantUuid:fce3fa8c-ba57-41eb-bd3c-43984f1044c3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:85718314-3b60-45c0-80b1-5b3248046ba1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:a5133211-37e8-4f0a-b154-1d9fd0ddde46
ModelInvariantUuid:d4f92522-4c43-41ae-a97b-be1afaf7b69b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:506c3323-4cd4-4dd8-b944-1b9bf034b3b1
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-03-08T12:42:16.484Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 843de559-7086-4a88-80e9-136e14c00115
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-03-08T12:42:16.497Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-03-08T12:42:16.498Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 843de559-7086-4a88-80e9-136e14c00115
2022-03-08T12:42:16.498Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee6651ee-4478-4595-8ab3-054e0c5d74c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-08T12:42:16.498Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:42:16.499Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:17.405Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:42:17.406Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ee6651ee-4478-4595-8ab3-054e0c5d74c1 12
2022-03-08T12:42:17.406Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:17.406Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:17.406Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:42:17.406Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:17.408Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:17.408Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743337406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:42:17.509Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:42:17.510Z||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-03-08T12:42:17.510Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:17.526Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:17.526Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:18.409Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eeb69501-dd18-4cae-be32-a0863124a15f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-08T12:42:18.410Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:42:18.410Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:18.979Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:42:18.979Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz eeb69501-dd18-4cae-be32-a0863124a15f 2688
2022-03-08T12:42:18.980Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:18.980Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:18.980Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:42:18.980Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:18.982Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:18.982Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743338979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:42:19.083Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:19.084Z||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-03-08T12:42:19.084Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:19.097Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:19.098Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:19.984Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 579d1339-e7bc-4f10-91c4-0894abdf95a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-08T12:42:19.984Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:42:19.984Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:20.450Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:42:20.451Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 579d1339-e7bc-4f10-91c4-0894abdf95a0 828
2022-03-08T12:42:20.451Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:20.451Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:20.452Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:42:20.452Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:20.454Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:20.455Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743340451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:42:20.555Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:20.556Z||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-03-08T12:42:20.556Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:20.574Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:20.575Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:21.455Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "df04aa4f-7e74-48d7-abe2-19bcafc77036",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8222d110-00ac-4d45-82b8-6ed61fcc888c",
    "vfModuleModelCustomizationUUID": "fa444e07-a0d1-44f2-b2c6-e7e296f8c8c8",
    "isBase": true,
    "artifacts": [
      "eeb69501-dd18-4cae-be32-a0863124a15f",
      "7f519f03-25b1-4fa8-9498-0a49935726f1",
      "25ab8ca8-aaf2-4c79-8a92-f292e4814379"
    ],
    "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-03-08T12:42:21.460Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8222d110-00ac-4d45-82b8-6ed61fcc888c
VfModuleModelInvariantUUID:df04aa4f-7e74-48d7-abe2-19bcafc77036
VfModuleModelDescription:NULL
Artifacts UUID List:{
eeb69501-dd18-4cae-be32-a0863124a15f
,
7f519f03-25b1-4fa8-9498-0a49935726f1
,
25ab8ca8-aaf2-4c79-8a92-f292e4814379

}
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-03-08T12:42:21.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "df04aa4f-7e74-48d7-abe2-19bcafc77036",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8222d110-00ac-4d45-82b8-6ed61fcc888c",
    "vfModuleModelCustomizationUUID": "fa444e07-a0d1-44f2-b2c6-e7e296f8c8c8",
    "isBase": true,
    "artifacts": [
      "eeb69501-dd18-4cae-be32-a0863124a15f",
      "7f519f03-25b1-4fa8-9498-0a49935726f1",
      "25ab8ca8-aaf2-4c79-8a92-f292e4814379"
    ],
    "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-03-08T12:42:21.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8222d110-00ac-4d45-82b8-6ed61fcc888c
VfModuleModelInvariantUUID:df04aa4f-7e74-48d7-abe2-19bcafc77036
VfModuleModelDescription:NULL
Artifacts UUID List:{
eeb69501-dd18-4cae-be32-a0863124a15f
,
7f519f03-25b1-4fa8-9498-0a49935726f1
,
25ab8ca8-aaf2-4c79-8a92-f292e4814379

}
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-03-08T12:42:21.464Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f519f03-25b1-4fa8-9498-0a49935726f1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-08T12:42:21.465Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:42:21.465Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:21.984Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:42:21.985Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7f519f03-25b1-4fa8-9498-0a49935726f1 1164
2022-03-08T12:42:21.986Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:21.986Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:21.986Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:42:21.987Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:21.988Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:21.989Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743341986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:42:22.089Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:22.091Z||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-03-08T12:42:22.091Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:22.105Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:22.106Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:23.007Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25ab8ca8-aaf2-4c79-8a92-f292e4814379 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-08T12:42:23.008Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:42:23.008Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:23.693Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:42:23.694Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 25ab8ca8-aaf2-4c79-8a92-f292e4814379 200
2022-03-08T12:42:23.694Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:23.694Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:23.695Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:42:23.695Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:23.697Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:23.697Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743343694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:42:23.798Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:42:23.799Z||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-03-08T12:42:23.799Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:23.812Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:23.812Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:24.698Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4ec4bc70-4087-4011-8ecf-b9e72929165c
2022-03-08T12:42:24.698Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 843de559-7086-4a88-80e9-136e14c00115 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-03-08T12:42:24.714Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-08T12:42:24.720Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7091e5ab, org.onap.sdc.toscaparser.api.parameters.Input@410fd823, org.onap.sdc.toscaparser.api.parameters.Input@5a2cacfa, org.onap.sdc.toscaparser.api.parameters.Input@1cd8ab7, org.onap.sdc.toscaparser.api.parameters.Input@7e0e8b98]
2022-03-08T12:42:24.722Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.722Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.722Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:42:24.722Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 91efe084-c189-4713-9b6f-0da1e7dda888
2022-03-08T12:42:24.723Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91efe084-c189-4713-9b6f-0da1e7dda888 matches Tosca VF Customization UUID: 91efe084-c189-4713-9b6f-0da1e7dda888
2022-03-08T12:42:24.723Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 91efe084-c189-4713-9b6f-0da1e7dda888  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-03-08T12:42:24.725Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.726Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.727Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 91efe084-c189-4713-9b6f-0da1e7dda888: {\"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-03-08T12:42:24.727Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@137e0047
2022-03-08T12:42:24.727Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.728Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:42:24.728Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fa444e07-a0d1-44f2-b2c6-e7e296f8c8c8
2022-03-08T12:42:24.728Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fa444e07-a0d1-44f2-b2c6-e7e296f8c8c8
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-03-08T12:42:24.734Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.735Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:24.735Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:42:24.736Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.736Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:24.736Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:42:24.737Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.737Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-08T12:42:24.737Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-08T12:42:24.738Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5c5c4933-d77b-4778-ae7a-7f0fbf07bb84
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-03-08T12:42:24.742Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.742Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:24.742Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:42:24.743Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.743Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-08T12:42:24.743Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=91efe084-c189-4713-9b6f-0da1e7dda888
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-03-08T12:42:24.745Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.746Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.746Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4ec4bc70-4087-4011-8ecf-b9e72929165c: basic_cnf
2022-03-08T12:42:24.746Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.747Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.747Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.747Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.748Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.748Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.748Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.748Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.749Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:42:24.749Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:42:24.749Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:24.845Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 843de559-7086-4a88-80e9-136e14c00115 1 ASDC deployResourceStructure
2022-03-08T12:42:24.846Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:24.846Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:24.846Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-08T12:42:24.847Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:24.849Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:24.850Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743344845,
  "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-03-08T12:42:24.950Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:42:24.951Z||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-03-08T12:42:24.951Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:24.962Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:24.962Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:42:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:42:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:42:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:42:25.025Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:25.026Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.026Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ac4662dc-82a2-40d4-936b-1da3eaa4d785",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743212387,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:42:25.027Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:42:25.027Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.027Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:42:25.027Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:42:25.027Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:42:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:42:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:42:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:42:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:42:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:42:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-08T12:42:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:42:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:42:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:42:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:42:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:42:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:42:25.853Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:25.853Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:25.854Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-08T12:42:25.855Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:25.859Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:25.859Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743345853,
  "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-03-08T12:42:25.957Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-08T12:42:25.958Z||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-03-08T12:42:25.958Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:25.970Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:25.971Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:26.860Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:26.860Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:26.861Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:42:26.861Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:26.863Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:26.863Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743346860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:42:26.964Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:42:26.965Z||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-03-08T12:42:26.965Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:26.993Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:26.993Z||pool-133-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:27.864Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:27.865Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:27.865Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:42:27.865Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:27.871Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:27.871Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743347864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:42:27.967Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-08T12:42:27.968Z||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-03-08T12:42:27.968Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:27.984Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:27.984Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:28.876Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:28.877Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:28.877Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:42:28.877Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:28.879Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:28.879Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743348872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:42:28.980Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:42:28.980Z||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-03-08T12:42:28.981Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:28.998Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:28.998Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:42:29.883Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-08T12:42:29.884Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-08T12:42:29.884Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:42:29.885Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:42:29.887Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:42:29.887Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743349883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:42:29.988Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-08T12:42:29.988Z||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-03-08T12:42:29.989Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:42:30.002Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:42:30.002Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:42:30.888Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bf634867-0d84-4f26-ad7b-04e7bfe2f868
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:42:30.898Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bf634867-0d84-4f26-ad7b-04e7bfe2f868
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:42:30.901Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:42:30.901Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:42:30.901Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:42:30.902Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:42:30.902Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:42:30.902Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:42:30.902Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:42:30.903Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:42:30.903Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:42:30.903Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:42:30.903Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:42:30.912Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:43:00.913Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bf634867-0d84-4f26-ad7b-04e7bfe2f868 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-03-08T12:43:00.919Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bf634867-0d84-4f26-ad7b-04e7bfe2f868 and serviceModelVersionId: 4ec4bc70-4087-4011-8ecf-b9e72929165c
2022-03-08T12:43:00.920Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30240784-3c3f-43b9-a860-d8abfbdb499d
2022-03-08T12:43:00.921Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30240784-3c3f-43b9-a860-d8abfbdb499d/model-vers/model-ver/4ec4bc70-4087-4011-8ecf-b9e72929165c?depth=0
2022-03-08T12:43:00.925Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:43:00.959Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30240784-3c3f-43b9-a860-d8abfbdb499d/model-vers/model-ver/4ec4bc70-4087-4011-8ecf-b9e72929165c?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-03-08T12:43:00.961Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30240784-3c3f-43b9-a860-d8abfbdb499d/model-vers/model-ver/4ec4bc70-4087-4011-8ecf-b9e72929165c?depth=0|INFO|500||Invoke
2022-03-08T12:43:00.984Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30240784-3c3f-43b9-a860-d8abfbdb499d/model-vers/model-ver/4ec4bc70-4087-4011-8ecf-b9e72929165c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:43:01.603Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30240784-3c3f-43b9-a860-d8abfbdb499d/model-vers/model-ver/4ec4bc70-4087-4011-8ecf-b9e72929165c?depth=0|INFO|500||InvokeReturn
2022-03-08T12:43:01.605Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30240784-3c3f-43b9-a860-d8abfbdb499d/model-vers/model-ver/4ec4bc70-4087-4011-8ecf-b9e72929165c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:43:01:813-40350], vertex-id=[184520], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:43:01 GMT], Content-Type=[application/json]}
2022-03-08T12:43:01.606Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:43:01.606Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:43:01.606Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:43:01.611Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||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-03-08T12:43:01.612Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bf634867-0d84-4f26-ad7b-04e7bfe2f868 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:43:01.612Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:43:01.612Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:01.614Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:01.615Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743381612,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:43:01.714Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:01.715Z||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-03-08T12:43:01.715Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:01.733Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:01.735Z||pool-137-thread-1|||||INFO|500||cambria reply ok (20 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-03-08T12:43:02.629Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:43:02.630Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e37236b-889b-45ef-a48f-23595b7c92fe","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"3cfa46a3-4352-42b2-9c52-c8a239ab6d97","serviceDescription":"service","serviceInvariantUUID":"de58976b-bd8c-40e5-b2d0-a089dc5b3ff1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1b2f389a-c609-4655-9554-d4684bd029bb","resourceInvariantUUID":"69aa75d1-926c-4d58-b741-bc49c06e526e","resourceCustomizationUUID":"897f51a4-1c09-4e98-ab8e-e812be0f3528","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YmYyYzJhOWUxNDE1NzhiN2M1N2RlMDM2NDJkOGMxNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5341ff39-15a5-4061-872b-71225d55fd05","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5652fb12-b84a-4824-828a-bef2ff0f8dd5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b755de9d-3bfa-4a97-8ee1-3fa36fcf3085","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"M2Q5M2EzNzkyMzRhY2JiZjgyOWUwMjNkNDM3ZDUzZWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"baacc92b-947f-428d-97f0-f8ff98fe3a32","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6aaa9902-deb7-4982-814f-ed04e4237512","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c1e4a94-4b7c-46f6-a332-6ed2aad13ae1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"920cfd9c-e736-4e4f-b06e-d7425e929f18","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"YzZmOTk1NGE5OWFiNmEzMWZiM2U3MzY2YTYyNWY4MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"375ec271-8ff8-4829-b1e1-318a6462a88a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjFmYWJiMjg0Zjc1Y2Y3ZTBmNmVhMmI1NGMxOTM3NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"54a15ff1-eb8b-465e-8151-23e5ae652e35","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:43:02.631Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:02.631Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:02.633Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:02.633Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:02.733Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:02.734Z||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-03-08T12:43:02.734Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:02.768Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:02.769Z||pool-138-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:03.637Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:03.637Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:03.639Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:03.639Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:03.739Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:03.740Z||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-03-08T12:43:03.740Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:03.752Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:03.753Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:04.640Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:04.641Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:04.643Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:04.643Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:04.742Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:04.743Z||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-03-08T12:43:04.743Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:04.780Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:04.781Z||pool-140-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:05.643Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:05.644Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:05.647Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:05.647Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:05.747Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:05.748Z||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-03-08T12:43:05.748Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:05.813Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:05.814Z||pool-141-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:06.648Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:06.648Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:06.651Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:06.651Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:06.751Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:06.752Z||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-03-08T12:43:06.752Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:06.764Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:06.765Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:43:07.652Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:07.653Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:07.655Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:07.656Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:07.755Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:07.756Z||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-03-08T12:43:07.756Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:07.768Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:07.769Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:08.656Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:08.657Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:08.659Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:08.659Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:08.759Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:08.760Z||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-03-08T12:43:08.760Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:08.773Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:08.774Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:09.660Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:09.661Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:09.663Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:09.663Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:09.763Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:09.764Z||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-03-08T12:43:09.764Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:09.775Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:09.775Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:10.663Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:10.664Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:10.666Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:10.666Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:43:10.766Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:10.767Z||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-03-08T12:43:10.768Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:11.197Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:11.197Z||pool-146-thread-1|||||INFO|500||cambria reply ok (430 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:11.668Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3cfa46a3-4352-42b2-9c52-c8a239ab6d97",
  "serviceDescription": "service",
  "serviceInvariantUUID": "de58976b-bd8c-40e5-b2d0-a089dc5b3ff1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "897f51a4-1c09-4e98-ab8e-e812be0f3528",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1b2f389a-c609-4655-9554-d4684bd029bb",
      "resourceInvariantUUID": "69aa75d1-926c-4d58-b741-bc49c06e526e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "ZjFmYWJiMjg0Zjc1Y2Y3ZTBmNmVhMmI1NGMxOTM3NjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "54a15ff1-eb8b-465e-8151-23e5ae652e35"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:43:11.671Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:43:11.671Z|bf634867-0d84-4f26-ad7b-04e7bfe2f868|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3cfa46a3-4352-42b2-9c52-c8a239ab6d97 ASDC
2022-03-08T12:43:11.671Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1e37236b-889b-45ef-a48f-23595b7c92fe
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:3cfa46a3-4352-42b2-9c52-c8a239ab6d97
ServiceInvariantUUID:de58976b-bd8c-40e5-b2d0-a089dc5b3ff1
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:54a15ff1-eb8b-465e-8151-23e5ae652e35
ArtifactChecksum:ZjFmYWJiMjg0Zjc1Y2Y3ZTBmNmVhMmI1NGMxOTM3NjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:897f51a4-1c09-4e98-ab8e-e812be0f3528
ResourceInvariantUUID:69aa75d1-926c-4d58-b741-bc49c06e526e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1b2f389a-c609-4655-9554-d4684bd029bb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-08T12:43:11.673Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3cfa46a3-4352-42b2-9c52-c8a239ab6d97 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-03-08T12:43:11.755Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:43:11.756Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:43:11.756Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:43:11.756Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 54a15ff1-eb8b-465e-8151-23e5ae652e35 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-08T12:43:11.756Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:43:11.756Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-08T12:43:12.367Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:43:12.372Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 54a15ff1-eb8b-465e-8151-23e5ae652e35 105634
2022-03-08T12:43:12.373Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-08T12:43:12.373Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-08T12:43:12.373Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:43:12.374Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:12.376Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:12.376Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743392373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:12.476Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:12.477Z||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-03-08T12:43:12.477Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:12.497Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:12.497Z||pool-147-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:43:13.377Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:43:13.378Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:43:13.379Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 54a15ff1-eb8b-465e-8151-23e5ae652e35, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:13.379Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-08T12:43:13.380Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:13.380Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:13.500Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP771087128061621735/Definitions/service-TestPnfMacro-template.yml
2022-03-08T12:43:14.287Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:43:14.288Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:43:14.288Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.288Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-08T12:43:14.288Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.288Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.288Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.289Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.289Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.289Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.289Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.289Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:43:14.289Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.290Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.290Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-08T12:43:14.290Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:43:14.290Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:43:14.291Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.291Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.291Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-08T12:43:14.291Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:43:14.292Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:43:14.292Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.292Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.292Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.292Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.293Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.293Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.293Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.293Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.293Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.293Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.294Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:3cfa46a3-4352-42b2-9c52-c8a239ab6d97
Model Version:NULL
Model InvariantUuid:de58976b-bd8c-40e5-b2d0-a089dc5b3ff1
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-03-08T12:43:14.302Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1b2f389a-c609-4655-9554-d4684bd029bb
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-03-08T12:43:14.306Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-03-08T12:43:14.307Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1b2f389a-c609-4655-9554-d4684bd029bb
2022-03-08T12:43:14.307Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 3cfa46a3-4352-42b2-9c52-c8a239ab6d97
2022-03-08T12:43:14.307Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3cfa46a3-4352-42b2-9c52-c8a239ab6d97
2022-03-08T12:43:14.307Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1b2f389a-c609-4655-9554-d4684bd029bb 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-03-08T12:43:14.313Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46b3619f, org.onap.sdc.toscaparser.api.parameters.Input@5b1a2553, org.onap.sdc.toscaparser.api.parameters.Input@60e49db, org.onap.sdc.toscaparser.api.parameters.Input@6beaa769, org.onap.sdc.toscaparser.api.parameters.Input@36089c12]
2022-03-08T12:43:14.314Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.314Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.314Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3cfa46a3-4352-42b2-9c52-c8a239ab6d97: test-pnf
2022-03-08T12:43:14.314Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||Processing PNF resource: 1b2f389a-c609-4655-9554-d4684bd029bb
2022-03-08T12:43:14.315Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:14.315Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:14.315Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||Resource customization UUID: 897f51a4-1c09-4e98-ab8e-e812be0f3528 is the same as notified resource customizationUUID: 897f51a4-1c09-4e98-ab8e-e812be0f3528
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-03-08T12:43:14.426Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1b2f389a-c609-4655-9554-d4684bd029bb 0 ASDC deployResourceStructure
2022-03-08T12:43:14.426Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-08T12:43:14.426Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-08T12:43:14.426Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:43:14.427Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:14.428Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:14.429Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743394426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:43:14.528Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:14.529Z||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-03-08T12:43:14.530Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:14.563Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:14.564Z||pool-148-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":6,"count":1}
2022-03-08T12:43:15.429Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e37236b-889b-45ef-a48f-23595b7c92fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:43:15.449Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e37236b-889b-45ef-a48f-23595b7c92fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:43:15.452Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:43:15.453Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||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-03-08T12:43:15.459Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:43:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:43:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:43:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:43:25.026Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:25.027Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.027Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743226290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743229150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:25.028Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743231307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743232784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.029Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743233925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743234929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743235932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743236936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9eb26a87-b2a4-44f5-968c-23f09d6b9606",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743268532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:43:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743281556,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743284356,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:43:45.459Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e37236b-889b-45ef-a48f-23595b7c92fe 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-03-08T12:43:45.467Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e37236b-889b-45ef-a48f-23595b7c92fe and serviceModelVersionId: 3cfa46a3-4352-42b2-9c52-c8a239ab6d97
2022-03-08T12:43:45.467Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de58976b-bd8c-40e5-b2d0-a089dc5b3ff1
2022-03-08T12:43:45.468Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0
2022-03-08T12:43:45.472Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:43:45.508Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0|INFO|500||Invoke
2022-03-08T12:43:45.509Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e37236b-889b-45ef-a48f-23595b7c92fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce7ee038-d737-46e6-905b-e3331b8f5622], X-ECOMP-RequestID=[1e37236b-889b-45ef-a48f-23595b7c92fe], X-TransactionId=[], X-ONAP-RequestID=[1e37236b-889b-45ef-a48f-23595b7c92fe], Content-Type=[application/merge-patch+json]}
2022-03-08T12:43:45.528Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:43:46.490Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?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/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220308-12:43:46:357-78648], vertex-id=[303104], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:43:46 GMT], Content-Type=[application/json]}
2022-03-08T12:43:46.490Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:43:46.491Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de58976b-bd8c-40e5-b2d0-a089dc5b3ff1/model-vers/model-ver/3cfa46a3-4352-42b2-9c52-c8a239ab6d97?depth=0|INFO|500||InvokeReturn
2022-03-08T12:43:46.491Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:43:46.491Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||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-03-08T12:43:46.498Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||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-03-08T12:43:46.499Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e37236b-889b-45ef-a48f-23595b7c92fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:43:46.499Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:43:46.499Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:46.501Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:46.501Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743426499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:43:46.601Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:46.602Z||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-03-08T12:43:46.602Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:46.618Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:46.618Z||pool-149-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-03-08T12:43:47.554Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:43:47.555Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1195b26b-0a7b-4a51-a5ec-56a02851830a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"723f8dc2-99f9-4530-9014-3463f30bfaa9","serviceDescription":"service","serviceInvariantUUID":"b57dc6bf-3545-443b-81ee-2f57472761a8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cee603bf-f041-4262-9253-888447ab26e0","resourceInvariantUUID":"401ebaee-e2b9-48d8-a9aa-01dd4d7364f2","resourceCustomizationUUID":"98812c36-f6a8-4a66-9969-4a0f29064953","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":"ZDdjOTllMzVmYThhZGEwMTE1NDc5NTUyZTlmZjU2MWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bb78247-98cf-4c94-b9e5-cb8116367cb1","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":"YjMxMTZiZTVjMDJmMGYyMWFiNjY0NzExNDNlZmNmN2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afb9a5ef-c513-463d-a094-d037aa8b18da","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":"823302f5-2c95-4d34-ad36-db617956b252","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":"d1710fff-6ae8-4815-abc5-88e06fdd380d","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":"c2130db7-a5f4-4649-b9a7-ed14380739fc","artifactVersion":"2","generatedFromUUID":"823302f5-2c95-4d34-ad36-db617956b252"},{"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":"Y2RhMGMwYTJjMTAzMWE0NzhiYjRiMzM0MGViYTIxMmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6b6dd123-67fd-4ab9-ab5f-e2b23ad3345b","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":"MjgyMWM0MzY3ZTM5OTlmMzZiMDllYTI5ZmM1ZmEwNmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a2c0b196-ccbe-4169-a8a8-eccda17bc91a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MWRkMGRhNDc3MGVmMDk4NGRjZDMxMDk2NzdmYWZiNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4a7feba-fff3-4a46-8077-5e15363d982f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:43:47.555Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:47.556Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:47.562Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:47.562Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:47.662Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:47.663Z||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-03-08T12:43:47.663Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:47.674Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:47.675Z||pool-150-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:48.563Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:48.565Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:48.567Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:48.567Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:43:48.667Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:48.668Z||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-03-08T12:43:48.668Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:48.680Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:48.681Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:43:49.568Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:49.569Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:49.571Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:49.571Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:43:49.670Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:49.672Z||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-03-08T12:43:49.672Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:49.685Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:49.685Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:50.571Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:50.572Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:50.574Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:50.574Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:50.674Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:50.675Z||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-03-08T12:43:50.675Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:50.695Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:50.696Z||pool-153-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:43:51.575Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:51.576Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:51.578Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:51.578Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-08T12:43:51.678Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:51.679Z||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-03-08T12:43:51.679Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:51.696Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:51.697Z||pool-154-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:43:52.578Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:52.579Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:52.581Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:52.581Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:52.681Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:43:52.682Z||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-03-08T12:43:52.683Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:52.697Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:52.697Z||pool-155-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:43:53.582Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:53.583Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:53.585Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:53.585Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:43:53.685Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:53.686Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:43:53.686Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:53.697Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:53.698Z||pool-156-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:54.585Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:43:54.586Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:54.588Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:54.588Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:43:54.688Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:54.689Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:43:54.689Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:54.703Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:54.704Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:55.590Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "723f8dc2-99f9-4530-9014-3463f30bfaa9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b57dc6bf-3545-443b-81ee-2f57472761a8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "98812c36-f6a8-4a66-9969-4a0f29064953",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cee603bf-f041-4262-9253-888447ab26e0",
      "resourceInvariantUUID": "401ebaee-e2b9-48d8-a9aa-01dd4d7364f2",
      "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": "YjMxMTZiZTVjMDJmMGYyMWFiNjY0NzExNDNlZmNmN2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "afb9a5ef-c513-463d-a094-d037aa8b18da",
          "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": "823302f5-2c95-4d34-ad36-db617956b252",
          "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": "c2130db7-a5f4-4649-b9a7-ed14380739fc",
            "generatedFromUUID": "823302f5-2c95-4d34-ad36-db617956b252"
          },
          "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": "c2130db7-a5f4-4649-b9a7-ed14380739fc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MWRkMGRhNDc3MGVmMDk4NGRjZDMxMDk2NzdmYWZiNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a4a7feba-fff3-4a46-8077-5e15363d982f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:43:55.590Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:43:55.590Z|1e37236b-889b-45ef-a48f-23595b7c92fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 723f8dc2-99f9-4530-9014-3463f30bfaa9 ASDC
2022-03-08T12:43:55.591Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1195b26b-0a7b-4a51-a5ec-56a02851830a
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:723f8dc2-99f9-4530-9014-3463f30bfaa9
ServiceInvariantUUID:b57dc6bf-3545-443b-81ee-2f57472761a8
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:a4a7feba-fff3-4a46-8077-5e15363d982f
ArtifactChecksum:MWRkMGRhNDc3MGVmMDk4NGRjZDMxMDk2NzdmYWZiNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:98812c36-f6a8-4a66-9969-4a0f29064953
ResourceInvariantUUID:401ebaee-e2b9-48d8-a9aa-01dd4d7364f2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:cee603bf-f041-4262-9253-888447ab26e0
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:afb9a5ef-c513-463d-a094-d037aa8b18da
ArtifactChecksum:YjMxMTZiZTVjMDJmMGYyMWFiNjY0NzExNDNlZmNmN2M=
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:823302f5-2c95-4d34-ad36-db617956b252
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:c2130db7-a5f4-4649-b9a7-ed14380739fc
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:c2130db7-a5f4-4649-b9a7-ed14380739fc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:43:55.591Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 723f8dc2-99f9-4530-9014-3463f30bfaa9 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-03-08T12:43:55.655Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:43:55.656Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:43:55.656Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:43:55.656Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a4a7feba-fff3-4a46-8077-5e15363d982f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-08T12:43:55.656Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:43:55.657Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-08T12:43:57.549Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:43:57.552Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a4a7feba-fff3-4a46-8077-5e15363d982f 78794
2022-03-08T12:43:57.553Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-08T12:43:57.553Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-08T12:43:57.553Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:43:57.554Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:43:57.556Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:43:57.556Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743437553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:43:57.656Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:43:57.658Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:43:57.658Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:43:57.669Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:43:57.670Z||pool-158-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:43:58.556Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:43:58.558Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:43:58.558Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a4a7feba-fff3-4a46-8077-5e15363d982f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-08T12:43:58.559Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-08T12:43:58.559Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-08T12:43:58.560Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-08T12:43:58.683Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2666103910884647417/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-03-08T12:43:59.862Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.863Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:43:59.864Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:43:59.864Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.864Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:59.864Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:43:59.864Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:43:59.864Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:59.865Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.866Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:43:59.867Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.867Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:43:59.867Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:43:59.867Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.867Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:43:59.867Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:43:59.867Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:43:59.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:43:59.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-08T12:43:59.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-08T12:43:59.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-08T12:43:59.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=74a2b3da-3459-437e-b343-efb02ad43ee2
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:43:59.869Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:43:59.870Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:723f8dc2-99f9-4530-9014-3463f30bfaa9
Model Version:NULL
Model InvariantUuid:b57dc6bf-3545-443b-81ee-2f57472761a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:87d6cc23-6123-4bae-8e57-a5da6d920604
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:401ebaee-e2b9-48d8-a9aa-01dd4d7364f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:98812c36-f6a8-4a66-9969-4a0f29064953
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:57a5e4a4-ea6d-4551-81ea-4c9f5980329d
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e8f579b9-c0c5-4d00-94f5-6b1e98a0e080
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:74a2b3da-3459-437e-b343-efb02ad43ee2
ModelInvariantUuid:bfdeefd8-df2c-4868-97ee-851383c6dbe8
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5180c513-fe55-43b1-bada-833bd2198661
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:c01d7321-ccd1-451d-8152-a27d35b9bfd6
ModelInvariantUuid:d2b3aedf-8fb2-4834-bf59-7d8856bbdeb2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:32dcb095-e368-4d0c-b7fe-8cd215955fd6
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-03-08T12:43:59.889Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: cee603bf-f041-4262-9253-888447ab26e0
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-03-08T12:43:59.893Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-03-08T12:43:59.894Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cee603bf-f041-4262-9253-888447ab26e0
2022-03-08T12:43:59.894Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: afb9a5ef-c513-463d-a094-d037aa8b18da from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-08T12:43:59.894Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:43:59.894Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:00.584Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:44:00.584Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json afb9a5ef-c513-463d-a094-d037aa8b18da 792
2022-03-08T12:44:00.585Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:00.585Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:00.585Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:44:00.585Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:00.588Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:00.588Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743440584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:00.688Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:44:00.689Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:00.689Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:00.709Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:00.709Z||pool-159-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:44:01.589Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "57a5e4a4-ea6d-4551-81ea-4c9f5980329d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8f579b9-c0c5-4d00-94f5-6b1e98a0e080",
    "vfModuleModelCustomizationUUID": "f3f3c2cd-2e69-4502-9678-215d2f0b3a9d",
    "isBase": true,
    "artifacts": [
      "823302f5-2c95-4d34-ad36-db617956b252",
      "c2130db7-a5f4-4649-b9a7-ed14380739fc"
    ],
    "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-03-08T12:44:01.593Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8f579b9-c0c5-4d00-94f5-6b1e98a0e080
VfModuleModelInvariantUUID:57a5e4a4-ea6d-4551-81ea-4c9f5980329d
VfModuleModelDescription:NULL
Artifacts UUID List:{
823302f5-2c95-4d34-ad36-db617956b252
,
c2130db7-a5f4-4649-b9a7-ed14380739fc

}
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-03-08T12:44:01.596Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "57a5e4a4-ea6d-4551-81ea-4c9f5980329d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e8f579b9-c0c5-4d00-94f5-6b1e98a0e080",
    "vfModuleModelCustomizationUUID": "f3f3c2cd-2e69-4502-9678-215d2f0b3a9d",
    "isBase": true,
    "artifacts": [
      "823302f5-2c95-4d34-ad36-db617956b252",
      "c2130db7-a5f4-4649-b9a7-ed14380739fc"
    ],
    "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-03-08T12:44:01.596Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e8f579b9-c0c5-4d00-94f5-6b1e98a0e080
VfModuleModelInvariantUUID:57a5e4a4-ea6d-4551-81ea-4c9f5980329d
VfModuleModelDescription:NULL
Artifacts UUID List:{
823302f5-2c95-4d34-ad36-db617956b252
,
c2130db7-a5f4-4649-b9a7-ed14380739fc

}
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-03-08T12:44:01.596Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 823302f5-2c95-4d34-ad36-db617956b252 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-08T12:44:01.596Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:44:01.596Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:01.996Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:44:01.996Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 823302f5-2c95-4d34-ad36-db617956b252 5033
2022-03-08T12:44:01.996Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:01.996Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:01.997Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:44:01.997Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:01.999Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:01.999Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743441996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:02.099Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:02.100Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:02.100Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:02.114Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:02.114Z||pool-160-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:02.999Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c2130db7-a5f4-4649-b9a7-ed14380739fc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-08T12:44:03.001Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:44:03.001Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:03.574Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:44:03.574Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c2130db7-a5f4-4649-b9a7-ed14380739fc 903
2022-03-08T12:44:03.575Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:03.575Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:03.575Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:44:03.576Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:03.579Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:03.579Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743443575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:03.679Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:44:03.680Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:03.680Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:03.697Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:03.698Z||pool-161-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:44:04.580Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 723f8dc2-99f9-4530-9014-3463f30bfaa9
2022-03-08T12:44:04.580Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cee603bf-f041-4262-9253-888447ab26e0 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-03-08T12:44:04.607Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60693b46, org.onap.sdc.toscaparser.api.parameters.Input@7706f3ae, org.onap.sdc.toscaparser.api.parameters.Input@554a05c5, org.onap.sdc.toscaparser.api.parameters.Input@76be650a, org.onap.sdc.toscaparser.api.parameters.Input@5f24d390]
2022-03-08T12:44:04.609Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.609Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.609Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:44:04.610Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 98812c36-f6a8-4a66-9969-4a0f29064953
2022-03-08T12:44:04.610Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98812c36-f6a8-4a66-9969-4a0f29064953 matches Tosca VF Customization UUID: 98812c36-f6a8-4a66-9969-4a0f29064953
2022-03-08T12:44:04.610Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 98812c36-f6a8-4a66-9969-4a0f29064953  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-03-08T12:44:04.615Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.615Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.616Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 98812c36-f6a8-4a66-9969-4a0f29064953: {\"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-03-08T12:44:04.617Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f0d2a22
2022-03-08T12:44:04.617Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.617Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:44:04.617Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3f3c2cd-2e69-4502-9678-215d2f0b3a9d
2022-03-08T12:44:04.618Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3f3c2cd-2e69-4502-9678-215d2f0b3a9d
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-03-08T12:44:04.621Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.622Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:44:04.622Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:04.622Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.622Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:44:04.623Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:04.623Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.623Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-08T12:44:04.623Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-08T12:44:04.624Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-08T12:44:04.624Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=74a2b3da-3459-437e-b343-efb02ad43ee2
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-03-08T12:44:04.627Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.627Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:44:04.627Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:04.628Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.628Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-08T12:44:04.628Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=98812c36-f6a8-4a66-9969-4a0f29064953
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-03-08T12:44:04.630Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.631Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.631Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 723f8dc2-99f9-4530-9014-3463f30bfaa9: basic_vm_macro
2022-03-08T12:44:04.631Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.631Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.631Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.632Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.632Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.632Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.632Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.633Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.633Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:04.633Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:04.633Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:04.805Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cee603bf-f041-4262-9253-888447ab26e0 1 ASDC deployResourceStructure
2022-03-08T12:44:04.806Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:04.806Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:04.806Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:44:04.806Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:04.808Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:04.808Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743444806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:04.908Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:04.909Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:04.909Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:04.928Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:04.928Z||pool-162-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:44:05.809Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:05.810Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:05.810Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:44:05.810Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:05.813Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:05.813Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743445809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:05.912Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:05.913Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:05.913Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:05.925Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:05.925Z||pool-163-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:06.814Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:06.814Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:06.815Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:44:06.815Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:06.817Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:06.818Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743446813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:06.917Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:06.918Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:06.918Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:06.933Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:06.934Z||pool-164-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:07.819Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-08T12:44:07.819Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-08T12:44:07.819Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:44:07.820Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:07.821Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:07.822Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743447819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:07.925Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-08T12:44:07.926Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:07.926Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:07.939Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:07.939Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:44:08.824Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1195b26b-0a7b-4a51-a5ec-56a02851830a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:44:08.868Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1195b26b-0a7b-4a51-a5ec-56a02851830a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:44:08.871Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:08.881Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:44:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:44:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:44:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:44:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:25.037Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.037Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743285979,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743287482,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743288705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.038Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743289708,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743290712,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743291716,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.039Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033dd68a-e5e2-4ba2-a4b2-649adf2e5572",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743323408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.040Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.041Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-08T12:44:25.042Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.042Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.042Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:44:25.042Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.042Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.042Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.043Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743333992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.044Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743337406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743338979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743340451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.045Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.046Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743341986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.046Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.046Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.046Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743343694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:25.046Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:25.047Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:44:25.047Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743344845,
  "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-03-08T12:44:25.047Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:44:38.882Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1195b26b-0a7b-4a51-a5ec-56a02851830a 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-03-08T12:44:38.890Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1195b26b-0a7b-4a51-a5ec-56a02851830a and serviceModelVersionId: 723f8dc2-99f9-4530-9014-3463f30bfaa9
2022-03-08T12:44:38.890Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b57dc6bf-3545-443b-81ee-2f57472761a8
2022-03-08T12:44:38.891Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b57dc6bf-3545-443b-81ee-2f57472761a8/model-vers/model-ver/723f8dc2-99f9-4530-9014-3463f30bfaa9?depth=0
2022-03-08T12:44:38.895Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:44:38.947Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b57dc6bf-3545-443b-81ee-2f57472761a8/model-vers/model-ver/723f8dc2-99f9-4530-9014-3463f30bfaa9?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-03-08T12:44:38.949Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b57dc6bf-3545-443b-81ee-2f57472761a8/model-vers/model-ver/723f8dc2-99f9-4530-9014-3463f30bfaa9?depth=0|INFO|500||Invoke
2022-03-08T12:44:38.968Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b57dc6bf-3545-443b-81ee-2f57472761a8/model-vers/model-ver/723f8dc2-99f9-4530-9014-3463f30bfaa9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:44:39.309Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b57dc6bf-3545-443b-81ee-2f57472761a8/model-vers/model-ver/723f8dc2-99f9-4530-9014-3463f30bfaa9?depth=0|INFO|500||InvokeReturn
2022-03-08T12:44:39.310Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b57dc6bf-3545-443b-81ee-2f57472761a8/model-vers/model-ver/723f8dc2-99f9-4530-9014-3463f30bfaa9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220308-12:44:39:799-7230], vertex-id=[282696], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:44:39 GMT], Content-Type=[application/json]}
2022-03-08T12:44:39.310Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:44:39.311Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:44:39.311Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:39.319Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||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-03-08T12:44:39.320Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1195b26b-0a7b-4a51-a5ec-56a02851830a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:44:39.320Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:44:39.320Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:39.323Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:39.323Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743479320,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:44:39.423Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:44:39.424Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:39.424Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:39.437Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:39.438Z||pool-166-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-08T12:44:40.341Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:44:40.342Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|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-03-08T12:44:40.342Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|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 czjQP1WARwrAie69) ...
2022-03-08T12:44:44.647Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:44.648Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-08T12:44:44.648Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"97174fa2-04cb-452b-96fd-9743c5bc70d0","serviceName":"vFW 2022-03-08 12-39-48","serviceVersion":"1.0","serviceUUID":"82260be3-84a1-4805-b965-b5454a1359d7","serviceDescription":"catalog service description","serviceInvariantUUID":"b62d3684-ddb1-42a7-81cf-82341e243921","resources":[{"resourceInstanceName":"vFW 6288824e-a72a 0","resourceName":"vFW 6288824e-a72a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28c08b51-967c-4dcf-af89-9bcfec65f32e","resourceInvariantUUID":"76f37625-c93b-47c9-9a51-bf8b8376c203","resourceCustomizationUUID":"559fab65-0671-40db-8fe0-f2a8932c0685","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml","artifactChecksum":"OTljNWIyOGRhZmJiYWE1OTQxOGMzNzIzNTA0YzY4YzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c23675d-d86b-468e-b0b7-d067f3c08a0a","artifactVersion":"1"},{"artifactName":"vfw6288824ea72a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json","artifactChecksum":"NWFiYTkzMWY3ZDEwMjkwYTE5ZTkxMGZlM2U3Y2M5ZTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"451c441e-c352-4f5e-a990-410101df644a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"589cc9c2-ddd9-4c67-b086-3e07ddcc0432","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml","artifactChecksum":"MThiZjUwOTU4Y2FhZTU3ODNiMjEyN2JjZWFiZWRmNzU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5b05b6f4-fff5-4312-8fcb-6acda3ac3393","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aceffbd8-248d-4a91-85dc-8e20b8f1004b","artifactVersion":"2","generatedFromUUID":"589cc9c2-ddd9-4c67-b086-3e07ddcc0432"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220308123948-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml","artifactChecksum":"OWEyM2QzNzRmNzljNzg1NTk4OWIwOWQ3MDQzY2ZjNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ba7cbd8-71d5-4dce-a66e-e77320cab244","artifactVersion":"1"},{"artifactName":"service-Vfw20220308123948-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar","artifactChecksum":"MGY0ODliMjZmM2Q4ZjRhODQwMmRkNzdkNjdiMWU1MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd53d186-f834-4819-9a78-bae1a1e49594","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-08T12:44:44.652Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:44:44.652Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:44.656Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:44.656Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:44:44.756Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:44.757Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:44.757Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:44.769Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:44.771Z||pool-167-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:45.657Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:44:45.659Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:45.662Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:45.662Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:44:45.761Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:45.763Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:45.763Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:45.775Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:45.775Z||pool-168-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:46.663Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:44:46.664Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:46.666Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:46.667Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:44:46.766Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:46.767Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:46.767Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:46.784Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:46.784Z||pool-169-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:47.667Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:44:47.669Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:47.672Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:47.672Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:44:47.772Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:47.773Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:47.773Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:47.785Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:47.786Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:48.673Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:44:48.675Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:48.677Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:48.677Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:44:48.777Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:48.778Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:48.778Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:48.828Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:48.829Z||pool-171-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:44:49.679Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:44:49.679Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:49.681Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:49.681Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:44:49.781Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:44:49.782Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:49.782Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:49.797Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:49.797Z||pool-172-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:50.682Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-08T12:44:50.682Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:50.684Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:50.685Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:44:50.784Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:50.785Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:50.786Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:50.801Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:50.802Z||pool-173-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:51.686Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "serviceName": "vFW 2022-03-08 12-39-48",
  "serviceVersion": "1.0",
  "serviceUUID": "82260be3-84a1-4805-b965-b5454a1359d7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b62d3684-ddb1-42a7-81cf-82341e243921",
  "resources": [
    {
      "resourceInstanceName": "vFW 6288824e-a72a 0",
      "resourceCustomizationUUID": "559fab65-0671-40db-8fe0-f2a8932c0685",
      "resourceName": "vFW 6288824e-a72a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "28c08b51-967c-4dcf-af89-9bcfec65f32e",
      "resourceInvariantUUID": "76f37625-c93b-47c9-9a51-bf8b8376c203",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6288824ea72a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
          "artifactChecksum": "NWFiYTkzMWY3ZDEwMjkwYTE5ZTkxMGZlM2U3Y2M5ZTA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "451c441e-c352-4f5e-a990-410101df644a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "589cc9c2-ddd9-4c67-b086-3e07ddcc0432",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "aceffbd8-248d-4a91-85dc-8e20b8f1004b",
            "generatedFromUUID": "589cc9c2-ddd9-4c67-b086-3e07ddcc0432"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "aceffbd8-248d-4a91-85dc-8e20b8f1004b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220308123948-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
      "artifactChecksum": "MGY0ODliMjZmM2Q4ZjRhODQwMmRkNzdkNjdiMWU1MGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cd53d186-f834-4819-9a78-bae1a1e49594"
    }
  ],
  "workloadContext": "Production"
}
2022-03-08T12:44:51.686Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-08T12:44:51.686Z|1195b26b-0a7b-4a51-a5ec-56a02851830a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 82260be3-84a1-4805-b965-b5454a1359d7 ASDC
2022-03-08T12:44:51.687Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:97174fa2-04cb-452b-96fd-9743c5bc70d0
ServiceName:vFW 2022-03-08 12-39-48
ServiceVersion:1.0
ServiceUUID:82260be3-84a1-4805-b965-b5454a1359d7
ServiceInvariantUUID:b62d3684-ddb1-42a7-81cf-82341e243921
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220308123948-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar
ArtifactUUID:cd53d186-f834-4819-9a78-bae1a1e49594
ArtifactChecksum:MGY0ODliMjZmM2Q4ZjRhODQwMmRkNzdkNjdiMWU1MGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6288824e-a72a 0
ResourceCustomizationUUID:559fab65-0671-40db-8fe0-f2a8932c0685
ResourceInvariantUUID:76f37625-c93b-47c9-9a51-bf8b8376c203
ResourceName:vFW 6288824e-a72a
ResourceType:VF
ResourceUUID:28c08b51-967c-4dcf-af89-9bcfec65f32e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6288824ea72a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json
ArtifactUUID:451c441e-c352-4f5e-a990-410101df644a
ArtifactChecksum:NWFiYTkzMWY3ZDEwMjkwYTE5ZTkxMGZlM2U3Y2M5ZTA=
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/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml
ArtifactUUID:589cc9c2-ddd9-4c67-b086-3e07ddcc0432
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/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env
ArtifactUUID:aceffbd8-248d-4a91-85dc-8e20b8f1004b
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/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env
ArtifactUUID:aceffbd8-248d-4a91-85dc-8e20b8f1004b
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-08T12:44:51.687Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 82260be3-84a1-4805-b965-b5454a1359d7 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-03-08T12:44:51.724Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:44:51.725Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:44:51.725Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:44:51.725Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cd53d186-f834-4819-9a78-bae1a1e49594 from URL: /sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:51.725Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:44:51.725Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:52.096Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:44:52.102Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar cd53d186-f834-4819-9a78-bae1a1e49594 98893
2022-03-08T12:44:52.103Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar ASDC sendASDCNotification
2022-03-08T12:44:52.103Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:52.103Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:44:52.103Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:52.107Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:52.107Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743492102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:52.206Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:52.207Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:52.207Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:52.225Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:52.226Z||pool-174-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:53.108Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-08T12:44:53.109Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-03-08T12:44:53.109Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cd53d186-f834-4819-9a78-bae1a1e49594, URL: /sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar to file: /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:53.109Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220308123948-csar.csar
2022-03-08T12:44:53.110Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:53.110Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:53.294Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17910776105363210880/Definitions/service-Vfw20220308123948-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_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_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-03-08T12:44:55.611Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-08T12:44:55.612Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:44:55.612Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.612Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.613Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.614Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.614Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.614Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6288824e-a72a 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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.614Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.614Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-Vfw20220308123948-csar.csar
2022-03-08T12:44:55.614Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-03-08T12:44:55.614Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.615Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:55.615Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:55.615Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:44:55.615Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:44:55.615Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.616Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:55.616Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:55.616Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-03-08T12:44:55.616Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-08T12:44:55.616Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.616Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:55.617Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.617Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is not matching search criteria
2022-03-08T12:44:55.617Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:44:55.617Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:44:55.617Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:44:55.617Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.618Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.618Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.618Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:44:55.618Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:44:55.618Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:44:55.618Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.618Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.619Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:44:55.619Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.619Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:44:55.619Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.619Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-08T12:44:55.619Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.619Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:44:55.620Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.620Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:55.620Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:55.620Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.621Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:55.621Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:55.621Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.621Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:55.621Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:55.621Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.621Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is not matching search criteria
2022-03-08T12:44:55.622Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:44:55.622Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:44:55.622Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:44:55.622Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:44:55.622Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:44:55.622Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.622Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.623Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:44:55.623Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.623Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:44:55.623Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.623Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=595aed94-0aab-4c76-9ab7-edb58a4ba452
2022-03-08T12:44:55.623Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.623Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is not matching search criteria
2022-03-08T12:44:55.624Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:44:55.624Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:44:55.624Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:44:55.624Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.624Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.624Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.625Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:44:55.625Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:44:55.625Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:44:55.625Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.625Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:44:55.625Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.625Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fddf996d-e214-4c33-bea1-da5c5fe19414
2022-03-08T12:44:55.626Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.626Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is not matching search criteria
2022-03-08T12:44:55.626Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:44:55.626Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:44:55.626Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:44:55.626Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.627Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.627Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.627Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:44:55.627Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:44:55.627Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:44:55.627Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:55.628Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:55.628Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:44:55.628Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed5c90ac-bac0-47d7-b360-e548f75ff58c
2022-03-08T12:44:55.628Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.628Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:55.628Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.629Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:55.629Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.629Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:55.629Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:55.629Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:55.629Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-08 12-39-48
Description:catalog service description
Model UUID:82260be3-84a1-4805-b965-b5454a1359d7
Model Version:NULL
Model InvariantUuid:b62d3684-ddb1-42a7-81cf-82341e243921
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6288824e-a72a
Model UUID:52a9b373-ef74-43a0-8bfa-c96185b061d0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:76f37625-c93b-47c9-9a51-bf8b8376c203
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:559fab65-0671-40db-8fe0-f2a8932c0685
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9e4f2fb6-7e8b-4744-b827-ea45e441e726
ModelName:Vfw6288824eA72a..base_vfw..module-0
ModelUuid:f9cb8b34-af55-4b41-83c4-eb1acc0fd8ff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:595aed94-0aab-4c76-9ab7-edb58a4ba452
ModelInvariantUuid:4c595916-4a60-4994-b887-8f6acb0b06b0
ModelName:vFW 6288824e-a72a-nodes.vfwCvfc
ModelUuid:33a83ce3-863b-4178-953f-0e66cc73fb10
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:53d9595e-f6cc-4b0c-bae2-190906a5d11b
ModelInvariantUuid:829ce828-5e9e-4269-ab6e-6ca2346237b3
ModelName:Vfw6288824eA72a.compute.nodes.heat.vfw
ModelUuid:04ffcbec-4756-45fc-a2d3-e0088dc9016c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fddf996d-e214-4c33-bea1-da5c5fe19414
ModelInvariantUuid:07baa582-7654-4e2b-ac46-b1dcb7ba9249
ModelName:vFW 6288824e-a72a-nodes.vsnCvfc
ModelUuid:59c22d2d-5ba0-4ec0-a43b-98d3fe077124
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:165c38a8-473f-487b-bc1d-288a006dccb2
ModelInvariantUuid:fe913180-33b9-4248-9cd2-848e59db779e
ModelName:Vfw6288824eA72a.compute.nodes.heat.vsn
ModelUuid:cfefb5c5-dc36-452b-a106-cc163cce4b1a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ed5c90ac-bac0-47d7-b360-e548f75ff58c
ModelInvariantUuid:4e429383-454e-4701-83ce-3d9e911fcb9f
ModelName:vFW 6288824e-a72a-nodes.vpgCvfc
ModelUuid:4bd791b6-f367-4afa-99e0-fc072a36bea3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ae7b2ca0-74cb-4068-9c0a-4af3c03757b2
ModelInvariantUuid:90b7d2e5-6626-4c71-befc-b7b308b7a987
ModelName:Vfw6288824eA72a.compute.nodes.heat.vpg
ModelUuid:58d52968-fa55-44a8-af19-0e0e84bf98ac
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-03-08T12:44:55.637Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 28c08b51-967c-4dcf-af89-9bcfec65f32e
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-03-08T12:44:55.641Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||vFW 6288824e-a72a 0
2022-03-08T12:44:55.641Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28c08b51-967c-4dcf-af89-9bcfec65f32e
2022-03-08T12:44:55.641Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 451c441e-c352-4f5e-a990-410101df644a from URL: /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json
2022-03-08T12:44:55.641Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:44:55.641Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json
2022-03-08T12:44:55.875Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:44:55.875Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json 451c441e-c352-4f5e-a990-410101df644a 785
2022-03-08T12:44:55.876Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json ASDC sendASDCNotification
2022-03-08T12:44:55.876Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json
2022-03-08T12:44:55.876Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:44:55.876Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:55.878Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:55.878Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743495876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:55.978Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:44:55.979Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:55.979Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:55.994Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:55.995Z||pool-175-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:56.879Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6288824eA72a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e4f2fb6-7e8b-4744-b827-ea45e441e726",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9cb8b34-af55-4b41-83c4-eb1acc0fd8ff",
    "vfModuleModelCustomizationUUID": "2880d8b8-d711-4e54-a973-edf7919f8f24",
    "isBase": true,
    "artifacts": [
      "589cc9c2-ddd9-4c67-b086-3e07ddcc0432",
      "aceffbd8-248d-4a91-85dc-8e20b8f1004b"
    ],
    "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-03-08T12:44:56.883Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6288824eA72a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9cb8b34-af55-4b41-83c4-eb1acc0fd8ff
VfModuleModelInvariantUUID:9e4f2fb6-7e8b-4744-b827-ea45e441e726
VfModuleModelDescription:NULL
Artifacts UUID List:{
589cc9c2-ddd9-4c67-b086-3e07ddcc0432
,
aceffbd8-248d-4a91-85dc-8e20b8f1004b

}
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-03-08T12:44:56.885Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6288824eA72a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "9e4f2fb6-7e8b-4744-b827-ea45e441e726",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f9cb8b34-af55-4b41-83c4-eb1acc0fd8ff",
    "vfModuleModelCustomizationUUID": "2880d8b8-d711-4e54-a973-edf7919f8f24",
    "isBase": true,
    "artifacts": [
      "589cc9c2-ddd9-4c67-b086-3e07ddcc0432",
      "aceffbd8-248d-4a91-85dc-8e20b8f1004b"
    ],
    "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-03-08T12:44:56.885Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6288824eA72a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f9cb8b34-af55-4b41-83c4-eb1acc0fd8ff
VfModuleModelInvariantUUID:9e4f2fb6-7e8b-4744-b827-ea45e441e726
VfModuleModelDescription:NULL
Artifacts UUID List:{
589cc9c2-ddd9-4c67-b086-3e07ddcc0432
,
aceffbd8-248d-4a91-85dc-8e20b8f1004b

}
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-03-08T12:44:56.885Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 589cc9c2-ddd9-4c67-b086-3e07ddcc0432 from URL: /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml
2022-03-08T12:44:56.885Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:44:56.885Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml
2022-03-08T12:44:57.097Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:44:57.098Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml 589cc9c2-ddd9-4c67-b086-3e07ddcc0432 20368
2022-03-08T12:44:57.099Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:44:57.099Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml
2022-03-08T12:44:57.099Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:44:57.099Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:57.104Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:57.104Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743497098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:57.201Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-08T12:44:57.201Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:57.202Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:57.222Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:57.223Z||pool-176-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:58.105Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aceffbd8-248d-4a91-85dc-8e20b8f1004b from URL: /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env
2022-03-08T12:44:58.106Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-03-08T12:44:58.106Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env
2022-03-08T12:44:58.686Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-03-08T12:44:58.686Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env aceffbd8-248d-4a91-85dc-8e20b8f1004b 2098
2022-03-08T12:44:58.687Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:44:58.687Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env
2022-03-08T12:44:58.687Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-08T12:44:58.687Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:44:58.689Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:44:58.690Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743498687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:44:58.789Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:44:58.790Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:44:58.791Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:44:58.801Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:44:58.802Z||pool-177-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:44:59.691Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 82260be3-84a1-4805-b965-b5454a1359d7
2022-03-08T12:44:59.692Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6288824e-a72a 0 28c08b51-967c-4dcf-af89-9bcfec65f32e 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-03-08T12:44:59.716Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7998c79, org.onap.sdc.toscaparser.api.parameters.Input@57a8a21b, org.onap.sdc.toscaparser.api.parameters.Input@71ea113e, org.onap.sdc.toscaparser.api.parameters.Input@2db6b12f, org.onap.sdc.toscaparser.api.parameters.Input@66070aa4]
2022-03-08T12:44:59.718Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.718Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.719Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-03-08T12:44:59.719Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 559fab65-0671-40db-8fe0-f2a8932c0685
2022-03-08T12:44:59.719Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 559fab65-0671-40db-8fe0-f2a8932c0685 matches Tosca VF Customization UUID: 559fab65-0671-40db-8fe0-f2a8932c0685
2022-03-08T12:44:59.719Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 559fab65-0671-40db-8fe0-f2a8932c0685  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-03-08T12:44:59.722Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.722Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.722Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 559fab65-0671-40db-8fe0-f2a8932c0685: {\"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-03-08T12:44:59.722Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d48a404
2022-03-08T12:44:59.722Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.723Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-08T12:44:59.723Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2880d8b8-d711-4e54-a973-edf7919f8f24
2022-03-08T12:44:59.723Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2880d8b8-d711-4e54-a973-edf7919f8f24
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-03-08T12:44:59.725Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.725Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:59.726Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:59.726Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.726Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:59.726Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:59.727Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.727Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is not matching search criteria
2022-03-08T12:44:59.727Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:44:59.727Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:44:59.727Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-08T12:44:59.727Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:44:59.727Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:44:59.728Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.728Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:59.728Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:44:59.728Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:59.728Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:44:59.729Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.729Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=595aed94-0aab-4c76-9ab7-edb58a4ba452
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-03-08T12:44:59.736Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.736Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:59.736Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:59.737Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.737Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is not matching search criteria
2022-03-08T12:44:59.737Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:44:59.737Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:44:59.737Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:44:59.737Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.738Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:59.738Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.738Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:44:59.738Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-08T12:44:59.738Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-08T12:44:59.738Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:59.738Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-08T12:44:59.739Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.739Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fddf996d-e214-4c33-bea1-da5c5fe19414
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-03-08T12:44:59.741Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.742Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:59.742Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:59.742Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.742Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is not matching search criteria
2022-03-08T12:44:59.742Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-08T12:44:59.742Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-08T12:44:59.742Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-08T12:44:59.743Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.743Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:59.743Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.743Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-08T12:44:59.743Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-08T12:44:59.743Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-08T12:44:59.743Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-08T12:44:59.744Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-08T12:44:59.744Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-08T12:44:59.744Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ed5c90ac-bac0-47d7-b360-e548f75ff58c
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-03-08T12:44:59.747Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.747Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:59.747Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-08T12:44:59.747Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.748Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Node template vFW 6288824e-a72a 0 is matching search criteria
2022-03-08T12:44:59.748Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 6288824e-a72a 0] matching following query criteria: sdcType=VF, customizationUUID=559fab65-0671-40db-8fe0-f2a8932c0685
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-03-08T12:44:59.750Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.750Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.750Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 82260be3-84a1-4805-b965-b5454a1359d7: vFW 6288824e-a72a
2022-03-08T12:44:59.750Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.750Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.751Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.751Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.751Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.751Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.751Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.752Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.752Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-08T12:44:59.752Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-08 12-39-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-08T12:44:59.752Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-08 12-39-48 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-08T12:45:00.010Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6288824e-a72a 28c08b51-967c-4dcf-af89-9bcfec65f32e 1 ASDC deployResourceStructure
2022-03-08T12:45:00.010Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json ASDC sendASDCNotification
2022-03-08T12:45:00.010Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json
2022-03-08T12:45:00.010Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:45:00.011Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:45:00.013Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:45:00.013Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743500010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:00.113Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:45:00.114Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:45:00.114Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:45:00.128Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:45:00.129Z||pool-178-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:45:01.014Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-08T12:45:01.014Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml
2022-03-08T12:45:01.014Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:45:01.015Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:45:01.016Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:45:01.017Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743501014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:01.116Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-08T12:45:01.117Z||pool-179-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:45:01.117Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:45:01.130Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:45:01.130Z||pool-179-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:45:02.018Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-08T12:45:02.018Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env
2022-03-08T12:45:02.019Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:45:02.019Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:45:02.022Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:45:02.022Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743502017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:02.122Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:45:02.123Z||pool-180-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:45:02.123Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:45:02.134Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:45:02.134Z||pool-180-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-08T12:45:03.022Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar ASDC sendASDCNotification
2022-03-08T12:45:03.023Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar
2022-03-08T12:45:03.024Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-08T12:45:03.024Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:45:03.026Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:45:03.026Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743503022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:03.126Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:45:03.127Z||pool-181-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:45:03.127Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:45:03.138Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:45:03.139Z||pool-181-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-08T12:45:04.027Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:45:04.041Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:45:04.042Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:45:04.043Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:45:04.043Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:45:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:45:25.008Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:45:25.008Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:45:25.030Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:45:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.031Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743345853,
  "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-03-08T12:45:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:25.032Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743346860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743347864,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743348872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743349883,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.033Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bf634867-0d84-4f26-ad7b-04e7bfe2f868",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743381612,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.034Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.035Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:45:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:45:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743392373,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:45:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-08T12:45:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743394426,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:45:25.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:45:34.043Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:45:34.061Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:45:34.063Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:45:34.064Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:45:34.064Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:46:04.064Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:46:04.453Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:46:04.456Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:46:04.456Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-08T12:46:04.456Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-08T12:46:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:46:25.007Z||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-03-08T12:46:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:46:25.050Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:46:25.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743415406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743415406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743421583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743415406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743422352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743421319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743421583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743415406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743422352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743421319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743421583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743424015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743415406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743422352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743421319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743421583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743424015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743422352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743415406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743421319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743421583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743426018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743424015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743415406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743422352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743421319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1e37236b-889b-45ef-a48f-23595b7c92fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743426499,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743426018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743421583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743424015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743422352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743421319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "dcae-sch",
  "timestamp": 1646743427710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743426018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743421583,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743424015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743428852,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743422352,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743421319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "dcae-sch",
  "timestamp": 1646743427710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743426018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743424015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743429220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.067Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743429861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "dcae-sch",
  "timestamp": 1646743427710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743430029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743426018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743424015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743430701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743429703,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743429220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "policy-id",
  "timestamp": 1646743430863,
  "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-03-08T12:46:25.087Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97174fa2-04cb-452b-96fd-9743c5bc70d0
2022-03-08T12:46:25.088Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97174fa2-04cb-452b-96fd-9743c5bc70d0 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-03-08T12:46:25.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "dcae-sch",
  "timestamp": 1646743427710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743426018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "cds",
  "timestamp": 1646743431709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-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-03-08T12:46:25.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97174fa2-04cb-452b-96fd-9743c5bc70d0
2022-03-08T12:46:25.105Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97174fa2-04cb-452b-96fd-9743c5bc70d0 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-03-08T12:46:25.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743429220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743432157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.116Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743431178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "dcae-sch",
  "timestamp": 1646743427710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1646743426018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743429220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "dcae-sch",
  "timestamp": 1646743427710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743432508,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743429220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "dcae-sch",
  "timestamp": 1646743427710,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743433537,
  "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-03-08T12:46:25.126Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97174fa2-04cb-452b-96fd-9743c5bc70d0
2022-03-08T12:46:25.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97174fa2-04cb-452b-96fd-9743c5bc70d0 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-03-08T12:46:25.140Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.140Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.140Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743429220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1646743434554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743213436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743429220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:46:25.141Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:46:25.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743435970,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.142Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.142Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.142Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1646743436975,
  "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-03-08T12:46:25.152Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97174fa2-04cb-452b-96fd-9743c5bc70d0
2022-03-08T12:46:25.152Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97174fa2-04cb-452b-96fd-9743c5bc70d0 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-03-08T12:46:25.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743437553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743440584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743441996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743443575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.174Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743444806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743445809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743446813,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.175Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743448341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:46:25.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743447819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.176Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743449379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743449576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "clamp",
  "timestamp": 1646743450384,
  "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-03-08T12:46:25.185Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97174fa2-04cb-452b-96fd-9743c5bc70d0
2022-03-08T12:46:25.185Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97174fa2-04cb-452b-96fd-9743c5bc70d0 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-03-08T12:46:25.199Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:46:25.199Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "aai-ml",
  "timestamp": 1646743450583,
  "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-03-08T12:46:25.208Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97174fa2-04cb-452b-96fd-9743c5bc70d0
2022-03-08T12:46:25.208Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97174fa2-04cb-452b-96fd-9743c5bc70d0 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-03-08T12:46:34.456Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-08T12:46:34.475Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-08T12:46:34.485Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-08T12:46:34.490Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-08T12:46:34.493Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-08T12:46:34.493Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-08T12:46:34.493Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:46:34.494Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:46:34.494Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:46:34.494Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:46:34.494Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:46:34.494Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-08T12:46:34.494Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-03-08T12:46:34.505Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-08T12:47:04.505Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0 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-03-08T12:47:05.214Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97174fa2-04cb-452b-96fd-9743c5bc70d0 and serviceModelVersionId: 82260be3-84a1-4805-b965-b5454a1359d7
2022-03-08T12:47:05.215Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b62d3684-ddb1-42a7-81cf-82341e243921
2022-03-08T12:47:05.217Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b62d3684-ddb1-42a7-81cf-82341e243921/model-vers/model-ver/82260be3-84a1-4805-b965-b5454a1359d7?depth=0
2022-03-08T12:47:05.225Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-03-08T12:47:05.295Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b62d3684-ddb1-42a7-81cf-82341e243921/model-vers/model-ver/82260be3-84a1-4805-b965-b5454a1359d7?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-03-08T12:47:05.298Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b62d3684-ddb1-42a7-81cf-82341e243921/model-vers/model-ver/82260be3-84a1-4805-b965-b5454a1359d7?depth=0|INFO|500||Invoke
2022-03-08T12:47:05.325Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b62d3684-ddb1-42a7-81cf-82341e243921/model-vers/model-ver/82260be3-84a1-4805-b965-b5454a1359d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-08T12:47:05.877Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b62d3684-ddb1-42a7-81cf-82341e243921/model-vers/model-ver/82260be3-84a1-4805-b965-b5454a1359d7?depth=0|INFO|500||InvokeReturn
2022-03-08T12:47:05.879Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b62d3684-ddb1-42a7-81cf-82341e243921/model-vers/model-ver/82260be3-84a1-4805-b965-b5454a1359d7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220308-12:47:06:161-75886], vertex-id=[241672], Content-Length=[0], Date=[Tue, 08 Mar 2022 12:47:06 GMT], Content-Type=[application/json]}
2022-03-08T12:47:05.879Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-03-08T12:47:05.880Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-08T12:47:05.880Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-03-08T12:47:05.887Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||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-03-08T12:47:05.888Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97174fa2-04cb-452b-96fd-9743c5bc70d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-08T12:47:05.888Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-08T12:47:05.889Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-03-08T12:47:05.892Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-08T12:47:05.892Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743625888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:47:05.992Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-08T12:47:05.993Z||pool-182-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-08T12:47:05.993Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as czjQP1WARwrAie69) ...
2022-03-08T12:47:06.015Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:47:06.015Z||pool-182-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-08T12:47:06.911Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:47:06.912Z||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-03-08T12:47:06.912Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:47:17.166Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:47:17.167Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:47:17.167Z||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-03-08T12:47:17.167Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:47:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:47:25.007Z||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-03-08T12:47:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:47:25.032Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:47:25.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1195b26b-0a7b-4a51-a5ec-56a02851830a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743479320,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:47:25.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:47:25.033Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:47:25.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.033Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-08T12:47:25.034Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743480341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "NOTIFIED"
}
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743492102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743495876,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743497098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:47:25.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743498687,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743500010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/vfw6288824ea72a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743501014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743502017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/resourceInstances/vfw6288824ea72a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-08T12:47:25.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743503022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220308123948/1.0/artifacts/service-Vfw20220308123948-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-08T12:47:25.037Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:47:26.707Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:47:26.707Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:47:26.708Z||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-03-08T12:47:26.708Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:47:36.275Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:47:36.276Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:47:36.276Z||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-03-08T12:47:36.276Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:47:45.814Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:47:45.815Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:47:45.815Z||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-03-08T12:47:45.815Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:47:55.391Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:47:55.392Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:47:55.393Z||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-03-08T12:47:55.393Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:48:04.931Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:48:04.932Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:48:04.932Z||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-03-08T12:48:04.932Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:48:14.472Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:48:14.473Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:48:14.473Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:48:14.473Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:48:24.036Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:48:24.037Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:48:24.037Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:48:24.037Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:48:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:48:25.006Z||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-03-08T12:48:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:48:25.533Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:48:25.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-08T12:48:25.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97174fa2-04cb-452b-96fd-9743c5bc70d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1646743625888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-08T12:48:25.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-08T12:48:33.580Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:48:33.581Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:48:33.581Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:48:33.581Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:48:43.126Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:48:43.127Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:48:43.128Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:48:43.128Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:48:52.680Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:48:52.681Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:48:52.681Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:48:52.681Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:49:02.223Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:49:02.224Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:49:02.224Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:49:02.225Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:49:11.759Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:49:25.002Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:49:25.002Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:49:25.004Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:49:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:49:25.007Z||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-03-08T12:49:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:49:34.546Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:49:34.548Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:50:25.001Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:50:25.002Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:50:25.003Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:50:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:50:25.006Z||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-03-08T12:50:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:50:34.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:50:34.552Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:51:25.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:51:25.003Z||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-03-08T12:51:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:51:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:51:25.006Z||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-03-08T12:51:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:51:34.603Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:51:34.606Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:52:25.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:52:25.003Z||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-03-08T12:52:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:52:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:52:25.006Z||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-03-08T12:52:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:52:34.581Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:52:34.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:53:25.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:53:25.003Z||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-03-08T12:53:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:53:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:53:25.006Z||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-03-08T12:53:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:53:34.549Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:53:34.551Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:54:25.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:54:25.003Z||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-03-08T12:54:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:54:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:54:25.006Z||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-03-08T12:54:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:54:34.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:54:34.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:55:25.002Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:55:25.003Z||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-03-08T12:55:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:55:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:55:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T12:55:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T12:55:34.540Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:55:34.544Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:56:25.003Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:56:25.005Z||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-03-08T12:56:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:56:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:56:25.006Z||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-03-08T12:56:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:56:34.558Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:56:34.558Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:57:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:57:25.002Z||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-03-08T12:57:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:57:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:57:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T12:57:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T12:57:34.545Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:57:34.553Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:58:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:58:25.003Z||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-03-08T12:58:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:58:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:58:25.006Z||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-03-08T12:58:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:58:34.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:58:34.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:59:25.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:59:25.003Z||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-03-08T12:59:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:59:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T12:59:25.007Z||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-03-08T12:59:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T12:59:34.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T12:59:34.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:00:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:00:25.003Z||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-03-08T13:00:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:00:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:00:25.006Z||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-03-08T13:00:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:00:34.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:00:34.546Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:01:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:01:25.002Z||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-03-08T13:01:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:01:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:01:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:01:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:01:34.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:01:34.566Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:02:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:02:25.002Z||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-03-08T13:02:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:02:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:02:25.006Z||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-03-08T13:02:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:02:34.561Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:02:34.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:03:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:03:25.002Z||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-03-08T13:03:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:03:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:03:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:03:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:03:34.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:03:34.553Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:04:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:04:25.002Z||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-03-08T13:04:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:04:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:04:25.006Z||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-03-08T13:04:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:04:34.577Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:04:34.579Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:05:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:05:25.002Z||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-03-08T13:05:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:05:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:05:25.006Z||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-03-08T13:05:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:05:34.559Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:05:34.560Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:06:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:06:25.002Z||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-03-08T13:06:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:06:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:06:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:06:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:06:34.542Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:06:34.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:07:25.002Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:07:25.003Z||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-03-08T13:07:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:07:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:07:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:07:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:07:34.549Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:07:34.548Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:08:25.003Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:08:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:08:25.010Z||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-03-08T13:08:25.010Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:08:25.010Z||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-03-08T13:08:25.011Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:08:34.566Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:08:34.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:09:25.001Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:09:25.002Z||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-03-08T13:09:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:09:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:09:25.006Z||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-03-08T13:09:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:09:34.565Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:09:34.566Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:10:25.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:10:25.003Z||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-03-08T13:10:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:10:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:10:25.006Z||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-03-08T13:10:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:10:34.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:10:34.551Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:11:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:11:25.002Z||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-03-08T13:11:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:11:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:11:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:11:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:11:34.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:11:34.571Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:12:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:12:25.002Z||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-03-08T13:12:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:12:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:12:25.006Z||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-03-08T13:12:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:12:34.567Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:12:34.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:13:25.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:13:25.002Z||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-03-08T13:13:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:13:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:13:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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-03-08T13:13:25.007Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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 czjQP1WARwrAie69) ...
2022-03-08T13:13:34.562Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:13:34.571Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:14:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:14:25.002Z||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-03-08T13:14:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:14:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:14:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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-03-08T13:14:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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 czjQP1WARwrAie69) ...
2022-03-08T13:14:34.556Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:14:34.574Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:15:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:15:25.004Z||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-03-08T13:15:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:15:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:15:25.007Z||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-03-08T13:15:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:15:34.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:15:34.556Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:16:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:16:25.002Z||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-03-08T13:16:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:16:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:16:25.006Z||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-03-08T13:16:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:16:34.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:16:34.544Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:17:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:17:25.002Z||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-03-08T13:17:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:17:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:17:25.006Z||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-03-08T13:17:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:17:34.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:17:34.572Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:18:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:18:25.002Z||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-03-08T13:18:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:18:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:18:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:18:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:18:34.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:18:34.569Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:19:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:19:25.002Z||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-03-08T13:19:25.002Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:19:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:19:25.006Z||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-03-08T13:19:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:19:34.536Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:19:34.572Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:20:25.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:20:25.004Z||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-03-08T13:20:25.004Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:20:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:20:25.006Z||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-03-08T13:20:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:20:34.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:20:34.558Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:21:25.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:21:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:21:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:21:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:21:25.006Z||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-03-08T13:21:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:21:34.551Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:21:34.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:22:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:22:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:22:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:22:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:22:25.007Z||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-03-08T13:22:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:22:34.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:22:34.548Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:23:25.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:23:25.003Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:23:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:23:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:23:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:23:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:23:34.555Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:23:34.558Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:24:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:24:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:24:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:24:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:24:25.006Z||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-03-08T13:24:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:24:34.566Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:24:34.567Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:25:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:25:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:25:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:25:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:25:25.006Z||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-03-08T13:25:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:25:34.559Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:25:34.583Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:26:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:26:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:26:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:26:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:26:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:26:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:26:34.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:26:34.554Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:27:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:27:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:27:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:27:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:27:25.006Z||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-03-08T13:27:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:27:34.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:27:34.550Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:28:25.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:28:25.003Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:28:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:28:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:28:25.006Z||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-03-08T13:28:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:28:34.547Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:28:34.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:29:25.003Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:29:25.003Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:29:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:29:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:29:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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-03-08T13:29:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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 czjQP1WARwrAie69) ...
2022-03-08T13:29:34.558Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:29:34.563Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:30:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:30:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:30:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:30:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:30:25.006Z||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-03-08T13:30:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:30:34.549Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:30:34.551Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:31:25.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:31:25.003Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:31:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:31:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:31:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:31:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:31:34.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:31:34.547Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:32:25.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:32:25.004Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:32:25.004Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:32:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:32:25.006Z||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-03-08T13:32:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:32:34.550Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:32:34.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:33:25.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:33:25.004Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:33:25.004Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:33:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:33:25.006Z||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-03-08T13:33:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:33:34.553Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:33:34.553Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:34:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:34:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:34:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:34:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:34:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:34:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:34:34.554Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:34:34.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:35:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:35:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:35:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:35:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:35:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:35:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:35:34.548Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:35:34.548Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:36:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:36:25.003Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:36:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:36:25.006Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:36:25.007Z||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-03-08T13:36:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:36:34.541Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:36:34.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:37:25.002Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:37:25.003Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:37:25.003Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:37:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:37:25.006Z||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-03-08T13:37:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:37:34.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:37:34.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:38:25.001Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:38:25.002Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:38:25.002Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:38:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:38:25.006Z||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-03-08T13:38:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:38:34.544Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:38:34.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:39:25.001Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:39:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:39:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:39:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:39:25.007Z||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-03-08T13:39:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:39:34.543Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:39:34.547Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:40:25.001Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:40:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:40:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:40:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:40:25.006Z||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-03-08T13:40:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:40:34.548Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:40:34.549Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:41:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:41:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:41:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:41:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:41:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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-03-08T13:41:25.007Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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 czjQP1WARwrAie69) ...
2022-03-08T13:41:34.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:41:34.547Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:42:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:42:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:42:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:42:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:42:25.006Z||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-03-08T13:42:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:42:34.549Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:42:34.550Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:43:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:43:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:43:25.002Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:43:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:43:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T13:43:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T13:43:34.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:43:34.549Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:44:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:44:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:44:25.004Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:44:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:44:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:44:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:44:34.548Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:44:34.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:45:25.003Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:45:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:45:25.007Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:45:25.007Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:45:25.007Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:45:25.007Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:45:34.554Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:45:34.557Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:46:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:46:25.004Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:46:25.005Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:46:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:46:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:46:25.007Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:46:34.551Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:46:34.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:47:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:47:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:47:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:47:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:47:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T13:47:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T13:47:34.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:47:34.552Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:48:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:48:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:48:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:48:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:48:25.006Z||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-03-08T13:48:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:48:34.558Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:48:34.558Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:49:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:49:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:49:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:49:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:49:25.006Z||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-03-08T13:49:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:49:34.542Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:49:34.543Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:50:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:50:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:50:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:50:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:50:25.006Z||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-03-08T13:50:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:50:34.543Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:50:34.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:51:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:51:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:51:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:51:25.006Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:51:25.007Z||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-03-08T13:51:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:51:34.547Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:51:34.547Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:52:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:52:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:52:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:52:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:52:25.007Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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-03-08T13:52:25.007Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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 czjQP1WARwrAie69) ...
2022-03-08T13:52:34.540Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:52:34.542Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:53:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:53:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:53:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:53:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:53:25.006Z||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-03-08T13:53:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:53:34.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:53:34.543Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:54:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:54:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:54:25.002Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:54:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:54:25.006Z||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-03-08T13:54:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:54:34.543Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:54:34.544Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:55:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:55:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:55:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:55:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:55:25.006Z||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-03-08T13:55:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:55:34.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:55:34.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:56:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:56:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:56:25.002Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:56:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:56:25.006Z||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-03-08T13:56:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:56:34.566Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:56:34.567Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:57:25.001Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:57:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:57:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:57:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:57:25.006Z||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-03-08T13:57:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:57:34.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:57:34.564Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:58:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:58:25.004Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:58:25.004Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:58:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:58:25.006Z||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-03-08T13:58:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T13:58:34.545Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:58:34.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:59:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:59:25.005Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T13:59:25.005Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T13:59:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T13:59:25.007Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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-03-08T13:59:25.007Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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 czjQP1WARwrAie69) ...
2022-03-08T13:59:34.551Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T13:59:34.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:00:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:00:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T14:00:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T14:00:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:00:25.006Z||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-03-08T14:00:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:00:34.554Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:00:34.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:01:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:01:25.003Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T14:01:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T14:01:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:01:25.007Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:01:25.007Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:01:34.541Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:01:34.543Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:02:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:02:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T14:02:25.002Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T14:02:25.006Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:02:25.007Z||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-03-08T14:02:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:02:34.546Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:02:34.547Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:03:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:03:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T14:03:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T14:03:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:03:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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-03-08T14:03:25.006Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|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 czjQP1WARwrAie69) ...
2022-03-08T14:03:34.547Z|ac4662dc-82a2-40d4-936b-1da3eaa4d785|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:03:34.548Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:04:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:04:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T14:04:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T14:04:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:04:25.006Z||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-03-08T14:04:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:04:34.576Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:04:34.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:04:42.459Z||http-nio-8085-exec-7|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@144715f ((conn=6072) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-08T14:05:25.002Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:05:25.002Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-08T14:05:25.003Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as czjQP1WARwrAie69) ...
2022-03-08T14:05:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:05:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:05:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:05:34.552Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:05:34.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:06:25.001Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:06:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:06:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:06:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:06:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T14:06:25.007Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T14:06:34.568Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:06:34.569Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:07:25.001Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:07:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:07:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:07:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:07:25.006Z||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-03-08T14:07:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:07:34.562Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:07:34.568Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:08:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:08:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:08:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:08:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:08:25.007Z||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-03-08T14:08:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:08:34.555Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:08:34.557Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:09:25.001Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:09:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:09:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:09:25.006Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:09:25.006Z||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-03-08T14:09:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:09:34.543Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:09:34.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:10:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:10:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:10:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:10:25.006Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:10:25.007Z||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-03-08T14:10:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:10:34.544Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:10:34.544Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:11:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:11:25.005Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:11:25.006Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:11:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:11:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T14:11:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T14:11:34.577Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:11:34.577Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:12:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:12:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:12:25.003Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:12:25.006Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:12:25.007Z||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-03-08T14:12:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:12:34.547Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:12:34.547Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:13:25.001Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:13:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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-03-08T14:13:25.002Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|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 czjQP1WARwrAie69) ...
2022-03-08T14:13:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:13:25.006Z||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-03-08T14:13:25.006Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:13:34.562Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:13:34.563Z|97174fa2-04cb-452b-96fd-9743c5bc70d0|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:13:56.606Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-08T14:14:25.002Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:14:25.003Z||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-03-08T14:14:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:14:25.006Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:14:25.006Z||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-03-08T14:14:25.007Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:14:34.559Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:14:34.559Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:15:25.001Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:15:25.002Z||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-03-08T14:15:25.003Z||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 czjQP1WARwrAie69) ...
2022-03-08T14:15:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-08T14:15:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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-03-08T14:15:25.006Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|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 czjQP1WARwrAie69) ...
2022-03-08T14:15:34.546Z|082b9c27-4a69-4d5c-a1c7-e853b0787ef2|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-08T14:15:34.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK