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-01-28T02:17:25.117Z||main|||||INFO|500||The following profiles are active: basic
2022-01-28T02:17:33.007Z||main|||||INFO|500||Starting service [Tomcat]
2022-01-28T02:17:33.008Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-01-28T02:17:33.085Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-01-28T02:17:35.019Z||main|||||INFO|500||catdb-pool - Starting...
2022-01-28T02:17:35.166Z||main|||||INFO|500||catdb-pool - Start completed.
2022-01-28T02:17:35.522Z||main|||||INFO|500||reqdb-pool - Starting...
2022-01-28T02:17:35.529Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-01-28T02:17:35.595Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-01-28T02:17:35.690Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-01-28T02:17:36.101Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-01-28T02:17:36.798Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-28T02:17:38.553Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-28T02:17:38.593Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-01-28T02:17:39.066Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-01-28T02:17:39.250Z||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-01-28T02:17:40.278Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-01-28T02:17:41.210Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-01-28T02:17:41.231Z||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$$4d1a021f.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-01-28T02:17:41.232Z||main|||||WARN|500||The sdc end point is not alive
2022-01-28T02:17:43.686Z||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-01-28T02:17:46.020Z||main|||||WARN|500||---
2022-01-28T02:17:46.021Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-01-28T02:17:46.021Z||main|||||WARN|500||---
2022-01-28T02:17:46.348Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-01-28T02:17:50.095Z||main|||||INFO|500||Started Application in 28.821 seconds (JVM running for 29.758)
2022-01-28T02:17:50.135Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:17:50.136Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:17:50.143Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:17:50.161Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:17:50.239Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75261f27-e628-4925-a3e0-a02e5ab7a174 url= /sdc/v1/artifactTypes
2022-01-28T02:17:50.240Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:17:51.350Z||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.36.56] 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$$5fd745f9.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-01-28T02:17:51.355Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@381d72ba
2022-01-28T02:17:51.356Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:17:51.369Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:17:51.371Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:17:51.374Z||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$$5fd745f9.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-01-28T02:18:40.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:18:40.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:18:40.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:18:40.100Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:18:40.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e6ac6c89-11fe-4cca-ab37-f1b6013d3206 url= /sdc/v1/artifactTypes
2022-01-28T02:18:40.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:18:41.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:18:41.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3debb78f
2022-01-28T02:18:41.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:18:41.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:18:41.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:18:41.135Z||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$$5fd745f9.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-01-28T02:19:30.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:19:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:19:30.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:19:30.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:19:30.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7fe1e6a8-b1ff-4df1-9e51-c105cee2c501 url= /sdc/v1/artifactTypes
2022-01-28T02:19:30.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:19:31.145Z||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.36.56] 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$$5fd745f9.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-01-28T02:19:31.146Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32721dc0
2022-01-28T02:19:31.147Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:19:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:19:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:19:31.150Z||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$$5fd745f9.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-01-28T02:20:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:20:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:20:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:20:20.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:20:20.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d5929cd2-cca9-4860-815e-d8e60bcaa5a4 url= /sdc/v1/artifactTypes
2022-01-28T02:20:20.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:20:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:20:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4445345a
2022-01-28T02:20:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:20:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:20:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:20:21.134Z||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$$5fd745f9.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-01-28T02:21:10.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:21:10.096Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:21:10.097Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:21:10.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:21:10.109Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 197fe9a7-fd44-49a7-9b37-124695cf34f5 url= /sdc/v1/artifactTypes
2022-01-28T02:21:10.109Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:21:11.148Z||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.36.56] 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$$5fd745f9.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-01-28T02:21:11.150Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6ac44541
2022-01-28T02:21:11.151Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:21:11.151Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:21:11.151Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:21:11.152Z||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$$5fd745f9.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-01-28T02:22:00.093Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:22:00.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:22:00.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:22:00.101Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:22:00.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04e7922f-f040-4b67-9fc4-929908e2346a url= /sdc/v1/artifactTypes
2022-01-28T02:22:00.107Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:22:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:22:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@788909e2
2022-01-28T02:22:01.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:22:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:22:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:22:01.134Z||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$$5fd745f9.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-01-28T02:22:50.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:22:50.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:22:50.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:22:50.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:22:50.105Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 08b23e0c-80df-46d5-baef-1693c3d2bae0 url= /sdc/v1/artifactTypes
2022-01-28T02:22:50.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:22:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:22:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@355abec0
2022-01-28T02:22:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:22:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:22:51.150Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:22:51.150Z||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$$5fd745f9.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-01-28T02:23:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:23:40.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:23:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:23:40.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:23:40.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac736c5c-54ba-476f-8f31-0fa1da486e01 url= /sdc/v1/artifactTypes
2022-01-28T02:23:40.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:23:41.139Z||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.36.56] 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$$5fd745f9.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-01-28T02:23:41.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@920d472
2022-01-28T02:23:41.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:23:41.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:23:41.140Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:23:41.141Z||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$$5fd745f9.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-01-28T02:24:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:24:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:24:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:24:30.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:24:30.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c8775673-7b30-45da-94e7-ac0a53f94f70 url= /sdc/v1/artifactTypes
2022-01-28T02:24:30.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:24:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:24:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49380fe9
2022-01-28T02:24:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:24:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:24:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:24:31.149Z||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$$5fd745f9.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-01-28T02:25:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:25:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:25:20.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:25:20.098Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:25:20.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c37fa1c8-bedf-40ef-aed1-26c7a90847ed url= /sdc/v1/artifactTypes
2022-01-28T02:25:20.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:25:21.130Z||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.36.56] 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$$5fd745f9.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-01-28T02:25:21.130Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1423fc30
2022-01-28T02:25:21.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:25:21.131Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:25:21.131Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:25:21.131Z||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$$5fd745f9.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-01-28T02:26:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:26:10.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:26:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:26:10.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:26:10.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddf50f68-4be4-4638-9ade-157307171bff url= /sdc/v1/artifactTypes
2022-01-28T02:26:10.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:26:11.122Z||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.36.56] 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$$5fd745f9.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-01-28T02:26:11.123Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@779ca395
2022-01-28T02:26:11.123Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:26:11.123Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:26:11.123Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:26:11.124Z||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$$5fd745f9.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-01-28T02:27:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:27:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:27:00.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:27:00.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:27:00.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 05677fc1-ab6e-4897-af04-89ed7dc26732 url= /sdc/v1/artifactTypes
2022-01-28T02:27:00.104Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:27:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:27:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6c07281a
2022-01-28T02:27:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:27:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:27:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:27:01.134Z||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$$5fd745f9.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-01-28T02:27:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:27:50.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:27:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:27:50.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:27:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4c9b50a-7b8f-44ac-84e7-89198faeb9a8 url= /sdc/v1/artifactTypes
2022-01-28T02:27:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:27:50.230Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-01-28T02:27:51.127Z||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.36.56] 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$$5fd745f9.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-01-28T02:27:51.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61a1e52
2022-01-28T02:27:51.128Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:27:51.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:27:51.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:27:51.129Z||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$$5fd745f9.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-01-28T02:28:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:28:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:28:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:28:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:28:40.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 568f6712-2ffe-4daa-a0d3-d1db61603502 url= /sdc/v1/artifactTypes
2022-01-28T02:28:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:28:41.139Z||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.36.56] 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$$5fd745f9.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-01-28T02:28:41.140Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e3a5d1a
2022-01-28T02:28:41.140Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:28:41.140Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:28:41.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:28:41.142Z||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$$5fd745f9.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-01-28T02:29:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:29:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:29:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:29:30.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:29:30.104Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5c431ae2-ae44-49a5-b07d-81a84cd991cc url= /sdc/v1/artifactTypes
2022-01-28T02:29:30.105Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:29:31.145Z||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.36.56] 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$$5fd745f9.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-01-28T02:29:31.145Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@92f181b
2022-01-28T02:29:31.145Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:29:31.146Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:29:31.146Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:29:31.146Z||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$$5fd745f9.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-01-28T02:30:20.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:30:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:30:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:30:20.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:30:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a1f6ad0-4419-40c4-8869-c7eaeb250a78 url= /sdc/v1/artifactTypes
2022-01-28T02:30:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:30:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:30:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1eb0a1e7
2022-01-28T02:30:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:30:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:30:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:30:21.133Z||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$$5fd745f9.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-01-28T02:31:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:31:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:31:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:31:10.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:31:10.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 950b28ef-4866-4203-8a4c-9f0a363f8285 url= /sdc/v1/artifactTypes
2022-01-28T02:31:10.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:31:11.148Z||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.36.56] 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$$5fd745f9.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-01-28T02:31:11.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@ff7fee0
2022-01-28T02:31:11.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:31:11.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:31:11.150Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:31:11.151Z||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$$5fd745f9.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-01-28T02:32:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:32:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:32:00.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:32:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:32:00.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5fa433e7-b24b-4a8c-8df1-47ed09bfd9a6 url= /sdc/v1/artifactTypes
2022-01-28T02:32:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:32:01.140Z||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.36.56] 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$$5fd745f9.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-01-28T02:32:01.141Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4b66dbbd
2022-01-28T02:32:01.141Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:32:01.141Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:32:01.141Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:32:01.141Z||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$$5fd745f9.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-01-28T02:32:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:32:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:32:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:32:50.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:32:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d65b2b7b-1219-4f8c-ba1a-a4d7b393ac36 url= /sdc/v1/artifactTypes
2022-01-28T02:32:50.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:32:51.148Z||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.36.56] 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$$5fd745f9.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-01-28T02:32:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@66dfcddc
2022-01-28T02:32:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:32:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:32:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:32:51.150Z||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$$5fd745f9.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-01-28T02:33:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:33:40.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:33:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:33:40.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:33:40.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9be3375f-36fe-4ac3-b58e-da2b78625f87 url= /sdc/v1/artifactTypes
2022-01-28T02:33:40.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:33:41.132Z||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.36.56] 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$$5fd745f9.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-01-28T02:33:41.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6073ef02
2022-01-28T02:33:41.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:33:41.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:33:41.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:33:41.135Z||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$$5fd745f9.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-01-28T02:34:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:34:30.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:34:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:34:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:34:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7a118cb4-9411-4eb6-88bf-1b2a80c32411 url= /sdc/v1/artifactTypes
2022-01-28T02:34:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:34:31.148Z||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.36.56] 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$$5fd745f9.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-01-28T02:34:31.149Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2c426de5
2022-01-28T02:34:31.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:34:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:34:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:34:31.149Z||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$$5fd745f9.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-01-28T02:35:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:35:20.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:35:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:35:20.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:35:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 588b7055-24fc-4d8f-a4eb-709f69be201f url= /sdc/v1/artifactTypes
2022-01-28T02:35:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:35:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:35:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3fba9276
2022-01-28T02:35:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:35:21.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:35:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:35:21.134Z||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$$5fd745f9.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-01-28T02:36:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:36:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:36:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:36:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:36:10.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8e5c2ad8-0702-4e02-9f77-dd8ca7fdaf0e url= /sdc/v1/artifactTypes
2022-01-28T02:36:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:36:11.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:36:11.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46186ad3
2022-01-28T02:36:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:36:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:36:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:36:11.148Z||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$$5fd745f9.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-01-28T02:37:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:37:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:37:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:37:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:37:00.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e19cf233-eb70-4627-a835-7910322d7a79 url= /sdc/v1/artifactTypes
2022-01-28T02:37:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:37:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:37:01.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@671dca00
2022-01-28T02:37:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:37:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:37:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:37:01.134Z||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$$5fd745f9.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-01-28T02:37:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:37:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:37:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:37:50.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:37:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a7fa2371-6be4-410c-8d0f-a6895bb921ec url= /sdc/v1/artifactTypes
2022-01-28T02:37:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:37:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:37:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@f4d379d
2022-01-28T02:37:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:37:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:37:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:37:51.150Z||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$$5fd745f9.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-01-28T02:38:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:38:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:38:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:38:40.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:38:40.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 72b49c1d-1eee-4666-89a3-b5f3ddb588be url= /sdc/v1/artifactTypes
2022-01-28T02:38:40.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:38:41.128Z||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.36.56] 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$$5fd745f9.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-01-28T02:38:41.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ffb503d
2022-01-28T02:38:41.128Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:38:41.128Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:38:41.128Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:38:41.129Z||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$$5fd745f9.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-01-28T02:39:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:39:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:39:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:39:30.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:39:30.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e352cdd1-f897-4db2-8c77-8743f5ffc075 url= /sdc/v1/artifactTypes
2022-01-28T02:39:30.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:39:31.146Z||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.36.56] 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$$5fd745f9.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-01-28T02:39:31.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@37950c5b
2022-01-28T02:39:31.147Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:39:31.147Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:39:31.147Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:39:31.148Z||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$$5fd745f9.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-01-28T02:40:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:40:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:40:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:40:20.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:40:20.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 75a4685f-fd10-42f8-8ef7-9560d655b91f url= /sdc/v1/artifactTypes
2022-01-28T02:40:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:40:21.134Z||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.36.56] 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$$5fd745f9.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-01-28T02:40:21.134Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31bb9d33
2022-01-28T02:40:21.134Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:40:21.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:40:21.135Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:40:21.135Z||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$$5fd745f9.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-01-28T02:41:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:41:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:41:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:41:10.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:41:10.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f5fc96b9-4328-4db0-8dbd-ea153ec98b98 url= /sdc/v1/artifactTypes
2022-01-28T02:41:10.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:41:11.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:41:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@73c52530
2022-01-28T02:41:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:41:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:41:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:41:11.149Z||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$$5fd745f9.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-01-28T02:42:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:42:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:42:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:42:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:42:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0b36d545-b51f-43f3-9ac2-26d2334d616d url= /sdc/v1/artifactTypes
2022-01-28T02:42:00.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:42:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:42:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44c5f569
2022-01-28T02:42:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:42:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:42:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:42:01.134Z||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$$5fd745f9.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-01-28T02:42:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:42:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:42:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:42:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:42:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 33136192-25b3-47a8-9222-40c618323a68 url= /sdc/v1/artifactTypes
2022-01-28T02:42:50.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:42:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:42:51.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55eaeee5
2022-01-28T02:42:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:42:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:42:51.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:42:51.148Z||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$$5fd745f9.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-01-28T02:43:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:43:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:43:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:43:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:43:40.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c70ae10-5c9a-431d-9cf0-22635ef81233 url= /sdc/v1/artifactTypes
2022-01-28T02:43:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:43:41.130Z||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.36.56] 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$$5fd745f9.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-01-28T02:43:41.130Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4d191336
2022-01-28T02:43:41.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:43:41.130Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:43:41.130Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:43:41.131Z||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$$5fd745f9.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-01-28T02:44:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:44:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:44:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:44:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:44:30.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 57c41706-b909-450f-8030-f990683c33ab url= /sdc/v1/artifactTypes
2022-01-28T02:44:30.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:44:31.115Z||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.36.56] 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$$5fd745f9.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-01-28T02:44:31.116Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5682bea2
2022-01-28T02:44:31.116Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:44:31.117Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:44:31.117Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:44:31.117Z||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$$5fd745f9.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-01-28T02:45:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:45:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:45:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:45:20.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:45:20.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56a12158-e587-41e9-aaef-21461055ecbc url= /sdc/v1/artifactTypes
2022-01-28T02:45:20.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:45:21.128Z||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.36.56] 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$$5fd745f9.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-01-28T02:45:21.129Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e7dedfc
2022-01-28T02:45:21.129Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:45:21.129Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:45:21.129Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:45:21.129Z||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$$5fd745f9.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-01-28T02:46:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:46:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:46:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:46:10.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:46:10.108Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 345dec77-dd0d-4d87-b1f9-789722465213 url= /sdc/v1/artifactTypes
2022-01-28T02:46:10.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:46:11.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:46:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b22ab6e
2022-01-28T02:46:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:46:11.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:46:11.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:46:11.149Z||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$$5fd745f9.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-01-28T02:47:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:47:00.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:47:00.093Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:47:00.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:47:00.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3410e06c-902b-49b2-a973-2f2060380ba4 url= /sdc/v1/artifactTypes
2022-01-28T02:47:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:47:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:47:01.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7269d9c0
2022-01-28T02:47:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:47:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:47:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:47:01.133Z||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$$5fd745f9.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-01-28T02:47:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:47:50.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:47:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:47:50.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:47:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 52fe86d7-9c81-4004-96da-19a73dadfb38 url= /sdc/v1/artifactTypes
2022-01-28T02:47:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:47:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:47:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4563fe3e
2022-01-28T02:47:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:47:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:47:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:47:51.149Z||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$$5fd745f9.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-01-28T02:48:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:48:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:48:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:48:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:48:40.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= abda3fdd-bfca-4433-85b4-6d58df766842 url= /sdc/v1/artifactTypes
2022-01-28T02:48:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:48:41.130Z||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.36.56] 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$$5fd745f9.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-01-28T02:48:41.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7fe3ce20
2022-01-28T02:48:41.131Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:48:41.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:48:41.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:48:41.133Z||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$$5fd745f9.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-01-28T02:49:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:49:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:49:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:49:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:49:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 98517db3-0398-4bdd-bed1-3dfefccb6a6d url= /sdc/v1/artifactTypes
2022-01-28T02:49:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:49:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:49:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@124fe76d
2022-01-28T02:49:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:49:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:49:31.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:49:31.149Z||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$$5fd745f9.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-01-28T02:50:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:50:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:50:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:50:20.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:50:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8f87dcbc-2a31-436a-a512-4ae1cc3060d0 url= /sdc/v1/artifactTypes
2022-01-28T02:50:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:50:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:50:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ba70174
2022-01-28T02:50:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:50:21.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:50:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:50:21.133Z||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$$5fd745f9.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-01-28T02:51:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:51:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:51:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:51:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:51:10.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 22557b91-71b1-44f0-9171-fa23586ec507 url= /sdc/v1/artifactTypes
2022-01-28T02:51:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:51:11.148Z||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.36.56] 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$$5fd745f9.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-01-28T02:51:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ffd8fa4
2022-01-28T02:51:11.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:51:11.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:51:11.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:51:11.150Z||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$$5fd745f9.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-01-28T02:52:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:52:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:52:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:52:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:52:00.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 64f4c108-463d-4ae7-a5f8-3ef45d96be37 url= /sdc/v1/artifactTypes
2022-01-28T02:52:00.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:52:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:52:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57d8973a
2022-01-28T02:52:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:52:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:52:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:52:01.133Z||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$$5fd745f9.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-01-28T02:52:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:52:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:52:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:52:50.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:52:50.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e94727db-ba66-489c-acd4-aacc84368c76 url= /sdc/v1/artifactTypes
2022-01-28T02:52:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:52:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:52:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@20479075
2022-01-28T02:52:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:52:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:52:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:52:51.149Z||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$$5fd745f9.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-01-28T02:53:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:53:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:53:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:53:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:53:40.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12d3a687-4faa-4870-9045-be7197b020ff url= /sdc/v1/artifactTypes
2022-01-28T02:53:40.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:53:41.135Z||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.36.56] 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$$5fd745f9.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-01-28T02:53:41.136Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@30f69877
2022-01-28T02:53:41.136Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:53:41.136Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:53:41.136Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:53:41.137Z||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$$5fd745f9.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-01-28T02:54:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:54:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:54:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:54:30.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:54:30.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 77d98cdd-a0e3-4fcc-aed6-eb39db8a0c90 url= /sdc/v1/artifactTypes
2022-01-28T02:54:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:54:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:54:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2e983655
2022-01-28T02:54:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:54:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:54:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:54:31.150Z||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$$5fd745f9.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-01-28T02:55:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:55:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:55:20.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:55:20.096Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:55:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91ece376-e161-45b5-a6c7-3d26e570252a url= /sdc/v1/artifactTypes
2022-01-28T02:55:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:55:21.130Z||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.36.56] 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$$5fd745f9.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-01-28T02:55:21.130Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@54045aff
2022-01-28T02:55:21.130Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:55:21.131Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:55:21.131Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:55:21.131Z||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$$5fd745f9.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-01-28T02:56:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:56:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:56:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:56:10.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:56:10.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 24c50c8b-7015-42d3-8605-c959ae1e118f url= /sdc/v1/artifactTypes
2022-01-28T02:56:10.099Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:56:11.113Z||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.36.56] 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$$5fd745f9.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-01-28T02:56:11.114Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1f44dead
2022-01-28T02:56:11.114Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:56:11.114Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:56:11.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:56:11.114Z||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$$5fd745f9.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-01-28T02:57:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:57:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:57:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:57:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:57:00.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a0ff1845-59ff-4cfb-b4d3-963df4633365 url= /sdc/v1/artifactTypes
2022-01-28T02:57:00.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:57:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T02:57:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62941585
2022-01-28T02:57:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:57:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:57:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:57:01.133Z||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$$5fd745f9.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-01-28T02:57:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:57:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:57:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:57:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:57:50.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa79f7c5-a70e-4f84-9a80-31820ef83c77 url= /sdc/v1/artifactTypes
2022-01-28T02:57:50.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:57:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:57:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a8b2d94
2022-01-28T02:57:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:57:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:57:51.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:57:51.148Z||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$$5fd745f9.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-01-28T02:58:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:58:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:58:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:58:40.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:58:40.099Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b83e751-f578-47c5-9f68-605c05b43a3c url= /sdc/v1/artifactTypes
2022-01-28T02:58:40.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:58:41.128Z||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.36.56] 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$$5fd745f9.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-01-28T02:58:41.128Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@118af7d3
2022-01-28T02:58:41.129Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:58:41.129Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:58:41.129Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:58:41.129Z||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$$5fd745f9.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-01-28T02:59:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T02:59:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T02:59:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T02:59:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T02:59:30.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 70126c21-10fd-4a0a-b687-c65729534b7d url= /sdc/v1/artifactTypes
2022-01-28T02:59:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T02:59:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T02:59:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1ee255bf
2022-01-28T02:59:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T02:59:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T02:59:31.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T02:59:31.149Z||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$$5fd745f9.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-01-28T03:00:20.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:00:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:00:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:00:20.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:00:20.096Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 15a0256b-a2b4-49f2-8296-58e024398496 url= /sdc/v1/artifactTypes
2022-01-28T03:00:20.097Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:00:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:00:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@9ee5a61
2022-01-28T03:00:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:00:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:00:21.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:00:21.133Z||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$$5fd745f9.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-01-28T03:01:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:01:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:01:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:01:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:01:10.107Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fbcfa152-17b5-4efe-bcb2-4b23996ea527 url= /sdc/v1/artifactTypes
2022-01-28T03:01:10.108Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:01:11.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:01:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31174da1
2022-01-28T03:01:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:01:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:01:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:01:11.149Z||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$$5fd745f9.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-01-28T03:02:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:02:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:02:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:02:00.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:02:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e5c6ca87-44f6-49d2-a14e-8f1dd99e05de url= /sdc/v1/artifactTypes
2022-01-28T03:02:00.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:02:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:02:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@173f6855
2022-01-28T03:02:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:02:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:02:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:02:01.133Z||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$$5fd745f9.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-01-28T03:02:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:02:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:02:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:02:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:02:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9110b1e5-a2e6-4e58-abe1-01ae5c08246b url= /sdc/v1/artifactTypes
2022-01-28T03:02:50.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:02:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:02:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@21b71568
2022-01-28T03:02:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:02:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:02:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:02:51.150Z||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$$5fd745f9.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-01-28T03:03:40.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:03:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:03:40.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:03:40.092Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:03:40.098Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e3d8af49-1c46-405e-aad6-bf8ac523b494 url= /sdc/v1/artifactTypes
2022-01-28T03:03:40.098Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:03:41.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:03:41.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13bfd6c0
2022-01-28T03:03:41.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:03:41.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:03:41.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:03:41.133Z||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$$5fd745f9.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-01-28T03:04:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:04:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:04:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:04:30.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:04:30.117Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 35df8420-3dc0-4020-b311-d56ada12405d url= /sdc/v1/artifactTypes
2022-01-28T03:04:30.118Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:04:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:04:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49a805f7
2022-01-28T03:04:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:04:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:04:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:04:31.150Z||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$$5fd745f9.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-01-28T03:05:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:05:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:05:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:05:20.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:05:20.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d2f9214f-2bd7-4244-928d-445f57db89b5 url= /sdc/v1/artifactTypes
2022-01-28T03:05:20.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:05:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:05:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@23a9b9b0
2022-01-28T03:05:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:05:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:05:21.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:05:21.133Z||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$$5fd745f9.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-01-28T03:06:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:06:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:06:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:06:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:06:10.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8160de02-2e84-4055-8168-7a93d0824e04 url= /sdc/v1/artifactTypes
2022-01-28T03:06:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:06:11.113Z||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.36.56] 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$$5fd745f9.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-01-28T03:06:11.113Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@32445246
2022-01-28T03:06:11.113Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:06:11.113Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:06:11.114Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:06:11.114Z||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$$5fd745f9.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-01-28T03:07:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:07:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:07:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:07:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:07:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 14b3725f-68d5-4244-8603-38c8f9ae580b url= /sdc/v1/artifactTypes
2022-01-28T03:07:00.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:07:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:07:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3a67fbe5
2022-01-28T03:07:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:07:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:07:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:07:01.133Z||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$$5fd745f9.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-01-28T03:07:50.090Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:07:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:07:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:07:50.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:07:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 235a6171-d407-4e2a-9ba2-58c5af5ec7e0 url= /sdc/v1/artifactTypes
2022-01-28T03:07:50.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:07:51.114Z||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.36.56] 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$$5fd745f9.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-01-28T03:07:51.115Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c722869
2022-01-28T03:07:51.115Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:07:51.115Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:07:51.115Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:07:51.116Z||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$$5fd745f9.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-01-28T03:08:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:08:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:08:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:08:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:08:40.103Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0202d4e7-4c4b-439a-acea-c612b2345f85 url= /sdc/v1/artifactTypes
2022-01-28T03:08:40.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:08:41.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:08:41.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@59242548
2022-01-28T03:08:41.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:08:41.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:08:41.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:08:41.133Z||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$$5fd745f9.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-01-28T03:09:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:09:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:09:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:09:30.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:09:30.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c2356198-b4f6-43bd-8969-7627b08d1cf1 url= /sdc/v1/artifactTypes
2022-01-28T03:09:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:09:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:09:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7f116748
2022-01-28T03:09:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:09:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:09:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:09:31.149Z||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$$5fd745f9.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-01-28T03:10:20.092Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:10:20.094Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:10:20.094Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:10:20.097Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:10:20.106Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f0bea583-2e87-4c0f-807b-9db405ef697c url= /sdc/v1/artifactTypes
2022-01-28T03:10:20.106Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:10:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:10:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57a06f45
2022-01-28T03:10:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:10:21.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:10:21.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:10:21.134Z||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$$5fd745f9.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-01-28T03:11:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:11:10.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:11:10.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:11:10.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:11:10.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2e285c66-397f-4723-9041-c9d4ae9960a6 url= /sdc/v1/artifactTypes
2022-01-28T03:11:10.103Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:11:11.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:11:11.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1166af7e
2022-01-28T03:11:11.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:11:11.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:11:11.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:11:11.149Z||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$$5fd745f9.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-01-28T03:12:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:12:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:12:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:12:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:12:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4579ac60-1326-4087-bb57-90090a1ec154 url= /sdc/v1/artifactTypes
2022-01-28T03:12:00.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:12:01.132Z||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.36.56] 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$$5fd745f9.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-01-28T03:12:01.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@67940507
2022-01-28T03:12:01.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:12:01.133Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:12:01.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:12:01.133Z||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$$5fd745f9.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-01-28T03:12:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:12:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:12:50.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:12:50.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:12:50.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ac1458e7-6b82-4e51-8296-7bd20ef609bd url= /sdc/v1/artifactTypes
2022-01-28T03:12:50.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:12:51.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:12:51.147Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a70731c
2022-01-28T03:12:51.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:12:51.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:12:51.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:12:51.148Z||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$$5fd745f9.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-01-28T03:13:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:13:40.092Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:13:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:13:40.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:13:40.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ce762327-f980-40db-b2ef-80d6931604fe url= /sdc/v1/artifactTypes
2022-01-28T03:13:40.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:13:41.132Z||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.36.56] 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$$5fd745f9.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-01-28T03:13:41.133Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@c149c6b
2022-01-28T03:13:41.133Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:13:41.134Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:13:41.134Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:13:41.135Z||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$$5fd745f9.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-01-28T03:14:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:14:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:14:30.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:14:30.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:14:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 474b0272-5849-4230-9b89-5d0dc1cc5ac3 url= /sdc/v1/artifactTypes
2022-01-28T03:14:30.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:14:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:14:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@573d283f
2022-01-28T03:14:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:14:31.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:14:31.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:14:31.149Z||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$$5fd745f9.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-01-28T03:15:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:15:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:15:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:15:20.093Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:15:20.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d90f88bc-30fd-441b-8b70-5a7ce1d76cf1 url= /sdc/v1/artifactTypes
2022-01-28T03:15:20.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:15:21.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:15:21.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5a1140f4
2022-01-28T03:15:21.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:15:21.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:15:21.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:15:21.133Z||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$$5fd745f9.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-01-28T03:16:10.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:16:10.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:16:10.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:16:10.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:16:10.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5b7dc38-8856-48aa-9f17-78900991dc13 url= /sdc/v1/artifactTypes
2022-01-28T03:16:10.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:16:11.115Z||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.36.56] 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$$5fd745f9.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-01-28T03:16:11.116Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1db82eb6
2022-01-28T03:16:11.116Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:16:11.116Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:16:11.116Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:16:11.117Z||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$$5fd745f9.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-01-28T03:17:00.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:17:00.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:17:00.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:17:00.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:17:00.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01abdf1b-f6cc-4aa8-a151-37908d72d11f url= /sdc/v1/artifactTypes
2022-01-28T03:17:00.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:17:01.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:17:01.131Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@62405646
2022-01-28T03:17:01.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:17:01.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:17:01.132Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:17:01.132Z||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$$5fd745f9.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-01-28T03:17:50.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:17:50.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:17:50.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:17:50.095Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:17:50.102Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3f1739c-93a6-4012-8a6e-e195bc19bc38 url= /sdc/v1/artifactTypes
2022-01-28T03:17:50.102Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:17:51.148Z||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.36.56] 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$$5fd745f9.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-01-28T03:17:51.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@215ed4c3
2022-01-28T03:17:51.149Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:17:51.149Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:17:51.149Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:17:51.150Z||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$$5fd745f9.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-01-28T03:18:40.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:18:40.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:18:40.092Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:18:40.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:18:40.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c3d1e77f-ac6b-4b1f-b652-6f065208f2b4 url= /sdc/v1/artifactTypes
2022-01-28T03:18:40.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:18:41.131Z||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.36.56] 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$$5fd745f9.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-01-28T03:18:41.132Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@272f57bb
2022-01-28T03:18:41.132Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:18:41.132Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:18:41.133Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:18:41.133Z||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$$5fd745f9.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-01-28T03:19:30.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:19:30.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:19:30.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:19:30.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:19:30.101Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7049cf50-c491-4381-91b5-3c2b9baa39dd url= /sdc/v1/artifactTypes
2022-01-28T03:19:30.101Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:19:31.147Z||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.36.56] 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$$5fd745f9.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-01-28T03:19:31.148Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61645925
2022-01-28T03:19:31.148Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-01-28T03:19:31.148Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-01-28T03:19:31.148Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-01-28T03:19:31.149Z||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$$5fd745f9.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-01-28T03:20:20.091Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-01-28T03:20:20.091Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-01-28T03:20:20.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-01-28T03:20:20.094Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-01-28T03:20:20.100Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 01f8f721-8927-48e8-b0b9-d6a260ba94ab url= /sdc/v1/artifactTypes
2022-01-28T03:20:20.100Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-01-28T03:20:20.263Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-01-28T03:20:20.269Z||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-01-28T03:20:20.285Z||scheduling-1|||||DEBUG|500||create keys
2022-01-28T03:20:20.290Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-01-28T03:20:20.528Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:20:20.547Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ebc3c549-ba30-40f3-9ed1-41f6ff73931b url= /sdc/v1/registerForDistribution
2022-01-28T03:20:20.684Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ebc3c549-ba30-40f3-9ed1-41f6ff73931b url= /sdc/v1/registerForDistribution
2022-01-28T03:20:20.684Z||scheduling-1|||||INFO|500||start DistributionClient
2022-01-28T03:20:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:20:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:20:20.700Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-01-28T03:20:20.702Z||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-01-28T03:20:20.702Z||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-01-28T03:20:20.702Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:20:20.702Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:20:31.943Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:20:32.082Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:21:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:21:20.694Z||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-01-28T03:21:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:21:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:21:20.696Z||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-01-28T03:21:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:21:30.250Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:21:30.251Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:22:20.693Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:22:20.695Z||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-01-28T03:22:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:22:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:22:20.696Z||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-01-28T03:22:20.697Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:22:30.243Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:22:30.250Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:23:20.693Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:23:20.693Z||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-01-28T03:23:20.693Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:23:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:23:20.696Z||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-01-28T03:23:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:23:30.240Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:23:30.243Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:24:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:24:20.694Z||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-01-28T03:24:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:24:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:24:20.697Z||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-01-28T03:24:20.697Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:24:30.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:24:30.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:25:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:25:20.694Z||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-01-28T03:25:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:25:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:25:20.696Z||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-01-28T03:25:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:25:30.244Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:25:30.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:26:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:26:20.694Z||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-01-28T03:26:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:26:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:26:20.695Z||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-01-28T03:26:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:26:30.259Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:26:30.261Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:27:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:27:20.694Z||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-01-28T03:27:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:27:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:27:20.698Z||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-01-28T03:27:20.698Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:27:30.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:27:30.241Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:28:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:28:20.694Z||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-01-28T03:28:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:28:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:28:20.696Z||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-01-28T03:28:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:28:30.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:28:30.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:29:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:29:20.693Z||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-01-28T03:29:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:29:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:29:20.695Z||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-01-28T03:29:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:29:30.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:29:30.242Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:30:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:30:20.694Z||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-01-28T03:30:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:30:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:30:20.695Z||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-01-28T03:30:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:30:30.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:30:30.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:31:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:31:20.693Z||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-01-28T03:31:20.693Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:31:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:31:20.695Z||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-01-28T03:31:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:31:30.242Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:31:30.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:32:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:32:20.694Z||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-01-28T03:32:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:32:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:32:20.695Z||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-01-28T03:32:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:32:30.237Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:32:30.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:33:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:33:20.694Z||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-01-28T03:33:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:33:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:33:20.695Z||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-01-28T03:33:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:33:30.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:33:30.240Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:34:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:34:20.693Z||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-01-28T03:34:20.693Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:34:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:34:20.695Z||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-01-28T03:34:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:34:30.240Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:34:30.240Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:35:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:35:20.694Z||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-01-28T03:35:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:35:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:35:20.695Z||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-01-28T03:35:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:35:30.242Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:35:30.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:36:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:36:20.694Z||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-01-28T03:36:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:36:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:36:20.695Z||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-01-28T03:36:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:36:30.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:36:30.249Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:37:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:37:20.694Z||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-01-28T03:37:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:37:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:37:20.695Z||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-01-28T03:37:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:37:30.242Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:37:30.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:38:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:38:20.694Z||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-01-28T03:38:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:38:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:38:20.696Z||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-01-28T03:38:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:38:30.241Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:38:30.241Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:39:20.694Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:39:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:39:20.696Z||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-01-28T03:39:20.697Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:39:20.696Z||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-01-28T03:39:20.697Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:39:30.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:39:30.247Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:40:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:40:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:40:20.696Z||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-01-28T03:40:20.696Z||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-01-28T03:40:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:40:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:40:30.243Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:40:30.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:41:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:41:20.695Z||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-01-28T03:41:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:41:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:41:20.696Z||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-01-28T03:41:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:41:30.252Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:41:30.259Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:42:20.693Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:42:20.694Z||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-01-28T03:42:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:42:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:42:20.695Z||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-01-28T03:42:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:42:30.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:42:30.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:43:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:43:20.694Z||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-01-28T03:43:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:43:20.695Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:43:20.696Z||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-01-28T03:43:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:43:30.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:43:30.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:44:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:44:20.695Z||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-01-28T03:44:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:44:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:44:20.695Z||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-01-28T03:44:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:44:30.240Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:44:30.241Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:45:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:45:20.693Z||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-01-28T03:45:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:45:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:45:20.696Z||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-01-28T03:45:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:45:30.243Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:45:30.244Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:46:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:46:20.693Z||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-01-28T03:46:20.693Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:46:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:46:20.695Z||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-01-28T03:46:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:46:30.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:46:30.242Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:47:20.693Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:47:20.693Z||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-01-28T03:47:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:47:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:47:20.695Z||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-01-28T03:47:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:47:30.236Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:47:30.239Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:48:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:48:20.693Z||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-01-28T03:48:20.693Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:48:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:48:20.695Z||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-01-28T03:48:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:48:30.232Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:48:30.238Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:49:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:49:20.694Z||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-01-28T03:49:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:49:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:49:20.696Z||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-01-28T03:49:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:49:30.238Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:49:30.243Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:50:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:50:20.693Z||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-01-28T03:50:20.693Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:50:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:50:20.695Z||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-01-28T03:50:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:50:30.236Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:50:30.240Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:51:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:51:20.694Z||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-01-28T03:51:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:51:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:51:20.695Z||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-01-28T03:51:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:51:30.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:51:30.244Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:52:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:52:20.693Z||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-01-28T03:52:20.693Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:52:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:52:20.695Z||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-01-28T03:52:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:52:30.239Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:52:30.241Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:53:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:53:20.693Z||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-01-28T03:53:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:53:20.695Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:53:20.696Z||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-01-28T03:53:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:53:30.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:53:30.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:54:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:54:20.694Z||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-01-28T03:54:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:54:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:54:20.695Z||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-01-28T03:54:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:54:30.241Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:54:30.241Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:55:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:55:20.694Z||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-01-28T03:55:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:55:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:55:20.696Z||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-01-28T03:55:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:55:30.242Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:55:30.243Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:20.693Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:56:20.694Z||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-01-28T03:56:20.694Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:56:20.695Z||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-01-28T03:56:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:21.327Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:21.327Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:21.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bcf59d1-a8b1-4012-adde-2bec6afe9795","serviceName":"basic_onboard_ptRwuC","serviceVersion":"1.0","serviceUUID":"f9742144-ba41-4293-bd34-54764c9bf3cc","serviceDescription":"service","serviceInvariantUUID":"fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7","resources":[{"resourceInstanceName":"basic_onboard_ptRwuC 0","resourceName":"basic_onboard_ptRwuC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd","resourceInvariantUUID":"6377482a-1f7f-44f8-9115-9f573464a319","resourceCustomizationUUID":"04870854-62e5-4110-a82b-083466f96415","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml","artifactChecksum":"NmUwOThhYWI2ZTQ0ZTAwMWYxYzRhZmJiZWQ2YWY0OTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"94d70f5d-4684-407b-8ef3-e6d0dc61e36e","artifactVersion":"1"},{"artifactName":"basic_onboard_ptrwuc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json","artifactChecksum":"ODUxZjM5OTllYjY4NTNmYmZhNjI0NDhiYzJhNzAxZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ed359a9-2251-4736-ad87-746930f06e25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b43271df-143b-4c64-bb84-9f16b84a529c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"247b2e11-f937-437e-a03d-e4bd58a9fb01","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c80373ad-662f-4575-b91c-539cf9eb48a2","artifactVersion":"2","generatedFromUUID":"b43271df-143b-4c64-bb84-9f16b84a529c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPtrwuc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml","artifactChecksum":"MTg1MDBhZjlkZjljZmYwYTRmZTVhZWU0YTJkZWFiOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52f71283-b8f5-4f91-8845-9cfff0fc12d2","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPtrwuc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar","artifactChecksum":"YTNkN2U5NzljZmRhNGFlMGVkZjFmODFjZWM1MWQ0YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4dc584a4-98d4-4277-b7a7-02e5d814ffc9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T03:56:21.339Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T03:56:21.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342135840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.344Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:21.352Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:21.352Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342141207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342144690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342141207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342135840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342144690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342141207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342135840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342144690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342135840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342141207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342144690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342135840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342141207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342144690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342141207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342135840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342144690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643342149944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342135840,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342141207,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342144690,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643342149944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342151153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342152162,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342152450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643342149944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342151153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "cds",
  "timestamp": 1643342153175,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-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=?
2022-01-28T03:56:21.452Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-01-28T03:56:21.454Z||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-01-28T03:56:21.454Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-28T03:56:21.469Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:21.469Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T03:56:21.472Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795
2022-01-28T03:56:21.485Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342153457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:21.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643342149944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342151153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.500Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "policy-id",
  "timestamp": 1643342154462,
  "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-01-28T03:56:21.518Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795
2022-01-28T03:56:21.518Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342153887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643342149944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.526Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342151153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342153887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643342149944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342151153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342153887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643342149944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342151153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342153887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342151153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342153887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342158102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342159241,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342153887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342158102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342160072,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342153887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342160692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342158102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342158102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342162059,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342162062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342162194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342158102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.530Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "clamp",
  "timestamp": 1643342163062,
  "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-01-28T03:56:21.534Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795
2022-01-28T03:56:21.534Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.541Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.541Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342163308,
  "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-01-28T03:56:21.544Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795
2022-01-28T03:56:21.545Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342158102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643342164311,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342158102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342165897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342169741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:21.552Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643342170745,
  "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-01-28T03:56:21.555Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795
2022-01-28T03:56:21.556Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342172753,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T03:56:21.562Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-01-28T03:56:21.562Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "aai-ml",
  "timestamp": 1643342173758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T03:56:21.567Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 7bcf59d1-a8b1-4012-adde-2bec6afe9795
2022-01-28T03:56:21.567Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:56:22.357Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T03:56:22.358Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:22.359Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:22.359Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T03:56:22.460Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:22.461Z||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-01-28T03:56:22.461Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:22.475Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:22.476Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:23.360Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T03:56:23.361Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:23.363Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:23.363Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T03:56:23.463Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:23.464Z||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-01-28T03:56:23.464Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:23.476Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:23.477Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:24.363Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T03:56:24.364Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:24.367Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:24.367Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:24.467Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:24.468Z||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-01-28T03:56:24.468Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:24.486Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:24.487Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:25.368Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T03:56:25.369Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:25.370Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:25.371Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-28T03:56:25.471Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T03:56:25.471Z||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-01-28T03:56:25.471Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:25.484Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:25.484Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:26.371Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T03:56:26.372Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:26.373Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:26.373Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:56:26.473Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:26.474Z||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-01-28T03:56:26.474Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:26.487Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:26.488Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T03:56:27.373Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T03:56:27.374Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:27.376Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:27.376Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:56:27.476Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:27.477Z||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-01-28T03:56:27.477Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:27.492Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:27.492Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:28.379Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "serviceName": "basic_onboard_ptRwuC",
  "serviceVersion": "1.0",
  "serviceUUID": "f9742144-ba41-4293-bd34-54764c9bf3cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ptRwuC 0",
      "resourceCustomizationUUID": "04870854-62e5-4110-a82b-083466f96415",
      "resourceName": "basic_onboard_ptRwuC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd",
      "resourceInvariantUUID": "6377482a-1f7f-44f8-9115-9f573464a319",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ptrwuc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
          "artifactChecksum": "ODUxZjM5OTllYjY4NTNmYmZhNjI0NDhiYzJhNzAxZWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2ed359a9-2251-4736-ad87-746930f06e25",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b43271df-143b-4c64-bb84-9f16b84a529c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c80373ad-662f-4575-b91c-539cf9eb48a2",
            "generatedFromUUID": "b43271df-143b-4c64-bb84-9f16b84a529c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c80373ad-662f-4575-b91c-539cf9eb48a2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPtrwuc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
      "artifactChecksum": "YTNkN2U5NzljZmRhNGFlMGVkZjFmODFjZWM1MWQ0YTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4dc584a4-98d4-4277-b7a7-02e5d814ffc9"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T03:56:28.380Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T03:56:28.380Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9742144-ba41-4293-bd34-54764c9bf3cc ASDC
2022-01-28T03:56:28.445Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7bcf59d1-a8b1-4012-adde-2bec6afe9795
ServiceName:basic_onboard_ptRwuC
ServiceVersion:1.0
ServiceUUID:f9742144-ba41-4293-bd34-54764c9bf3cc
ServiceInvariantUUID:fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPtrwuc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar
ArtifactUUID:4dc584a4-98d4-4277-b7a7-02e5d814ffc9
ArtifactChecksum:YTNkN2U5NzljZmRhNGFlMGVkZjFmODFjZWM1MWQ0YTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ptRwuC 0
ResourceCustomizationUUID:04870854-62e5-4110-a82b-083466f96415
ResourceInvariantUUID:6377482a-1f7f-44f8-9115-9f573464a319
ResourceName:basic_onboard_ptRwuC
ResourceType:VF
ResourceUUID:a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ptrwuc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json
ArtifactUUID:2ed359a9-2251-4736-ad87-746930f06e25
ArtifactChecksum:ODUxZjM5OTllYjY4NTNmYmZhNjI0NDhiYzJhNzAxZWY=
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/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b43271df-143b-4c64-bb84-9f16b84a529c
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/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env
ArtifactUUID:c80373ad-662f-4575-b91c-539cf9eb48a2
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/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env
ArtifactUUID:c80373ad-662f-4575-b91c-539cf9eb48a2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T03:56:28.445Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9742144-ba41-4293-bd34-54764c9bf3cc 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-01-28T03:56:28.479Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T03:56:28.479Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T03:56:28.480Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T03:56:28.480Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4dc584a4-98d4-4277-b7a7-02e5d814ffc9 from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:28.480Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T03:56:28.481Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:28.900Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T03:56:28.913Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar 4dc584a4-98d4-4277-b7a7-02e5d814ffc9 71546
2022-01-28T03:56:28.914Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar ASDC sendASDCNotification
2022-01-28T03:56:28.914Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:28.915Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T03:56:28.915Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:28.917Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:28.917Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342188913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:29.017Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:29.018Z||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-01-28T03:56:29.018Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:29.033Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:29.034Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:29.917Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T03:56:29.918Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T03:56:29.918Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4dc584a4-98d4-4277-b7a7-02e5d814ffc9, URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:29.919Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:29.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:29.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:30.503Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8605797927852323298/Definitions/service-BasicOnboardPtrwuc-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-01-28T03:56:31.963Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ptRwuC 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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.967Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:31.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T03:56:31.973Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:31.977Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:31.977Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T03:56:31.978Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is not matching search criteria
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T03:56:31.982Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T03:56:31.983Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is not matching search criteria
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fbc13214-0233-468b-9fae-05792d179f70
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:31.984Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:31.985Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:31.985Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ptRwuC
Description:service
Model UUID:f9742144-ba41-4293-bd34-54764c9bf3cc
Model Version:NULL
Model InvariantUuid:fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ptRwuC
Model UUID:f337021a-d9f9-43bb-92fb-5ea8b496b2ef
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6377482a-1f7f-44f8-9115-9f573464a319
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:04870854-62e5-4110-a82b-083466f96415
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e529568b-b576-44b0-b030-dabaa7b3e6c1
ModelName:BasicOnboardPtrwuc..base_ubuntu18..module-0
ModelUuid:00118eb9-3400-45af-b099-c60ca4fcb6e9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fbc13214-0233-468b-9fae-05792d179f70
ModelInvariantUuid:4257ded7-9d81-486a-9c40-6c03330c0ac8
ModelName:basic_onboard_ptRwuC-nodes.ubuntu18Cvfc
ModelUuid:8fa69744-bbf6-4a84-98b6-c7ad863a8d86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d3252148-dfd4-4e9c-ad61-cd191ac11f6d
ModelInvariantUuid:076cae16-e612-4c3f-a08f-a3065a3b1c41
ModelName:BasicOnboardPtrwuc.compute.nodes.heat.ubuntu18
ModelUuid:a1d49783-dd8e-4383-a03d-a8cea2760203
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-01-28T03:56:31.996Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd
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-01-28T03:56:32.085Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||basic_onboard_ptRwuC 0
2022-01-28T03:56:32.089Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd
2022-01-28T03:56:32.089Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ed359a9-2251-4736-ad87-746930f06e25 from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json
2022-01-28T03:56:32.089Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T03:56:32.090Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json
2022-01-28T03:56:32.341Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T03:56:32.341Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json 2ed359a9-2251-4736-ad87-746930f06e25 798
2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json ASDC sendASDCNotification
2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json
2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T03:56:32.342Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:32.344Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:32.344Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342192342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:32.444Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:32.445Z||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-01-28T03:56:32.445Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:32.458Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:32.459Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:33.345Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPtrwuc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e529568b-b576-44b0-b030-dabaa7b3e6c1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "00118eb9-3400-45af-b099-c60ca4fcb6e9",
    "vfModuleModelCustomizationUUID": "1407a333-6c20-4e43-bd82-c7f6d3821cbb",
    "isBase": true,
    "artifacts": [
      "b43271df-143b-4c64-bb84-9f16b84a529c",
      "c80373ad-662f-4575-b91c-539cf9eb48a2"
    ],
    "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-01-28T03:56:33.360Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPtrwuc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00118eb9-3400-45af-b099-c60ca4fcb6e9
VfModuleModelInvariantUUID:e529568b-b576-44b0-b030-dabaa7b3e6c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
b43271df-143b-4c64-bb84-9f16b84a529c
,
c80373ad-662f-4575-b91c-539cf9eb48a2

}
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-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPtrwuc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e529568b-b576-44b0-b030-dabaa7b3e6c1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "00118eb9-3400-45af-b099-c60ca4fcb6e9",
    "vfModuleModelCustomizationUUID": "1407a333-6c20-4e43-bd82-c7f6d3821cbb",
    "isBase": true,
    "artifacts": [
      "b43271df-143b-4c64-bb84-9f16b84a529c",
      "c80373ad-662f-4575-b91c-539cf9eb48a2"
    ],
    "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-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPtrwuc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:00118eb9-3400-45af-b099-c60ca4fcb6e9
VfModuleModelInvariantUUID:e529568b-b576-44b0-b030-dabaa7b3e6c1
VfModuleModelDescription:NULL
Artifacts UUID List:{
b43271df-143b-4c64-bb84-9f16b84a529c
,
c80373ad-662f-4575-b91c-539cf9eb48a2

}
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-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b43271df-143b-4c64-bb84-9f16b84a529c from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml
2022-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T03:56:33.362Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml
2022-01-28T03:56:33.639Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T03:56:33.640Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml b43271df-143b-4c64-bb84-9f16b84a529c 5033
2022-01-28T03:56:33.640Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-28T03:56:33.641Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml
2022-01-28T03:56:33.641Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T03:56:33.641Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:33.644Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:33.644Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342193640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:33.744Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:33.745Z||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-01-28T03:56:33.745Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:33.761Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:33.762Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:34.645Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c80373ad-662f-4575-b91c-539cf9eb48a2 from URL: /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env
2022-01-28T03:56:34.646Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T03:56:34.646Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env
2022-01-28T03:56:34.935Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env c80373ad-662f-4575-b91c-539cf9eb48a2 909
2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env
2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T03:56:34.936Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:34.938Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:34.938Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342194936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:56:35.038Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:35.039Z||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-01-28T03:56:35.040Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:35.054Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:35.054Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T03:56:35.939Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f9742144-ba41-4293-bd34-54764c9bf3cc
2022-01-28T03:56:35.939Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ptRwuC 0 a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd 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-01-28T03:56:35.965Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18a71be0, org.onap.sdc.toscaparser.api.parameters.Input@781e1832, org.onap.sdc.toscaparser.api.parameters.Input@71f52d04, org.onap.sdc.toscaparser.api.parameters.Input@6a41ac66, org.onap.sdc.toscaparser.api.parameters.Input@4a19d2d5]
2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 04870854-62e5-4110-a82b-083466f96415
2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 04870854-62e5-4110-a82b-083466f96415 matches Tosca VF Customization UUID: 04870854-62e5-4110-a82b-083466f96415
2022-01-28T03:56:35.968Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 04870854-62e5-4110-a82b-083466f96415  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-01-28T03:56:35.973Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.973Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 04870854-62e5-4110-a82b-083466f96415: {\"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-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b8055aa
2022-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.974Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T03:56:35.975Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1407a333-6c20-4e43-bd82-c7f6d3821cbb
2022-01-28T03:56:35.975Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1407a333-6c20-4e43-bd82-c7f6d3821cbb
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-01-28T03:56:35.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:35.979Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is not matching search criteria
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-28T03:56:35.980Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fbc13214-0233-468b-9fae-05792d179f70
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-01-28T03:56:35.996Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ptRwuC 0 is matching search criteria
2022-01-28T03:56:35.997Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ptRwuC 0] matching following query criteria: sdcType=VF, customizationUUID=04870854-62e5-4110-a82b-083466f96415
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-01-28T03:56:35.999Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:35.999Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f9742144-ba41-4293-bd34-54764c9bf3cc: basic_onboard_ptRwuC
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:36.000Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ptRwuC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T03:56:36.001Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_ptRwuC 
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-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ptRwuC a3ffbf90-23c7-40fe-b01a-e882dcc2cbbd 1 ASDC deployResourceStructure
2022-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json ASDC sendASDCNotification
2022-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json
2022-01-28T03:56:36.167Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T03:56:36.168Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:36.169Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:36.169Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342196167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:36.269Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:36.270Z||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-01-28T03:56:36.270Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:36.284Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:36.284Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T03:56:37.173Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-01-28T03:56:37.173Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml
2022-01-28T03:56:37.173Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T03:56:37.174Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:37.175Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:37.176Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342197173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:37.275Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T03:56:37.276Z||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-01-28T03:56:37.276Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:37.289Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:37.290Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:38.176Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-01-28T03:56:38.177Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env
2022-01-28T03:56:38.178Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T03:56:38.178Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:38.181Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:38.181Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342198176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:38.281Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T03:56:38.282Z||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-01-28T03:56:38.282Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:38.296Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:38.296Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T03:56:39.183Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar ASDC sendASDCNotification
2022-01-28T03:56:39.183Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar
2022-01-28T03:56:39.183Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T03:56:39.184Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:56:39.186Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:56:39.186Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342199183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T03:56:39.286Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T03:56:39.287Z||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-01-28T03:56:39.287Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:56:39.300Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:56:39.300Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T03:56:40.188Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T03:56:40.207Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T03:56:40.210Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T03:56:40.215Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T03:57:10.215Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795 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-01-28T03:57:10.222Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bcf59d1-a8b1-4012-adde-2bec6afe9795 and serviceModelVersionId: f9742144-ba41-4293-bd34-54764c9bf3cc
2022-01-28T03:57:10.222Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7
2022-01-28T03:57:20.386Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0
2022-01-28T03:57:20.456Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T03:57:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:57:20.696Z||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-01-28T03:57:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:57:20.782Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|INFO|500||Invoke
2022-01-28T03:57:20.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:57:20.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:57:20.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:57:20.837Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7bcf59d1-a8b1-4012-adde-2bec6afe9795], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f23f39f8-0e91-4ae4-ad07-fcf53461d324], X-ECOMP-RequestID=[7bcf59d1-a8b1-4012-adde-2bec6afe9795], X-TransactionId=[], X-ONAP-RequestID=[7bcf59d1-a8b1-4012-adde-2bec6afe9795], Content-Type=[application/merge-patch+json]}
2022-01-28T03:57:20.838Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:57:20.963Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T03:57:21.034Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?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/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-03:57:20:974-51608], Content-Length=[495], Date=[Fri, 28 Jan 2022 03:57:20 GMT], Content-Type=[application/json]}
2022-01-28T03:57:21.038Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc","ERR.5.4.6114"]}}}

2022-01-28T03:57:21.038Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T03:57:21.054Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114)
2022-01-28T03:57:21.054Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T03:57:21.055Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114)
2022-01-28T03:57:21.055Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114)
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-01-28T03:57:21.060Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:57:21.063Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bcf59d1-a8b1-4012-adde-2bec6afe9795 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec=ERR.5.4.6114)
2022-01-28T03:57:21.064Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T03:57:21.064Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T03:57:21.065Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T03:57:21.065Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342241063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec\u003dERR.5.4.6114)"
}
2022-01-28T03:57:21.218Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 153 ms
2022-01-28T03:57:21.219Z||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-01-28T03:57:21.219Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T03:57:21.234Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:57:21.235Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-28T03:57:22.082Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:57:22.082Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:57:22.082Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:57:31.619Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:58:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:58:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:58:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:58:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:58:20.695Z||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-01-28T03:58:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:58:20.722Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:58:20.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T03:58:20.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-28T03:58:20.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T03:58:20.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342180693,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T03:58:20.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342188913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:58:20.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342192342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342193640,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342194936,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:20.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342196167,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/basic_onboard_ptrwuc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342197173,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342198176,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/resourceInstances/basic_onboard_ptrwuc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:58:20.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342199183,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPtrwuc/1.0/artifacts/service-BasicOnboardPtrwuc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T03:58:20.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:58:30.239Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:59:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:59:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T03:59:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:59:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T03:59:20.696Z||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-01-28T03:59:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T03:59:21.223Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T03:59:21.223Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T03:59:21.223Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bcf59d1-a8b1-4012-adde-2bec6afe9795",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643342241063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d7bcf59d1-a8b1-4012-adde-2bec6afe9795 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/fcc3ec21-4cb0-4f3d-92e7-ca175a7db4e7/model-vers/model-ver/f9742144-ba41-4293-bd34-54764c9bf3cc) (ec\u003dERR.5.4.6114)"
}
2022-01-28T03:59:21.225Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T03:59:30.267Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:00:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:00:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:00:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:00:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:00:20.695Z||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-01-28T04:00:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:00:30.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:00:30.241Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:01:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:01:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:01:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:01:20.695Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:01:20.695Z||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-01-28T04:01:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:01:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:01:30.241Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:02:20.692Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:02:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:02:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:02:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:02:20.695Z||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-01-28T04:02:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:02:30.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:02:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:03:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:03:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:03:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:03:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:03:20.696Z||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-01-28T04:03:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:03:30.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:03:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:04:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:04:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:04:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:04:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:04:20.695Z||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-01-28T04:04:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:04:30.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:04:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:05:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:05:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:05:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:05:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:05:20.695Z||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-01-28T04:05:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:05:30.238Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:05:30.240Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:06:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:06:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:06:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:06:20.695Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:06:20.695Z||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-01-28T04:06:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:06:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:06:30.238Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:07:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:07:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:07:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:07:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:07:20.695Z||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-01-28T04:07:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:07:30.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:07:30.243Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:08:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:08:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:08:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:08:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:08:20.695Z||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-01-28T04:08:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:08:30.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:08:30.240Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:09:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:09:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:09:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:09:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:09:20.695Z||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-01-28T04:09:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:09:30.237Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:09:30.239Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:10:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:10:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:10:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:10:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:10:20.696Z||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-01-28T04:10:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:10:30.236Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:10:30.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:11:20.692Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:11:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:11:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:11:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:11:20.695Z||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-01-28T04:11:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:11:30.237Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:11:30.239Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:12:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:12:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:12:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:12:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:12:20.695Z||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-01-28T04:12:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:12:30.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:12:30.237Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:13:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:13:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:13:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:13:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:13:20.695Z||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-01-28T04:13:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:13:30.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:13:30.240Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:14:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:14:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:14:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:14:20.695Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:14:20.695Z||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-01-28T04:14:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:14:30.237Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:14:30.240Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:15:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:15:20.695Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:15:20.695Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:15:20.695Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:15:20.695Z||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-01-28T04:15:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:15:30.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:15:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:16:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:16:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:16:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:16:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:16:20.695Z||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-01-28T04:16:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:16:30.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:16:30.242Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:17:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:17:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:17:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:17:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:17:20.695Z||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-01-28T04:17:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:17:30.237Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:17:30.243Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:18:20.693Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:18:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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-01-28T04:18:20.694Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:18:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:18:20.695Z||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-01-28T04:18:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:18:23.351Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:18:23.351Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:18:23.351Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"77a0bf3d-571f-4181-b3e5-62c0a1b396b0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d4d91191-d36f-4b96-9c38-87e082570c0a","serviceDescription":"service","serviceInvariantUUID":"ed693583-19e0-42cb-bd72-2b5359ea3bae","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8aad2df9-811e-46f6-81e1-c8639df8e4d4","resourceInvariantUUID":"f23331d6-c3c3-4381-8260-8ffad9718154","resourceCustomizationUUID":"76f1c43b-f44e-4a80-9b5c-5acc29d22b48","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":"ZTk3YTU4MjFiMDA2OTk5ZmVlOGYyOGZjNDg4ZWJhMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41575366-a344-47bd-a247-fdb5f326bcfe","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZWIwMWJlYTY1YjM1ODhjOGNhYWVjOGJiZmRmMzM2OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb80c06b-6e90-444f-b99a-322cd7b6fc17","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:18:23.353Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:18:23.353Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:18:23.355Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:18:23.355Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343500693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:18:23.455Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:18:23.456Z||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-01-28T04:18:23.457Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:18:23.474Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:18:23.474Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2022-01-28T04:18:24.086Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:18:24.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:18:24.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343500693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:18:24.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:18:24.355Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:18:24.356Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:18:24.358Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:18:24.358Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343500693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:18:24.458Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:18:24.459Z||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-01-28T04:18:24.459Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:18:24.474Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:18:24.474Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:18:25.359Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "d4d91191-d36f-4b96-9c38-87e082570c0a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ed693583-19e0-42cb-bd72-2b5359ea3bae",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "76f1c43b-f44e-4a80-9b5c-5acc29d22b48",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8aad2df9-811e-46f6-81e1-c8639df8e4d4",
      "resourceInvariantUUID": "f23331d6-c3c3-4381-8260-8ffad9718154",
      "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": "ZWIwMWJlYTY1YjM1ODhjOGNhYWVjOGJiZmRmMzM2OGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb80c06b-6e90-444f-b99a-322cd7b6fc17"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:18:25.360Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:18:25.360Z|7bcf59d1-a8b1-4012-adde-2bec6afe9795|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d4d91191-d36f-4b96-9c38-87e082570c0a ASDC
2022-01-28T04:18:25.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:77a0bf3d-571f-4181-b3e5-62c0a1b396b0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d4d91191-d36f-4b96-9c38-87e082570c0a
ServiceInvariantUUID:ed693583-19e0-42cb-bd72-2b5359ea3bae
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:eb80c06b-6e90-444f-b99a-322cd7b6fc17
ArtifactChecksum:ZWIwMWJlYTY1YjM1ODhjOGNhYWVjOGJiZmRmMzM2OGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:76f1c43b-f44e-4a80-9b5c-5acc29d22b48
ResourceInvariantUUID:f23331d6-c3c3-4381-8260-8ffad9718154
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8aad2df9-811e-46f6-81e1-c8639df8e4d4
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-01-28T04:18:25.361Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4d91191-d36f-4b96-9c38-87e082570c0a 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-01-28T04:18:25.396Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:18:25.396Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: eb80c06b-6e90-444f-b99a-322cd7b6fc17 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:18:25.397Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-28T04:18:26.094Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:18:26.097Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eb80c06b-6e90-444f-b99a-322cd7b6fc17 52487
2022-01-28T04:18:26.097Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-28T04:18:26.098Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-28T04:18:26.098Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:18:26.098Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:18:26.099Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:18:26.100Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343506097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:18:26.200Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:18:26.201Z||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-01-28T04:18:26.201Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:18:26.214Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:18:26.214Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:18:27.100Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: eb80c06b-6e90-444f-b99a-322cd7b6fc17, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.101Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.208Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16757657636028868048/Definitions/service-BasicNetwork-template.yml
2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.581Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.582Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.583Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.584Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.584Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.584Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:d4d91191-d36f-4b96-9c38-87e082570c0a
Model Version:NULL
Model InvariantUuid:ed693583-19e0-42cb-bd72-2b5359ea3bae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:f23331d6-c3c3-4381-8260-8ffad9718154
Model UUID:e0eac4b0-857b-4ef2-9745-50de6cfed10b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:76f1c43b-f44e-4a80-9b5c-5acc29d22b48
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-01-28T04:18:27.588Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 8aad2df9-811e-46f6-81e1-c8639df8e4d4
2022-01-28T04:18:27.589Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||No resources found for Service: d4d91191-d36f-4b96-9c38-87e082570c0a
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-01-28T04:18:27.592Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||
2022-01-28T04:18:27.592Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: d4d91191-d36f-4b96-9c38-87e082570c0a
2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d4d91191-d36f-4b96-9c38-87e082570c0a
2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-01-28T04:18:27.593Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-28T04:18:27.597Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58ec61b8, org.onap.sdc.toscaparser.api.parameters.Input@5976c97a, org.onap.sdc.toscaparser.api.parameters.Input@f2eec9e, org.onap.sdc.toscaparser.api.parameters.Input@6e21797f, org.onap.sdc.toscaparser.api.parameters.Input@557b24a2]
2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.598Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d4d91191-d36f-4b96-9c38-87e082570c0a: Generic NeutronNet
2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.599Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:18:27.637Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:18:27.638Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-01-28T04:18:27.688Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:18:27.689Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:18:27.690Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:18:27.690Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343507688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:18:27.790Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:18:27.791Z||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-01-28T04:18:27.791Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:18:27.806Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:18:27.806Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:18:28.692Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:18:28.705Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:18:28.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:18:28.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:18:28.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:18:58.708Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:18:58.720Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:18:58.722Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:18:58.722Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:18:58.723Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:19:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:19:20.696Z||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-01-28T04:19:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:19:20.820Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:19:20.821Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:19:20.821Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343500693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:19:20.822Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:19:28.723Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:19:28.736Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:19:28.739Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:19:28.740Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:19:28.740Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:19:58.740Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:19:58.751Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:19:58.754Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:19:58.754Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:19:58.754Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:20:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:20:20.696Z||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-01-28T04:20:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:20:21.221Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:20:21.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "aai-ml",
  "timestamp": 1643343503887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "policy-id",
  "timestamp": 1643343504690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "aai-ml",
  "timestamp": 1643343503887,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343506097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "policy-id",
  "timestamp": 1643343504690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "cds",
  "timestamp": 1643343506207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "aai-ml",
  "timestamp": 1643343506904,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343507688,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "policy-id",
  "timestamp": 1643343507803,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "cds",
  "timestamp": 1643343506207,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:20:21.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343508102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "policy-id",
  "timestamp": 1643343508806,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "cds",
  "timestamp": 1643343509209,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343508102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "policy-id",
  "timestamp": 1643343509809,
  "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-01-28T04:20:21.237Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
2022-01-28T04:20:21.238Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "cds",
  "timestamp": 1643343510215,
  "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-01-28T04:20:21.252Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
2022-01-28T04:20:21.252Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343509944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343511099,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "aai-ml",
  "timestamp": 1643343511102,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:20:21.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343509944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343511153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "aai-ml",
  "timestamp": 1643343512106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:20:21.264Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
2022-01-28T04:20:21.264Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343512569,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:20:21.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343511153,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:20:21.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343513571,
  "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-01-28T04:20:21.277Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
2022-01-28T04:20:21.277Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:21.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "clamp",
  "timestamp": 1643343515840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:20:21.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "clamp",
  "timestamp": 1643343515840,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "clamp",
  "timestamp": 1643343521191,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "clamp",
  "timestamp": 1643343524192,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:20:21.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "clamp",
  "timestamp": 1643343525194,
  "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-01-28T04:20:21.291Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
2022-01-28T04:20:21.291Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:28.755Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:20:28.768Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:20:28.773Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:20:28.779Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:20:58.779Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 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-01-28T04:20:58.784Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 and serviceModelVersionId: d4d91191-d36f-4b96-9c38-87e082570c0a
2022-01-28T04:20:58.785Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed693583-19e0-42cb-bd72-2b5359ea3bae
2022-01-28T04:20:58.786Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0
2022-01-28T04:20:58.792Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:20:58.821Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|INFO|500||Invoke
2022-01-28T04:20:58.821Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[77a0bf3d-571f-4181-b3e5-62c0a1b396b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f18efee1-b35b-435e-a554-efcbc543729c], X-ECOMP-RequestID=[77a0bf3d-571f-4181-b3e5-62c0a1b396b0], X-TransactionId=[], X-ONAP-RequestID=[77a0bf3d-571f-4181-b3e5-62c0a1b396b0], Content-Type=[application/merge-patch+json]}
2022-01-28T04:20:58.841Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:20:58.942Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?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/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:20:58:847-90836], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:20:58 GMT], Content-Type=[application/json]}
2022-01-28T04:20:58.943Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a","ERR.5.4.6114"]}}}

2022-01-28T04:20:58.945Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114)
2022-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114)
2022-01-28T04:20:58.950Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114)
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-01-28T04:20:58.953Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:20:58.954Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77a0bf3d-571f-4181-b3e5-62c0a1b396b0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec=ERR.5.4.6114)
2022-01-28T04:20:58.954Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:20:58.954Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:20:58.955Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:20:58.955Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343658954,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:20:59.056Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:20:59.056Z||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-01-28T04:20:59.057Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:20:59.081Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:20:59.081Z||pool-23-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-28T04:20:59.969Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:20:59.970Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:20:59.970Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:21:10.358Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:21:10.359Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:21:10.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:21:10.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:21:19.901Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:21:20.693Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:21:20.693Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:21:20.694Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:21:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:21:20.695Z||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-01-28T04:21:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:21:21.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:21:21.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:21:21.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "77a0bf3d-571f-4181-b3e5-62c0a1b396b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343658954,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d77a0bf3d-571f-4181-b3e5-62c0a1b396b0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ed693583-19e0-42cb-bd72-2b5359ea3bae/model-vers/model-ver/d4d91191-d36f-4b96-9c38-87e082570c0a) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:21:21.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:21:30.233Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:20.693Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:22:20.694Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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-01-28T04:22:20.694Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:22:20.696Z||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-01-28T04:22:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:20.834Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343718102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343713887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343716207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343718102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343713887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343716207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343718102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343713887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343716207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343718102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343713887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343716207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343718102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343713887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343716207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343718102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343713887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343716207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343718102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343713887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343716207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343730164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343730164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343730180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.847Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.847Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.847Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "cds",
  "timestamp": 1643343731187,
  "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-01-28T04:22:20.868Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7
2022-01-28T04:22:20.868Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343732242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343732469,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:20.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343733246,
  "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-01-28T04:22:20.888Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7
2022-01-28T04:22:20.889Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343733473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "policy-id",
  "timestamp": 1643343734476,
  "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-01-28T04:22:20.904Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7
2022-01-28T04:22:20.904Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343734838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "aai-ml",
  "timestamp": 1643343735843,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:22:20.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7
2022-01-28T04:22:20.925Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.934Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343738214,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343738941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343739227,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.935Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343732191,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:20.936Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343739992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:20.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "clamp",
  "timestamp": 1643343740229,
  "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-01-28T04:22:20.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7
2022-01-28T04:22:20.942Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:22:20.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:22:20.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:20.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:22:21.332Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:21.335Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:22:21.335Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a21cbd9-c662-4529-8efe-99a628ccceb7","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"27381854-4185-4dc8-8c30-d4876ee2a9cc","serviceDescription":"service","serviceInvariantUUID":"9a95917a-abea-4a90-a36b-e316656a0590","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7998e2d4-0dbb-472b-bb0a-aa1f87c0c198","resourceInvariantUUID":"239c3d5c-2b26-4396-9efa-1961da8f9473","resourceCustomizationUUID":"487cd578-0fbd-41bd-a199-56cc7f9eb48b","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":"NDAxMDBiYTYwZjVkZGM5NWViNGRmMjc4YmQ3NjYwMGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46dbea6c-0aaf-426c-8034-c357335b842f","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":"ZjU5NzEzZWI5YWU4Yzc0Y2NhMzVlZjRiOGRmY2I2ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e5f9889f-df38-403a-8716-48d2d5aff5a0","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":"9d3c985f-7c84-4d67-b517-e3340d088b6a","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":"a3d43e84-a525-4856-9a46-ac08be9daaea","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":"2b7f0382-f485-4851-a26f-52a20dfabd49","artifactVersion":"2","generatedFromUUID":"9d3c985f-7c84-4d67-b517-e3340d088b6a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWRiNDA3YjRhM2Q1MDI0ZGI4NWMzNDM4YWE1MzUzMzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b513d2c8-8331-477a-9cb2-86b92c3e8024","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Yjc5Njc0MjYwYmJhNjE2MjVhNmRiMmE1NzBmOTM1Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b071c936-ee24-4829-b4c8-4ffe0d4f71a1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:22:21.337Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:22:21.338Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:21.341Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:21.341Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:21.441Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:21.441Z||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-01-28T04:22:21.442Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:21.454Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:21.455Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:22.341Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:22:22.342Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:22.344Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:22.344Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:22:22.444Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:22.445Z||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-01-28T04:22:22.445Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:22.459Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:22.459Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:23.344Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:22:23.345Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:23.347Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:23.347Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:22:23.447Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:22:23.448Z||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-01-28T04:22:23.448Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:23.461Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:23.462Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:24.348Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:22:24.349Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:24.351Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:24.351Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:24.451Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:24.452Z||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-01-28T04:22:24.452Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:24.465Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:24.465Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:22:25.352Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:22:25.353Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:25.356Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:25.356Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-28T04:22:25.456Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:25.457Z||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-01-28T04:22:25.457Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:25.471Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:25.471Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:26.357Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:22:26.357Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:26.359Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:26.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:22:26.460Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:22:26.461Z||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-01-28T04:22:26.461Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:26.474Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:26.475Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:27.360Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:22:27.361Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:27.363Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:27.363Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:22:27.463Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:22:27.464Z||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-01-28T04:22:27.465Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:27.478Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:27.479Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:28.365Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "27381854-4185-4dc8-8c30-d4876ee2a9cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9a95917a-abea-4a90-a36b-e316656a0590",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "487cd578-0fbd-41bd-a199-56cc7f9eb48b",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7998e2d4-0dbb-472b-bb0a-aa1f87c0c198",
      "resourceInvariantUUID": "239c3d5c-2b26-4396-9efa-1961da8f9473",
      "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": "ZjU5NzEzZWI5YWU4Yzc0Y2NhMzVlZjRiOGRmY2I2ZGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e5f9889f-df38-403a-8716-48d2d5aff5a0",
          "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": "9d3c985f-7c84-4d67-b517-e3340d088b6a",
          "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": "2b7f0382-f485-4851-a26f-52a20dfabd49",
            "generatedFromUUID": "9d3c985f-7c84-4d67-b517-e3340d088b6a"
          },
          "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": "2b7f0382-f485-4851-a26f-52a20dfabd49",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Yjc5Njc0MjYwYmJhNjE2MjVhNmRiMmE1NzBmOTM1Nzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b071c936-ee24-4829-b4c8-4ffe0d4f71a1"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:22:28.365Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:22:28.366Z|77a0bf3d-571f-4181-b3e5-62c0a1b396b0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 27381854-4185-4dc8-8c30-d4876ee2a9cc ASDC
2022-01-28T04:22:28.366Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:3a21cbd9-c662-4529-8efe-99a628ccceb7
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:27381854-4185-4dc8-8c30-d4876ee2a9cc
ServiceInvariantUUID:9a95917a-abea-4a90-a36b-e316656a0590
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:b071c936-ee24-4829-b4c8-4ffe0d4f71a1
ArtifactChecksum:Yjc5Njc0MjYwYmJhNjE2MjVhNmRiMmE1NzBmOTM1Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:487cd578-0fbd-41bd-a199-56cc7f9eb48b
ResourceInvariantUUID:239c3d5c-2b26-4396-9efa-1961da8f9473
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:7998e2d4-0dbb-472b-bb0a-aa1f87c0c198
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:e5f9889f-df38-403a-8716-48d2d5aff5a0
ArtifactChecksum:ZjU5NzEzZWI5YWU4Yzc0Y2NhMzVlZjRiOGRmY2I2ZGI=
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:9d3c985f-7c84-4d67-b517-e3340d088b6a
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:2b7f0382-f485-4851-a26f-52a20dfabd49
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:2b7f0382-f485-4851-a26f-52a20dfabd49
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:22:28.366Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27381854-4185-4dc8-8c30-d4876ee2a9cc 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-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b071c936-ee24-4829-b4c8-4ffe0d4f71a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:22:28.395Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-28T04:22:28.803Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b071c936-ee24-4829-b4c8-4ffe0d4f71a1 71041
2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:22:28.809Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:28.811Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:28.811Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343748809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:28.911Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:28.912Z||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-01-28T04:22:28.913Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:28.925Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:28.925Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:29.811Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:22:29.812Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b071c936-ee24-4829-b4c8-4ffe0d4f71a1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-01-28T04:22:29.813Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-01-28T04:22:30.037Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18037251906269989729/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-01-28T04:22:31.265Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-BasicVm-csar.csar
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:22:31.266Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.267Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:31.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-28T04:22:31.269Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d0ec91b4-8ed0-46c2-b79d-414b362365ce
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:31.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:27381854-4185-4dc8-8c30-d4876ee2a9cc
Model Version:NULL
Model InvariantUuid:9a95917a-abea-4a90-a36b-e316656a0590
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:3d4e7b95-0c2a-4be1-95b2-63d53fe9e976
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:239c3d5c-2b26-4396-9efa-1961da8f9473
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:487cd578-0fbd-41bd-a199-56cc7f9eb48b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:020710a9-b9e1-4a84-b903-cc069e4df4bf
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:0eb86ede-2bf1-4204-967e-5d2decfc7c69
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d0ec91b4-8ed0-46c2-b79d-414b362365ce
ModelInvariantUuid:dd456c30-e63e-4245-b208-e13b76619568
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ad0f2a4a-8249-47ad-90d5-245e57aad427
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:75d58a1a-f429-4be0-b987-3f91845ab718
ModelInvariantUuid:f4881b07-6377-4404-b198-f925cd21f5bd
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:1cf42852-df96-4cfc-8207-99c9b6280d83
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-01-28T04:22:31.275Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198
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-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198
2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e5f9889f-df38-403a-8716-48d2d5aff5a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:22:31.277Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.497Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:22:31.497Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e5f9889f-df38-403a-8716-48d2d5aff5a0 787
2022-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:22:31.498Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:31.500Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:31.500Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343751498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:31.600Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:31.601Z||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-01-28T04:22:31.601Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:31.615Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:31.615Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:32.500Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "020710a9-b9e1-4a84-b903-cc069e4df4bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0eb86ede-2bf1-4204-967e-5d2decfc7c69",
    "vfModuleModelCustomizationUUID": "f69522e8-3247-4685-a669-6a7087e98cc6",
    "isBase": true,
    "artifacts": [
      "9d3c985f-7c84-4d67-b517-e3340d088b6a",
      "2b7f0382-f485-4851-a26f-52a20dfabd49"
    ],
    "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-01-28T04:22:32.506Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0eb86ede-2bf1-4204-967e-5d2decfc7c69
VfModuleModelInvariantUUID:020710a9-b9e1-4a84-b903-cc069e4df4bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d3c985f-7c84-4d67-b517-e3340d088b6a
,
2b7f0382-f485-4851-a26f-52a20dfabd49

}
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-01-28T04:22:32.508Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "020710a9-b9e1-4a84-b903-cc069e4df4bf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0eb86ede-2bf1-4204-967e-5d2decfc7c69",
    "vfModuleModelCustomizationUUID": "f69522e8-3247-4685-a669-6a7087e98cc6",
    "isBase": true,
    "artifacts": [
      "9d3c985f-7c84-4d67-b517-e3340d088b6a",
      "2b7f0382-f485-4851-a26f-52a20dfabd49"
    ],
    "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-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0eb86ede-2bf1-4204-967e-5d2decfc7c69
VfModuleModelInvariantUUID:020710a9-b9e1-4a84-b903-cc069e4df4bf
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d3c985f-7c84-4d67-b517-e3340d088b6a
,
2b7f0382-f485-4851-a26f-52a20dfabd49

}
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-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9d3c985f-7c84-4d67-b517-e3340d088b6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:22:32.509Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:32.848Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9d3c985f-7c84-4d67-b517-e3340d088b6a 5033
2022-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:22:32.849Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:32.851Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:32.851Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343752849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:32.952Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:32.952Z||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-01-28T04:22:32.953Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:32.965Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:32.965Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:33.852Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b7f0382-f485-4851-a26f-52a20dfabd49 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-01-28T04:22:33.852Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:22:33.853Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:34.142Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:22:34.142Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2b7f0382-f485-4851-a26f-52a20dfabd49 903
2022-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:22:34.143Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:34.145Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:34.145Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343754143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:22:34.245Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:34.246Z||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-01-28T04:22:34.246Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:34.259Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:34.260Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:35.146Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 27381854-4185-4dc8-8c30-d4876ee2a9cc
2022-01-28T04:22:35.147Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198 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-01-28T04:22:35.161Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@242d4407, org.onap.sdc.toscaparser.api.parameters.Input@47c58749, org.onap.sdc.toscaparser.api.parameters.Input@1ca80f14, org.onap.sdc.toscaparser.api.parameters.Input@36b87eee, org.onap.sdc.toscaparser.api.parameters.Input@78fb1942]
2022-01-28T04:22:35.163Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 487cd578-0fbd-41bd-a199-56cc7f9eb48b
2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 487cd578-0fbd-41bd-a199-56cc7f9eb48b matches Tosca VF Customization UUID: 487cd578-0fbd-41bd-a199-56cc7f9eb48b
2022-01-28T04:22:35.164Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 487cd578-0fbd-41bd-a199-56cc7f9eb48b  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-01-28T04:22:35.166Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.166Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 487cd578-0fbd-41bd-a199-56cc7f9eb48b: {\"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-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@575f40f2
2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f69522e8-3247-4685-a669-6a7087e98cc6
2022-01-28T04:22:35.167Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f69522e8-3247-4685-a669-6a7087e98cc6
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-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.169Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-01-28T04:22:35.170Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-28T04:22:35.170Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-28T04:22:35.170Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d0ec91b4-8ed0-46c2-b79d-414b362365ce
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-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:22:35.171Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.172Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-01-28T04:22:35.172Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=487cd578-0fbd-41bd-a199-56cc7f9eb48b
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-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 27381854-4185-4dc8-8c30-d4876ee2a9cc: basic_vm
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.173Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.174Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:22:35.174Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:22:35.174Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7998e2d4-0dbb-472b-bb0a-aa1f87c0c198 1 ASDC deployResourceStructure
2022-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:22:35.268Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:35.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:35.270Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343755268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:22:35.370Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:35.371Z||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-01-28T04:22:35.371Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:35.385Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:35.386Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:36.271Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:36.271Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:36.271Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:22:36.272Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:36.274Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:36.274Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343756270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:22:36.374Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:36.375Z||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-01-28T04:22:36.375Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:36.392Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:36.393Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:37.275Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:37.276Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||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-01-28T04:22:37.276Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:22:37.276Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:37.278Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:37.278Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343757275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:22:37.378Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:37.379Z||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-01-28T04:22:37.379Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:37.391Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:37.392Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:22:38.279Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-01-28T04:22:38.280Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-01-28T04:22:38.280Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:22:38.280Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:22:38.282Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:22:38.283Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343758279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:22:38.383Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:22:38.384Z||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-01-28T04:22:38.384Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:22:38.397Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:22:38.397Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:22:39.284Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:22:39.295Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:22:39.298Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:22:39.303Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:23:09.303Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:23:09.307Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a21cbd9-c662-4529-8efe-99a628ccceb7 and serviceModelVersionId: 27381854-4185-4dc8-8c30-d4876ee2a9cc
2022-01-28T04:23:09.308Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a95917a-abea-4a90-a36b-e316656a0590
2022-01-28T04:23:09.308Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0
2022-01-28T04:23:09.312Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:23:09.338Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?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-01-28T04:23:09.338Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0|INFO|500||Invoke
2022-01-28T04:23:09.353Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:23:09.374Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:23:09.374Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:23:09:359-57329], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:23:09 GMT], Content-Type=[application/json]}
2022-01-28T04:23:09.375Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc","ERR.5.4.6114"]}}}

2022-01-28T04:23:09.378Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114)
2022-01-28T04:23:09.379Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:23:09.379Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114)
2022-01-28T04:23:09.379Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114)
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-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|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-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a21cbd9-c662-4529-8efe-99a628ccceb7 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec=ERR.5.4.6114)
2022-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:23:09.383Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:09.385Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:09.385Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343789383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:23:09.485Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:09.486Z||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-01-28T04:23:09.486Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:09.509Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:09.509Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-28T04:23:10.396Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:23:10.397Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c094124-c7e6-43ca-81e0-88e7da7dcbc6","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"11a46a16-21bb-41ce-a5a2-1aa40fbd1aad","serviceDescription":"service","serviceInvariantUUID":"54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"03371592-95a5-4a23-957c-767bc5b77453","resourceInvariantUUID":"35aa21ae-0e92-4532-a977-2ca8a8863e41","resourceCustomizationUUID":"c0b499c1-9cc3-45f8-b924-2591f2e287e4","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":"674088b1-d0e4-46b9-bdc3-37af0161bf2a","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":"NmVlODhmODM5NDRiZGUyYjI3ZWNjMDZkYzFiYjFmYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2deeb57f-80e1-4704-a8d2-6d32eb566564","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":"OThmOWVkMTY5Y2IxNDBkMThjY2YxNzRjYjNjNDFhODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"980f9d8b-b27d-47ca-9e1d-3fe5a089abeb","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":"db41c089-cdd7-4bd2-9769-8b0d2a237315","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":"15f4ab6a-07f2-4fd8-9c9a-7163a4e0894e","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":"127aa433-c992-4f12-86aa-dd9af98715d2","artifactVersion":"2","generatedFromUUID":"db41c089-cdd7-4bd2-9769-8b0d2a237315"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NjlmN2RlODc1ZjEyMWRjMDc2MWViYTUwNDcxM2I4MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fdcb7dae-d07a-40eb-b059-e1f3bdd638ff","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDFhZDRlNjVmNDViNmEzNTJkNmRiMDA2NzVlYzBkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f514b402-0856-4772-9a15-8669c2c0dc5c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:23:10.398Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:10.398Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:10.399Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:10.400Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:23:10.500Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:10.501Z||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-01-28T04:23:10.501Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:10.515Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:10.516Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:11.400Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:11.401Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:11.402Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:11.403Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:23:11.503Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:11.503Z||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-01-28T04:23:11.504Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:11.517Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:11.518Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:12.403Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:12.405Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:12.407Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:12.407Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:23:12.507Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:12.508Z||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-01-28T04:23:12.508Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:12.522Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:12.522Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:13.408Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:13.409Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:13.411Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:13.411Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:23:13.511Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:13.512Z||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-01-28T04:23:13.512Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:13.525Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:13.526Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:14.412Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:14.412Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:14.414Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:14.415Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:23:14.515Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:14.515Z||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-01-28T04:23:14.515Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:14.528Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:14.528Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:15.415Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:15.416Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:15.417Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:15.417Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-28T04:23:15.517Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:15.518Z||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-01-28T04:23:15.519Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:15.533Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:15.533Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:16.417Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:16.418Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:16.421Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:16.421Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:23:16.521Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:16.522Z||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-01-28T04:23:16.522Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:16.535Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:16.536Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:17.421Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:23:17.422Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:17.425Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:17.425Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:23:17.525Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:17.525Z||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-01-28T04:23:17.525Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:17.538Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:17.538Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:23:18.427Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "11a46a16-21bb-41ce-a5a2-1aa40fbd1aad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "c0b499c1-9cc3-45f8-b924-2591f2e287e4",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "03371592-95a5-4a23-957c-767bc5b77453",
      "resourceInvariantUUID": "35aa21ae-0e92-4532-a977-2ca8a8863e41",
      "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": "OThmOWVkMTY5Y2IxNDBkMThjY2YxNzRjYjNjNDFhODk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "980f9d8b-b27d-47ca-9e1d-3fe5a089abeb",
          "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": "db41c089-cdd7-4bd2-9769-8b0d2a237315",
          "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": "127aa433-c992-4f12-86aa-dd9af98715d2",
            "generatedFromUUID": "db41c089-cdd7-4bd2-9769-8b0d2a237315"
          },
          "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": "127aa433-c992-4f12-86aa-dd9af98715d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZDFhZDRlNjVmNDViNmEzNTJkNmRiMDA2NzVlYzBkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f514b402-0856-4772-9a15-8669c2c0dc5c"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:23:18.427Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:23:18.427Z|3a21cbd9-c662-4529-8efe-99a628ccceb7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad ASDC
2022-01-28T04:23:18.428Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:4c094124-c7e6-43ca-81e0-88e7da7dcbc6
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:11a46a16-21bb-41ce-a5a2-1aa40fbd1aad
ServiceInvariantUUID:54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe
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:f514b402-0856-4772-9a15-8669c2c0dc5c
ArtifactChecksum:ZDFhZDRlNjVmNDViNmEzNTJkNmRiMDA2NzVlYzBkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:c0b499c1-9cc3-45f8-b924-2591f2e287e4
ResourceInvariantUUID:35aa21ae-0e92-4532-a977-2ca8a8863e41
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:03371592-95a5-4a23-957c-767bc5b77453
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:980f9d8b-b27d-47ca-9e1d-3fe5a089abeb
ArtifactChecksum:OThmOWVkMTY5Y2IxNDBkMThjY2YxNzRjYjNjNDFhODk=
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:db41c089-cdd7-4bd2-9769-8b0d2a237315
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:127aa433-c992-4f12-86aa-dd9af98715d2
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:127aa433-c992-4f12-86aa-dd9af98715d2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:23:18.428Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad 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-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f514b402-0856-4772-9a15-8669c2c0dc5c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:23:18.456Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-28T04:23:18.738Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:23:18.743Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar f514b402-0856-4772-9a15-8669c2c0dc5c 73643
2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:23:18.744Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:18.746Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:18.746Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343798744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:23:18.846Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:18.847Z||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-01-28T04:23:18.847Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:18.860Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:18.861Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:23:19.746Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:23:19.748Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:23:19.748Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f514b402-0856-4772-9a15-8669c2c0dc5c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-28T04:23:19.748Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-01-28T04:23:19.749Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-28T04:23:19.749Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-28T04:23:19.830Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9936279742798552106/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-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.637Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-Basicclamp-csar.csar
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:20.638Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:23:20.639Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce6341d3-7b11-4533-823b-88e7e9f2d7b0
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:20.640Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:11a46a16-21bb-41ce-a5a2-1aa40fbd1aad
Model Version:NULL
Model InvariantUuid:54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:d78ff33e-3fc8-4e96-9268-ff7f09a8d491
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:35aa21ae-0e92-4532-a977-2ca8a8863e41
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c0b499c1-9cc3-45f8-b924-2591f2e287e4
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:461f5ae8-d644-4282-9ff9-8088f927d088
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:9fad4abe-15da-4d8c-af55-ecd29c14ab2c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ce6341d3-7b11-4533-823b-88e7e9f2d7b0
ModelInvariantUuid:0fd60cf2-b211-4efe-b594-0c37c80af7f4
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:421d1435-f8f4-482a-9377-3fc9cddd49c3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:07d9b342-4ec5-4ee5-af90-0b29e814b284
ModelInvariantUuid:631b9922-f4d9-4a12-bc2f-1d3fd2fa2f27
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:a9c9722d-329d-438d-aaae-ed45f50af039
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-01-28T04:23:20.646Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 03371592-95a5-4a23-957c-767bc5b77453
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-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||basicclamp 0
2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 03371592-95a5-4a23-957c-767bc5b77453
2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 980f9d8b-b27d-47ca-9e1d-3fe5a089abeb from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:23:20.648Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-01-28T04:23:20.694Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:23:20.694Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 980f9d8b-b27d-47ca-9e1d-3fe5a089abeb 790
2022-01-28T04:23:20.694Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.695Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:20.695Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:23:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:23:20.695Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:20.696Z||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-01-28T04:23:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:20.698Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:20.698Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343800694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:23:20.714Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:20.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:23:20.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:23:20.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:23:20.798Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:20.798Z||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-01-28T04:23:20.798Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:20.811Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:20.811Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:21.698Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "461f5ae8-d644-4282-9ff9-8088f927d088",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fad4abe-15da-4d8c-af55-ecd29c14ab2c",
    "vfModuleModelCustomizationUUID": "4d600a6e-4ac5-4ed7-adef-890d47b6f01e",
    "isBase": true,
    "artifacts": [
      "db41c089-cdd7-4bd2-9769-8b0d2a237315",
      "127aa433-c992-4f12-86aa-dd9af98715d2"
    ],
    "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-01-28T04:23:21.704Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fad4abe-15da-4d8c-af55-ecd29c14ab2c
VfModuleModelInvariantUUID:461f5ae8-d644-4282-9ff9-8088f927d088
VfModuleModelDescription:NULL
Artifacts UUID List:{
db41c089-cdd7-4bd2-9769-8b0d2a237315
,
127aa433-c992-4f12-86aa-dd9af98715d2

}
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-01-28T04:23:21.706Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "461f5ae8-d644-4282-9ff9-8088f927d088",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9fad4abe-15da-4d8c-af55-ecd29c14ab2c",
    "vfModuleModelCustomizationUUID": "4d600a6e-4ac5-4ed7-adef-890d47b6f01e",
    "isBase": true,
    "artifacts": [
      "db41c089-cdd7-4bd2-9769-8b0d2a237315",
      "127aa433-c992-4f12-86aa-dd9af98715d2"
    ],
    "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-01-28T04:23:21.706Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9fad4abe-15da-4d8c-af55-ecd29c14ab2c
VfModuleModelInvariantUUID:461f5ae8-d644-4282-9ff9-8088f927d088
VfModuleModelDescription:NULL
Artifacts UUID List:{
db41c089-cdd7-4bd2-9769-8b0d2a237315
,
127aa433-c992-4f12-86aa-dd9af98715d2

}
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-01-28T04:23:21.707Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db41c089-cdd7-4bd2-9769-8b0d2a237315 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-28T04:23:21.707Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:23:21.707Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-01-28T04:23:21.753Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:23:21.753Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml db41c089-cdd7-4bd2-9769-8b0d2a237315 5033
2022-01-28T04:23:21.753Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:21.754Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:21.754Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:23:21.754Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:21.756Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:21.756Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343801753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:23:21.856Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:21.857Z||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-01-28T04:23:21.857Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:21.871Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:21.872Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:22.757Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 127aa433-c992-4f12-86aa-dd9af98715d2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-28T04:23:22.757Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:23:22.757Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-01-28T04:23:22.807Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:23:22.808Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 127aa433-c992-4f12-86aa-dd9af98715d2 909
2022-01-28T04:23:22.808Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:22.808Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:22.809Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:23:22.809Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:22.811Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:22.811Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343802808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:23:22.911Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:22.912Z||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-01-28T04:23:22.912Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:22.926Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:22.927Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:23.812Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad
2022-01-28T04:23:23.813Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 03371592-95a5-4a23-957c-767bc5b77453 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-01-28T04:23:23.827Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@189d856e, org.onap.sdc.toscaparser.api.parameters.Input@704bc91c, org.onap.sdc.toscaparser.api.parameters.Input@1c6b32c6, org.onap.sdc.toscaparser.api.parameters.Input@639ca34c, org.onap.sdc.toscaparser.api.parameters.Input@17defca4]
2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c0b499c1-9cc3-45f8-b924-2591f2e287e4
2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c0b499c1-9cc3-45f8-b924-2591f2e287e4 matches Tosca VF Customization UUID: c0b499c1-9cc3-45f8-b924-2591f2e287e4
2022-01-28T04:23:23.829Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c0b499c1-9cc3-45f8-b924-2591f2e287e4  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-01-28T04:23:23.831Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.831Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c0b499c1-9cc3-45f8-b924-2591f2e287e4: {\"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-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a4b6696
2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:23:23.832Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4d600a6e-4ac5-4ed7-adef-890d47b6f01e
2022-01-28T04:23:23.833Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4d600a6e-4ac5-4ed7-adef-890d47b6f01e
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-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.835Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-01-28T04:23:23.836Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ce6341d3-7b11-4533-823b-88e7e9f2d7b0
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-01-28T04:23:23.838Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.838Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-01-28T04:23:23.839Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=c0b499c1-9cc3-45f8-b924-2591f2e287e4
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-01-28T04:23:23.840Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.840Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad: basicclamp
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:23:23.841Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 03371592-95a5-4a23-957c-767bc5b77453 1 ASDC deployResourceStructure
2022-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:23.899Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:23:23.900Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:23.901Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:23.901Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343803899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:23:24.002Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:23:24.003Z||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-01-28T04:23:24.003Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:24.017Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:24.018Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:23:24.903Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:24.905Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:24.905Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343804902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:23:25.006Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:23:25.007Z||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-01-28T04:23:25.007Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:25.021Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:25.022Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:25.906Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:25.906Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||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-01-28T04:23:25.907Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:23:25.907Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:25.908Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:25.908Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343805906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:23:26.008Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:26.009Z||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-01-28T04:23:26.009Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:26.023Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:26.023Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:23:26.909Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:23:26.911Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:23:26.911Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343806909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:23:27.011Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:23:27.012Z||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-01-28T04:23:27.012Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:23:27.044Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:23:27.045Z||pool-55-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:23:27.912Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:23:27.922Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:23:27.924Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:23:27.925Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:23:27.925Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:23:57.925Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:23:57.934Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:23:57.938Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:23:57.938Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:23:57.938Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:24:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:24:20.696Z||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-01-28T04:24:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:24:20.718Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:24:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:24:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343740937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:24:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:24:27.939Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:24:27.948Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:24:27.951Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:24:27.951Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:24:27.951Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:24:57.952Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:24:57.961Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:24:57.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:24:57.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:24:57.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:25:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:25:20.696Z||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-01-28T04:25:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:25:20.725Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:25:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343741041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "cds",
  "timestamp": 1643343741946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:25:20.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
2022-01-28T04:25:20.737Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343742055,
  "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-01-28T04:25:20.749Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a21cbd9-c662-4529-8efe-99a628ccceb7
2022-01-28T04:25:20.749Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a21cbd9-c662-4529-8efe-99a628ccceb7 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-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343724690,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343743057,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343743635,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343729944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343744644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "policy-id",
  "timestamp": 1643343745647,
  "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-01-28T04:25:20.765Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
2022-01-28T04:25:20.765Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343725840,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343748809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343731153,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343751498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343743887,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343752216,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343752490,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343752849,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343752946,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343753219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343753646,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343754143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343754835,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343755268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343748102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343755851,
  "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-01-28T04:25:20.790Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
2022-01-28T04:25:20.790Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343756270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343756290,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343756807,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343756853,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343757275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343757293,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343757360,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343758279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "clamp",
  "timestamp": 1643343758297,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:25:20.801Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
2022-01-28T04:25:20.802Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "aai-ml",
  "timestamp": 1643343758364,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:25:20.816Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
2022-01-28T04:25:20.816Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343758785,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:25:20.824Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343759788,
  "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-01-28T04:25:20.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
2022-01-28T04:25:20.829Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:20.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3a21cbd9-c662-4529-8efe-99a628ccceb7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343789383,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d3a21cbd9-c662-4529-8efe-99a628ccceb7 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9a95917a-abea-4a90-a36b-e316656a0590/model-vers/model-ver/27381854-4185-4dc8-8c30-d4876ee2a9cc) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343740693,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:25:20.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343798744,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:25:20.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:25:27.965Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:25:27.974Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:25:27.977Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:25:27.977Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:25:27.977Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:25:27.978Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:25:27.978Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:25:27.978Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:25:27.983Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:25:57.984Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 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-01-28T04:25:57.989Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 and serviceModelVersionId: 11a46a16-21bb-41ce-a5a2-1aa40fbd1aad
2022-01-28T04:25:57.989Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe
2022-01-28T04:25:57.990Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0
2022-01-28T04:25:57.997Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:25:58.022Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|INFO|500||Invoke
2022-01-28T04:25:58.023Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4c094124-c7e6-43ca-81e0-88e7da7dcbc6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d98e4d8d-5a41-4ab4-b587-89d8772b51e1], X-ECOMP-RequestID=[4c094124-c7e6-43ca-81e0-88e7da7dcbc6], X-TransactionId=[], X-ONAP-RequestID=[4c094124-c7e6-43ca-81e0-88e7da7dcbc6], Content-Type=[application/merge-patch+json]}
2022-01-28T04:25:58.047Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:25:58.142Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?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/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:25:58:053-55625], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:25:58 GMT], Content-Type=[application/json]}
2022-01-28T04:25:58.143Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad","ERR.5.4.6114"]}}}

2022-01-28T04:25:58.144Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114)
2022-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114)
2022-01-28T04:25:58.149Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114)
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-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c094124-c7e6-43ca-81e0-88e7da7dcbc6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec=ERR.5.4.6114)
2022-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:25:58.154Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:25:58.156Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:25:58.156Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343958154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:25:58.256Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:25:58.257Z||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-01-28T04:25:58.257Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:25:58.272Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:25:58.273Z||pool-56-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-01-28T04:25:59.167Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:25:59.167Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-01-28T04:25:59.168Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:09.534Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:09.534Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:26:09.535Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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-01-28T04:26:09.535Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:17.469Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:17.470Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:26:17.471Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dcce4a61-ed99-43d3-86c8-953b855d3c9d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"356b83d4-9887-4451-b52e-7293d97af304","serviceDescription":"service","serviceInvariantUUID":"ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd7bfb08-b4e1-48b8-b628-2719e6031489","resourceInvariantUUID":"9f568873-99a5-44c3-9832-dea7d39be45b","resourceCustomizationUUID":"209bec89-7e4f-4da8-ac64-c62c95b2235e","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":"MGNjYmI1MGJjNWYyY2Q0YWM1YzIyMjIzYjYzYmMzZmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87be5934-a24a-4843-8fe8-fcff744e5fbf","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":"af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7","artifactVersion":"2","generatedFromUUID":"01827668-c19a-4726-be55-ae42c1c9961e"},{"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":"01827668-c19a-4726-be55-ae42c1c9961e","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":"ZDM2YTI4OGY0MjUzNThjZjBhNzlmNmViZDA4NzRjMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5758674f-985c-4b83-bdab-783529b4e243","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":"b3e5e6fa-3172-4465-857c-8c9a5638eb66","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":"8111bc3f-477d-4b74-bfb9-6baec78facd9","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":"fb9dcd23-5f05-42af-a575-a0cfd9ac9438","artifactVersion":"2","generatedFromUUID":"b3e5e6fa-3172-4465-857c-8c9a5638eb66"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzZiOWNjZjFhNTk3NzcwOTJkMTViZGVhNTRkYTRhOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c46e2f08-1b19-4a15-a273-4710a1796e7d","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTdhNGExNGJkZTcyYWU1MzYwMDYxZTM5NTcyOTJjMzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbc22b6b-652a-4147-8043-b3fbe2111fa6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:26:17.473Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:17.473Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:17.475Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:17.475Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:26:17.576Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:26:17.576Z||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-01-28T04:26:17.576Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:17.590Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:17.591Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:26:18.476Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:18.477Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:18.478Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:18.478Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-28T04:26:18.579Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:26:18.580Z||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-01-28T04:26:18.580Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:18.592Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:18.593Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:19.479Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:19.480Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:19.483Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:19.483Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-28T04:26:19.583Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:19.584Z||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-01-28T04:26:19.584Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:19.598Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:19.598Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:20.483Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:20.484Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:20.487Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:20.487Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:26:20.587Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:26:20.587Z||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-01-28T04:26:20.588Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:20.600Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:20.600Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:26:20.695Z||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-01-28T04:26:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:20.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:20.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:26:20.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343800694,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:20.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343801753,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:20.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:26:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343802808,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:20.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343803899,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343804902,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:26:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343805906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:26:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:26:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343806909,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:26:21.487Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:21.488Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:21.490Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:21.490Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:26:21.590Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:21.591Z||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-01-28T04:26:21.591Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:21.603Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:21.604Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:22.490Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:22.491Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:22.493Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:22.494Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:26:22.594Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:22.595Z||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-01-28T04:26:22.595Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:22.607Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:22.607Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:23.494Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:23.496Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:23.498Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:23.498Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-28T04:26:23.598Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:23.599Z||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-01-28T04:26:23.599Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:23.610Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:23.611Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:24.499Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:24.499Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:24.501Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:24.501Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:26:24.601Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:24.602Z||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-01-28T04:26:24.602Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:24.614Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:24.614Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:25.501Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:26:25.502Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:25.504Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:25.504Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:26:25.605Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:26:25.605Z||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-01-28T04:26:25.606Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:25.617Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:25.618Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:26.506Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "356b83d4-9887-4451-b52e-7293d97af304",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "209bec89-7e4f-4da8-ac64-c62c95b2235e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd7bfb08-b4e1-48b8-b628-2719e6031489",
      "resourceInvariantUUID": "9f568873-99a5-44c3-9832-dea7d39be45b",
      "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": "af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7",
          "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": "01827668-c19a-4726-be55-ae42c1c9961e",
          "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": "ZDM2YTI4OGY0MjUzNThjZjBhNzlmNmViZDA4NzRjMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5758674f-985c-4b83-bdab-783529b4e243",
          "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": "b3e5e6fa-3172-4465-857c-8c9a5638eb66",
          "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": "fb9dcd23-5f05-42af-a575-a0cfd9ac9438",
            "generatedFromUUID": "b3e5e6fa-3172-4465-857c-8c9a5638eb66"
          },
          "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": "fb9dcd23-5f05-42af-a575-a0cfd9ac9438",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NTdhNGExNGJkZTcyYWU1MzYwMDYxZTM5NTcyOTJjMzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbc22b6b-652a-4147-8043-b3fbe2111fa6"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:26:26.507Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:26:26.507Z|4c094124-c7e6-43ca-81e0-88e7da7dcbc6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 356b83d4-9887-4451-b52e-7293d97af304 ASDC
2022-01-28T04:26:26.507Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dcce4a61-ed99-43d3-86c8-953b855d3c9d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:356b83d4-9887-4451-b52e-7293d97af304
ServiceInvariantUUID:ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc
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:dbc22b6b-652a-4147-8043-b3fbe2111fa6
ArtifactChecksum:NTdhNGExNGJkZTcyYWU1MzYwMDYxZTM5NTcyOTJjMzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:209bec89-7e4f-4da8-ac64-c62c95b2235e
ResourceInvariantUUID:9f568873-99a5-44c3-9832-dea7d39be45b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:dd7bfb08-b4e1-48b8-b628-2719e6031489
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:af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7
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:01827668-c19a-4726-be55-ae42c1c9961e
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:5758674f-985c-4b83-bdab-783529b4e243
ArtifactChecksum:ZDM2YTI4OGY0MjUzNThjZjBhNzlmNmViZDA4NzRjMGI=
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:b3e5e6fa-3172-4465-857c-8c9a5638eb66
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:fb9dcd23-5f05-42af-a575-a0cfd9ac9438
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:fb9dcd23-5f05-42af-a575-a0cfd9ac9438
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:26:26.507Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 356b83d4-9887-4451-b52e-7293d97af304 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-01-28T04:26:26.531Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dbc22b6b-652a-4147-8043-b3fbe2111fa6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:26:26.532Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-28T04:26:27.238Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:26:27.241Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dbc22b6b-652a-4147-8043-b3fbe2111fa6 68936
2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:26:27.242Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:27.244Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:27.244Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343987242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:27.344Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:27.345Z||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-01-28T04:26:27.345Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:27.358Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:27.359Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:28.245Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:26:28.246Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:26:28.246Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dbc22b6b-652a-4147-8043-b3fbe2111fa6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:28.247Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-01-28T04:26:28.247Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:28.247Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:28.320Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14978114232522493482/Definitions/service-BasicCnf-template.yml
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-01-28T04:26:29.053Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:26:29.054Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=943d22a9-3789-4ddd-a7f0-e5f2475417df
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.055Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:29.056Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:29.056Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:29.056Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:356b83d4-9887-4451-b52e-7293d97af304
Model Version:NULL
Model InvariantUuid:ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:01dd056e-7e5e-4b3b-8df8-d206f7caaf67
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f568873-99a5-44c3-9832-dea7d39be45b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:209bec89-7e4f-4da8-ac64-c62c95b2235e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08a2fd64-4b7f-49ec-811d-9ad5573ce91f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:0bf849cc-6a0e-4239-8b6d-35a83eee7773
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:943d22a9-3789-4ddd-a7f0-e5f2475417df
ModelInvariantUuid:109e22ce-ef8a-43a4-91c8-a23585941a1b
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:43bc5287-dc92-442c-a5a6-a77ea05a05d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:2ab05964-9061-4713-9d89-e4490a5c64c4
ModelInvariantUuid:39707deb-e5f5-46a3-8e9f-301bb5454977
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a790bfba-08c0-42c1-8b6d-70306ae6bece
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-01-28T04:26:29.063Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: dd7bfb08-b4e1-48b8-b628-2719e6031489
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-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd7bfb08-b4e1-48b8-b628-2719e6031489
2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:26:29.065Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-28T04:26:29.300Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:26:29.300Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env af0cb42e-47bc-44a8-8fdf-d0c3c26ca0b7 12
2022-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:26:29.301Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:29.304Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:29.304Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343989301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:29.404Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:29.404Z||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-01-28T04:26:29.405Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:29.422Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:29.422Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:30.304Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 01827668-c19a-4726-be55-ae42c1c9961e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-28T04:26:30.305Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:26:30.305Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-28T04:26:30.595Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:26:30.595Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 01827668-c19a-4726-be55-ae42c1c9961e 2688
2022-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:26:30.596Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:30.598Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:30.598Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343990596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:30.698Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:30.699Z||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-01-28T04:26:30.699Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:30.712Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:30.713Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:31.599Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5758674f-985c-4b83-bdab-783529b4e243 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-28T04:26:31.600Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:26:31.600Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-28T04:26:31.992Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:26:31.992Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5758674f-985c-4b83-bdab-783529b4e243 828
2022-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:26:31.993Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:31.995Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:31.996Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343991993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:32.096Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:32.096Z||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-01-28T04:26:32.096Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:32.109Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:32.110Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:32.996Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08a2fd64-4b7f-49ec-811d-9ad5573ce91f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0bf849cc-6a0e-4239-8b6d-35a83eee7773",
    "vfModuleModelCustomizationUUID": "561a4bbb-2472-4a09-94b9-286ce70c5ecd",
    "isBase": true,
    "artifacts": [
      "b3e5e6fa-3172-4465-857c-8c9a5638eb66",
      "01827668-c19a-4726-be55-ae42c1c9961e",
      "fb9dcd23-5f05-42af-a575-a0cfd9ac9438"
    ],
    "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-01-28T04:26:33.001Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0bf849cc-6a0e-4239-8b6d-35a83eee7773
VfModuleModelInvariantUUID:08a2fd64-4b7f-49ec-811d-9ad5573ce91f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b3e5e6fa-3172-4465-857c-8c9a5638eb66
,
01827668-c19a-4726-be55-ae42c1c9961e
,
fb9dcd23-5f05-42af-a575-a0cfd9ac9438

}
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-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08a2fd64-4b7f-49ec-811d-9ad5573ce91f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0bf849cc-6a0e-4239-8b6d-35a83eee7773",
    "vfModuleModelCustomizationUUID": "561a4bbb-2472-4a09-94b9-286ce70c5ecd",
    "isBase": true,
    "artifacts": [
      "b3e5e6fa-3172-4465-857c-8c9a5638eb66",
      "01827668-c19a-4726-be55-ae42c1c9961e",
      "fb9dcd23-5f05-42af-a575-a0cfd9ac9438"
    ],
    "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-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0bf849cc-6a0e-4239-8b6d-35a83eee7773
VfModuleModelInvariantUUID:08a2fd64-4b7f-49ec-811d-9ad5573ce91f
VfModuleModelDescription:NULL
Artifacts UUID List:{
b3e5e6fa-3172-4465-857c-8c9a5638eb66
,
01827668-c19a-4726-be55-ae42c1c9961e
,
fb9dcd23-5f05-42af-a575-a0cfd9ac9438

}
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-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b3e5e6fa-3172-4465-857c-8c9a5638eb66 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:26:33.004Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-28T04:26:33.294Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:26:33.294Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b3e5e6fa-3172-4465-857c-8c9a5638eb66 1164
2022-01-28T04:26:33.294Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-01-28T04:26:33.295Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-28T04:26:33.295Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:26:33.295Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:33.297Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:33.297Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343993294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:33.397Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:26:33.398Z||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-01-28T04:26:33.398Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:33.410Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:33.411Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:34.298Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fb9dcd23-5f05-42af-a575-a0cfd9ac9438 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-28T04:26:34.299Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:26:34.299Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-28T04:26:34.545Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:26:34.545Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env fb9dcd23-5f05-42af-a575-a0cfd9ac9438 200
2022-01-28T04:26:34.545Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-01-28T04:26:34.546Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-28T04:26:34.546Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:26:34.546Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:34.548Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:34.548Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343994545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:26:34.648Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:34.649Z||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-01-28T04:26:34.649Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:34.664Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:34.665Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:35.548Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 356b83d4-9887-4451-b52e-7293d97af304
2022-01-28T04:26:35.549Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 dd7bfb08-b4e1-48b8-b628-2719e6031489 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 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-01-28T04:26:35.566Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-01-28T04:26:35.569Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b285c58, org.onap.sdc.toscaparser.api.parameters.Input@32b78ab0, org.onap.sdc.toscaparser.api.parameters.Input@22020ea2, org.onap.sdc.toscaparser.api.parameters.Input@13a8fd81, org.onap.sdc.toscaparser.api.parameters.Input@3a4bb930]
2022-01-28T04:26:35.569Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.569Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 209bec89-7e4f-4da8-ac64-c62c95b2235e
2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 209bec89-7e4f-4da8-ac64-c62c95b2235e matches Tosca VF Customization UUID: 209bec89-7e4f-4da8-ac64-c62c95b2235e
2022-01-28T04:26:35.570Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 209bec89-7e4f-4da8-ac64-c62c95b2235e  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-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 209bec89-7e4f-4da8-ac64-c62c95b2235e: {\"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-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52f29843
2022-01-28T04:26:35.571Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.572Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:26:35.572Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 561a4bbb-2472-4a09-94b9-286ce70c5ecd
2022-01-28T04:26:35.572Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 561a4bbb-2472-4a09-94b9-286ce70c5ecd
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-01-28T04:26:35.573Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.573Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:35.573Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-01-28T04:26:35.574Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=943d22a9-3789-4ddd-a7f0-e5f2475417df
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-01-28T04:26:35.575Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.575Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-01-28T04:26:35.576Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=209bec89-7e4f-4da8-ac64-c62c95b2235e
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-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 356b83d4-9887-4451-b52e-7293d97af304: basic_cnf
2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.577Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:26:35.578Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-28T04:26:35.622Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf dd7bfb08-b4e1-48b8-b628-2719e6031489 1 ASDC deployResourceStructure
2022-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-28T04:26:35.623Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:35.625Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:35.625Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343995622,
  "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-01-28T04:26:35.725Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:35.726Z||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-01-28T04:26:35.726Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:35.739Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:35.739Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-01-28T04:26:36.626Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:36.628Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:36.629Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343996625,
  "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-01-28T04:26:36.728Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:26:36.729Z||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-01-28T04:26:36.729Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:36.742Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:36.743Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:37.629Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-01-28T04:26:37.630Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-01-28T04:26:37.630Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:26:37.630Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:37.631Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:37.631Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343997629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:37.731Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:37.732Z||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-01-28T04:26:37.732Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:37.744Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:37.745Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:26:38.632Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-01-28T04:26:38.632Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-01-28T04:26:38.633Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:26:38.633Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:38.635Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:38.635Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343998631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:38.737Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-01-28T04:26:38.737Z||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-01-28T04:26:38.738Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:38.751Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:38.751Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:39.636Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-01-28T04:26:39.637Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-01-28T04:26:39.637Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:26:39.638Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:39.640Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:39.640Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343999636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:39.740Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:26:39.741Z||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-01-28T04:26:39.741Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:39.753Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:39.753Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:40.641Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-01-28T04:26:40.641Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-01-28T04:26:40.642Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:26:40.642Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:26:40.644Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:26:40.644Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344000640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:26:40.744Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:26:40.745Z||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-01-28T04:26:40.746Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:26:40.762Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:26:40.762Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:26:41.645Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:26:41.656Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:26:41.659Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:26:41.659Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:26:41.659Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:27:11.660Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:27:11.670Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:27:11.673Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:27:11.674Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:27:11.674Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:27:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:27:20.695Z||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-01-28T04:27:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:27:20.724Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:27:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c094124-c7e6-43ca-81e0-88e7da7dcbc6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343958154,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d4c094124-c7e6-43ca-81e0-88e7da7dcbc6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/54b3b1ef-b6fe-4a05-9d59-65e6a488c5fe/model-vers/model-ver/11a46a16-21bb-41ce-a5a2-1aa40fbd1aad) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:27:20.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:27:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:27:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:27:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:27:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:27:41.675Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:27:41.686Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:27:41.688Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:27:41.689Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:27:41.689Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:28:11.689Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:28:11.698Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:28:11.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:28:11.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:28:11.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:28:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:28:20.696Z||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-01-28T04:28:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:28:20.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:28:21.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.241Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343971153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343969944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343971207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343969534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343987242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343987289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343987348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.247Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "cds",
  "timestamp": 1643343988355,
  "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-01-28T04:28:21.255Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d
2022-01-28T04:28:21.255Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343988691,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343989301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343990006,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343990596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343991202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343991993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343992242,
  "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-01-28T04:28:21.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d
2022-01-28T04:28:21.271Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343983887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343993245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343993294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343984690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343993804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343994545,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343994643,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343995622,
  "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-01-28T04:28:21.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343995647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343996625,
  "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-01-28T04:28:21.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "policy-id",
  "timestamp": 1643343996650,
  "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-01-28T04:28:21.288Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d
2022-01-28T04:28:21.289Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343988102,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343997629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343997817,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343998163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343998631,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.296Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.297Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.297Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "aai-ml",
  "timestamp": 1643343999168,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:28:21.301Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d
2022-01-28T04:28:21.301Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.309Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.309Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643343999636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643343999757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643343989944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643343989359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344000640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344000760,
  "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-01-28T04:28:21.315Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d
2022-01-28T04:28:21.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643344001190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643343994248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344002960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "cds",
  "timestamp": 1643344003284,
  "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-01-28T04:28:21.335Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad
2022-01-28T04:28:21.335Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344004133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.343Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344005340,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344006363,
  "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-01-28T04:28:21.351Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad
2022-01-28T04:28:21.351Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.360Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.360Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.360Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344007366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643344008243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643344009254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.361Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.362Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "clamp",
  "timestamp": 1643344010257,
  "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-01-28T04:28:21.367Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dcce4a61-ed99-43d3-86c8-953b855d3c9d
2022-01-28T04:28:21.367Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344004690,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.376Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344013396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344014400,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.377Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "policy-id",
  "timestamp": 1643344015402,
  "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-01-28T04:28:21.381Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad
2022-01-28T04:28:21.381Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.388Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.388Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643343995840,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344013887,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.389Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344023049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643344024245,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344018102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344026803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643344027248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344027385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.390Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "clamp",
  "timestamp": 1643344028251,
  "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-01-28T04:28:21.395Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad
2022-01-28T04:28:21.395Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "aai-ml",
  "timestamp": 1643344028388,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:28:21.408Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad
2022-01-28T04:28:21.408Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:21.417Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344028794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:28:21.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:28:21.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:28:21.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344029798,
  "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-01-28T04:28:21.424Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63b9ebe4-7ff0-4148-bb96-701a459d40ad
2022-01-28T04:28:21.424Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:28:41.701Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:28:41.710Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:28:41.712Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:28:41.713Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:28:41.713Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:28:41.717Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:29:11.717Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d 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-01-28T04:29:11.722Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dcce4a61-ed99-43d3-86c8-953b855d3c9d and serviceModelVersionId: 356b83d4-9887-4451-b52e-7293d97af304
2022-01-28T04:29:11.722Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc
2022-01-28T04:29:11.723Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0
2022-01-28T04:29:11.726Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:29:11.750Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|INFO|500||Invoke
2022-01-28T04:29:11.750Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dcce4a61-ed99-43d3-86c8-953b855d3c9d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb26295b-08d8-43d1-8faa-d460771598b2], X-ECOMP-RequestID=[dcce4a61-ed99-43d3-86c8-953b855d3c9d], X-TransactionId=[], X-ONAP-RequestID=[dcce4a61-ed99-43d3-86c8-953b855d3c9d], Content-Type=[application/merge-patch+json]}
2022-01-28T04:29:11.765Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:29:11.785Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?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/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:29:11:771-16734], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:29:11 GMT], Content-Type=[application/json]}
2022-01-28T04:29:11.786Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304","ERR.5.4.6114"]}}}

2022-01-28T04:29:11.786Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:29:11.788Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114)
2022-01-28T04:29:11.788Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:29:11.789Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114)
2022-01-28T04:29:11.789Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114)
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-01-28T04:29:11.794Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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-01-28T04:29:11.794Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dcce4a61-ed99-43d3-86c8-953b855d3c9d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec=ERR.5.4.6114)
2022-01-28T04:29:11.795Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:29:11.795Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:11.797Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:11.797Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344151795,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:29:11.897Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:11.898Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:29:11.898Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:11.916Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:11.916Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 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-01-28T04:29:12.809Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:29:12.810Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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-01-28T04:29:12.810Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:17.248Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:17.249Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:29:17.249Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"63b9ebe4-7ff0-4148-bb96-701a459d40ad","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f979080f-a47a-4630-8d3d-fb32623218e0","serviceDescription":"service","serviceInvariantUUID":"d1f8f282-e4e6-48de-a3c9-8066b980772f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"693fc126-3984-45d8-bb81-f8067146fd53","resourceInvariantUUID":"6c650e64-bb38-468b-adb5-f91b21bae409","resourceCustomizationUUID":"3c682087-9eba-4b36-9a1e-985fea9f2e48","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":"ZjJiODMxNTVhNGY1ZGM0YzBiYzRlNmQ2ZTQ1YmFiN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9a02145-d8a5-469c-9f9b-6bbaa3d382b9","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":"MWUyOGYwMWFhOTMyNjk4ODA5ODM5MzU5NzI1OTdiNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"292451df-85b1-4caa-ba88-7ff4e48f6bc1","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":"db88ddad-4936-42c1-a462-5259dc9365c2","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":"845af299-7c5c-4847-8c63-f86b9be98e21","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":"9f559a19-732d-4021-9316-b8360716670a","artifactVersion":"2","generatedFromUUID":"db88ddad-4936-42c1-a462-5259dc9365c2"},{"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":"MzA2Yjk0MGY0NWQyNDlkMjhkN2NmMTYzNjg1MzhiYmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d6a0a56-4efb-442c-a241-20f8170afa27","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":"NjcxMjVmZGE0MDFmMmQ3ZDRkN2ZhYTVjZTIxMDBlZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"482f4a08-f8ea-4324-b234-15e892eb7dd0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTA5NDJiMTY3Y2JiZmI0M2RlMWVhYjRjMTM2ZDg5ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3453b92b-149e-4e36-8cf7-2ab01f5c5d5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:29:17.251Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:17.251Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:17.253Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:17.253Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:29:17.353Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:17.353Z||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-01-28T04:29:17.354Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:17.367Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:17.367Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:18.254Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:18.255Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:18.256Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:18.257Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:29:18.357Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:18.358Z||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-01-28T04:29:18.358Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:18.372Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:18.373Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:19.257Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:19.258Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:19.261Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:19.261Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:29:19.361Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:19.362Z||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-01-28T04:29:19.363Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:19.376Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:19.376Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:20.262Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:20.263Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:20.266Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:20.266Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:29:20.366Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:20.367Z||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-01-28T04:29:20.367Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:20.380Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:20.380Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:20.695Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:29:20.695Z||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-01-28T04:29:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:21.266Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:21.267Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:21.269Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:21.270Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-28T04:29:21.319Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dcce4a61-ed99-43d3-86c8-953b855d3c9d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344151795,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddcce4a61-ed99-43d3-86c8-953b855d3c9d Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/ad2c0a36-6791-4e7c-a42e-a1e8da40c7fc/model-vers/model-ver/356b83d4-9887-4451-b52e-7293d97af304) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:29:21.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-28T04:29:21.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:29:21.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:29:21.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:29:21.370Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:21.371Z||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-01-28T04:29:21.371Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:21.385Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:21.385Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:22.270Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:22.271Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:22.273Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:22.274Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:29:22.373Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:29:22.374Z||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-01-28T04:29:22.374Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:22.387Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:22.387Z||pool-84-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:23.274Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:23.275Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:23.277Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:23.277Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:29:23.378Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:23.378Z||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-01-28T04:29:23.379Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:23.391Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:23.392Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:29:24.278Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:29:24.279Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:24.280Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:24.280Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:29:24.380Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:24.381Z||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-01-28T04:29:24.381Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:24.395Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:24.396Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:25.281Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f979080f-a47a-4630-8d3d-fb32623218e0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d1f8f282-e4e6-48de-a3c9-8066b980772f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3c682087-9eba-4b36-9a1e-985fea9f2e48",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "693fc126-3984-45d8-bb81-f8067146fd53",
      "resourceInvariantUUID": "6c650e64-bb38-468b-adb5-f91b21bae409",
      "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": "MWUyOGYwMWFhOTMyNjk4ODA5ODM5MzU5NzI1OTdiNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "292451df-85b1-4caa-ba88-7ff4e48f6bc1",
          "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": "db88ddad-4936-42c1-a462-5259dc9365c2",
          "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": "9f559a19-732d-4021-9316-b8360716670a",
            "generatedFromUUID": "db88ddad-4936-42c1-a462-5259dc9365c2"
          },
          "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": "9f559a19-732d-4021-9316-b8360716670a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTA5NDJiMTY3Y2JiZmI0M2RlMWVhYjRjMTM2ZDg5ZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3453b92b-149e-4e36-8cf7-2ab01f5c5d5a"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:29:25.282Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:29:25.282Z|dcce4a61-ed99-43d3-86c8-953b855d3c9d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f979080f-a47a-4630-8d3d-fb32623218e0 ASDC
2022-01-28T04:29:25.282Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:63b9ebe4-7ff0-4148-bb96-701a459d40ad
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:f979080f-a47a-4630-8d3d-fb32623218e0
ServiceInvariantUUID:d1f8f282-e4e6-48de-a3c9-8066b980772f
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:3453b92b-149e-4e36-8cf7-2ab01f5c5d5a
ArtifactChecksum:NTA5NDJiMTY3Y2JiZmI0M2RlMWVhYjRjMTM2ZDg5ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3c682087-9eba-4b36-9a1e-985fea9f2e48
ResourceInvariantUUID:6c650e64-bb38-468b-adb5-f91b21bae409
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:693fc126-3984-45d8-bb81-f8067146fd53
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:292451df-85b1-4caa-ba88-7ff4e48f6bc1
ArtifactChecksum:MWUyOGYwMWFhOTMyNjk4ODA5ODM5MzU5NzI1OTdiNzI=
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:db88ddad-4936-42c1-a462-5259dc9365c2
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:9f559a19-732d-4021-9316-b8360716670a
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:9f559a19-732d-4021-9316-b8360716670a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:29:25.282Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f979080f-a47a-4630-8d3d-fb32623218e0 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-01-28T04:29:25.316Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:29:25.316Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3453b92b-149e-4e36-8cf7-2ab01f5c5d5a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:29:25.317Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-28T04:29:25.743Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3453b92b-149e-4e36-8cf7-2ab01f5c5d5a 78788
2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:29:25.750Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:25.752Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:25.752Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344165750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:29:25.853Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:29:25.853Z||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-01-28T04:29:25.853Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:25.867Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:25.867Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:26.753Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:29:26.754Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:29:26.754Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3453b92b-149e-4e36-8cf7-2ab01f5c5d5a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:26.755Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-01-28T04:29:26.755Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:26.755Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:26.845Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12598721010442669386/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-01-28T04:29:27.666Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.667Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.668Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:27.669Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:27.670Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-28T04:29:27.671Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:27.672Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-28T04:29:27.673Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20b3192b-f602-4efd-898c-3b823a9289c3
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:27.674Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:f979080f-a47a-4630-8d3d-fb32623218e0
Model Version:NULL
Model InvariantUuid:d1f8f282-e4e6-48de-a3c9-8066b980772f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a90cef4e-b670-444f-bc4c-ec148aaa9517
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6c650e64-bb38-468b-adb5-f91b21bae409
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3c682087-9eba-4b36-9a1e-985fea9f2e48
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0ca887ff-e6f3-44d5-88b0-76452ee7a080
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2f9df87d-3c4b-4305-983c-2542ca314973
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:20b3192b-f602-4efd-898c-3b823a9289c3
ModelInvariantUuid:de81c59b-1923-4c8f-8197-2239842b55b2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:bc368f30-4758-4a3e-bf13-7e902b2c49cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:036ddaa0-79f9-4d8d-af84-6f2f31425468
ModelInvariantUuid:a6fe4d17-5e2f-43d6-a052-fcdd3b135e1b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:dc3674b2-4ee6-4cb7-a9c5-230a0b53d7b0
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-01-28T04:29:27.681Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 693fc126-3984-45d8-bb81-f8067146fd53
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-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 693fc126-3984-45d8-bb81-f8067146fd53
2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 292451df-85b1-4caa-ba88-7ff4e48f6bc1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:29:27.683Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-28T04:29:28.293Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 292451df-85b1-4caa-ba88-7ff4e48f6bc1 792
2022-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-28T04:29:28.294Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:29:28.295Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:28.297Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:28.297Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344168294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:29:28.397Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:28.398Z||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-01-28T04:29:28.398Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:28.412Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:28.412Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:29.297Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0ca887ff-e6f3-44d5-88b0-76452ee7a080",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f9df87d-3c4b-4305-983c-2542ca314973",
    "vfModuleModelCustomizationUUID": "80536f98-8f83-4205-9782-2e4a8421388a",
    "isBase": true,
    "artifacts": [
      "db88ddad-4936-42c1-a462-5259dc9365c2",
      "9f559a19-732d-4021-9316-b8360716670a"
    ],
    "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-01-28T04:29:29.302Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f9df87d-3c4b-4305-983c-2542ca314973
VfModuleModelInvariantUUID:0ca887ff-e6f3-44d5-88b0-76452ee7a080
VfModuleModelDescription:NULL
Artifacts UUID List:{
db88ddad-4936-42c1-a462-5259dc9365c2
,
9f559a19-732d-4021-9316-b8360716670a

}
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-01-28T04:29:29.304Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "0ca887ff-e6f3-44d5-88b0-76452ee7a080",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f9df87d-3c4b-4305-983c-2542ca314973",
    "vfModuleModelCustomizationUUID": "80536f98-8f83-4205-9782-2e4a8421388a",
    "isBase": true,
    "artifacts": [
      "db88ddad-4936-42c1-a462-5259dc9365c2",
      "9f559a19-732d-4021-9316-b8360716670a"
    ],
    "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-01-28T04:29:29.304Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f9df87d-3c4b-4305-983c-2542ca314973
VfModuleModelInvariantUUID:0ca887ff-e6f3-44d5-88b0-76452ee7a080
VfModuleModelDescription:NULL
Artifacts UUID List:{
db88ddad-4936-42c1-a462-5259dc9365c2
,
9f559a19-732d-4021-9316-b8360716670a

}
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-01-28T04:29:29.305Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: db88ddad-4936-42c1-a462-5259dc9365c2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-28T04:29:29.305Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:29:29.305Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-28T04:29:29.838Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml db88ddad-4936-42c1-a462-5259dc9365c2 5033
2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:29:29.839Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:29.841Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:29.841Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344169839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:29:29.942Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:29.943Z||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-01-28T04:29:29.943Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:29.961Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:29.961Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:30.842Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9f559a19-732d-4021-9316-b8360716670a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-28T04:29:30.843Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:29:30.843Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-28T04:29:31.389Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:29:31.389Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 9f559a19-732d-4021-9316-b8360716670a 903
2022-01-28T04:29:31.389Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-28T04:29:31.390Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-28T04:29:31.390Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:29:31.390Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:31.392Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:31.392Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344171389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:29:31.492Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:31.493Z||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-01-28T04:29:31.494Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:31.513Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:31.514Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:32.393Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f979080f-a47a-4630-8d3d-fb32623218e0
2022-01-28T04:29:32.393Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 693fc126-3984-45d8-bb81-f8067146fd53 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-01-28T04:29:32.407Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@491d3501, org.onap.sdc.toscaparser.api.parameters.Input@61423077, org.onap.sdc.toscaparser.api.parameters.Input@70180822, org.onap.sdc.toscaparser.api.parameters.Input@6774bead, org.onap.sdc.toscaparser.api.parameters.Input@47613a7f]
2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3c682087-9eba-4b36-9a1e-985fea9f2e48
2022-01-28T04:29:32.408Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3c682087-9eba-4b36-9a1e-985fea9f2e48 matches Tosca VF Customization UUID: 3c682087-9eba-4b36-9a1e-985fea9f2e48
2022-01-28T04:29:32.409Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3c682087-9eba-4b36-9a1e-985fea9f2e48  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-01-28T04:29:32.413Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.413Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.414Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3c682087-9eba-4b36-9a1e-985fea9f2e48: {\"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-01-28T04:29:32.414Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@457a7b20
2022-01-28T04:29:32.414Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.415Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:29:32.415Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80536f98-8f83-4205-9782-2e4a8421388a
2022-01-28T04:29:32.415Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80536f98-8f83-4205-9782-2e4a8421388a
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-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:29:32.419Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-01-28T04:29:32.420Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-01-28T04:29:32.421Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-01-28T04:29:32.421Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=20b3192b-f602-4efd-898c-3b823a9289c3
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-01-28T04:29:32.423Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-01-28T04:29:32.424Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3c682087-9eba-4b36-9a1e-985fea9f2e48
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-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f979080f-a47a-4630-8d3d-fb32623218e0: basic_vm_macro
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.426Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:29:32.427Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-28T04:29:32.485Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 693fc126-3984-45d8-bb81-f8067146fd53 1 ASDC deployResourceStructure
2022-01-28T04:29:32.485Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-01-28T04:29:32.486Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-01-28T04:29:32.486Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:29:32.486Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:32.487Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:32.487Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344172485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:29:32.588Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:29:32.588Z||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-01-28T04:29:32.589Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:32.602Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:32.603Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:33.488Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-01-28T04:29:33.489Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-01-28T04:29:33.489Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:29:33.489Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:33.492Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:33.492Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344173488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:29:33.592Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:33.592Z||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-01-28T04:29:33.592Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:33.606Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:33.607Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:29:34.493Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-01-28T04:29:34.494Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-01-28T04:29:34.494Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:29:34.494Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:34.495Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:34.495Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344174493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:29:34.595Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:34.596Z||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-01-28T04:29:34.596Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:34.611Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:34.611Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:29:35.495Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-01-28T04:29:35.496Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-01-28T04:29:35.496Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:29:35.496Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:29:35.498Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:29:35.498Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:29:35.598Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:29:35.599Z||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-01-28T04:29:35.599Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:29:35.616Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:29:35.616Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:29:36.499Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:29:36.512Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:29:36.515Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:29:36.521Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:30:06.521Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad 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-01-28T04:30:06.525Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 63b9ebe4-7ff0-4148-bb96-701a459d40ad and serviceModelVersionId: f979080f-a47a-4630-8d3d-fb32623218e0
2022-01-28T04:30:06.525Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d1f8f282-e4e6-48de-a3c9-8066b980772f
2022-01-28T04:30:06.527Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0
2022-01-28T04:30:06.531Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:30:06.553Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?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-01-28T04:30:06.553Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0|INFO|500||Invoke
2022-01-28T04:30:06.565Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:30:06.641Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:30:06.642Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:30:06:574-24474], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:30:06 GMT], Content-Type=[application/json]}
2022-01-28T04:30:06.642Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0","ERR.5.4.6114"]}}}

2022-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114)
2022-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114)
2022-01-28T04:30:06.646Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114)
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-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 63b9ebe4-7ff0-4148-bb96-701a459d40ad and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec=ERR.5.4.6114)
2022-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:30:06.652Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:06.654Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:06.654Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344206652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:30:06.754Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:06.755Z||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-01-28T04:30:06.755Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:06.772Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:06.772Z||pool-95-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-01-28T04:30:07.665Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:30:07.666Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-01-28T04:30:07.666Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:17.206Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:17.206Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:30:17.207Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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-01-28T04:30:17.207Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:30:20.696Z||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-01-28T04:30:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:20.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:20.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:30:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-01-28T04:30:20.819Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:30:21.556Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:21.557Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:30:21.557Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb70888f-4af0-4a16-88a4-804ab177a0c6","serviceName":"Demo_pNF_5O7mrWqZGtFA8mUbieuf","serviceVersion":"1.0","serviceUUID":"569047f1-80dc-47a5-9255-26664f85dd22","serviceDescription":"catalog service description","serviceInvariantUUID":"74f58d00-bfa7-4afa-bab4-8e3421b63a6a","resources":[{"resourceInstanceName":"pNF a7edc678-eaf7 0","resourceName":"pNF a7edc678-eaf7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c0d18720-e56d-45d7-9414-aed8f384ba2b","resourceInvariantUUID":"e19b6d56-6a98-42df-a26f-dff7a6f31b9e","resourceCustomizationUUID":"9669db76-6a32-40ca-9cab-f96c23b28db4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml","artifactChecksum":"ZjM3ZDYzMjgyYWY0OTQ1YTQyM2IzMTQwODg1NWI3M2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c92b45f-87e2-4c80-9e39-9094d929d2cf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5eeed3aa-501e-443c-a370-c4c66f02b385","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d294d06-0bcf-4fa7-bb25-8e08e1bca4ee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml","artifactChecksum":"N2EzNWMwNzM3NDBkY2ZmOGJiM2Q2MzkxZTY0MTZlNGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9b6af8a-b3d5-4b56-a3c0-c4936dbea552","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8d78d0f5-f977-4d61-a168-a6ed1bbf5d3a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"003b8a52-b754-4312-9533-ad56323bd005","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml","artifactChecksum":"MGE1OGFjZWVhYjFhNDA5ZjRkNzdlYTY4OGUwZTljOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68c0da98-b34e-444e-be6e-09fc844319ae","artifactVersion":"1"},{"artifactName":"service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar","artifactChecksum":"NTQwZDYzMGJiMDY3NGQyODQ5ZDkwYzIyNzdhMDA3OTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f3052fa-9478-4615-907d-b50033e7e241","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:30:21.559Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:21.560Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:21.562Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:21.562Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:30:21.662Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:21.663Z||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-01-28T04:30:21.663Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:21.677Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:21.677Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:22.563Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:22.564Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:22.567Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:22.567Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:30:22.666Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:30:22.667Z||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-01-28T04:30:22.667Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:22.681Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:22.681Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:23.568Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:23.568Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:23.570Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:23.570Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:30:23.670Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:23.671Z||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-01-28T04:30:23.671Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:23.684Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:23.685Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:30:24.570Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:24.571Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:24.573Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:24.573Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:30:24.673Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:30:24.673Z||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-01-28T04:30:24.673Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:24.686Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:24.686Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:25.574Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:25.575Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:25.577Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:25.577Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:30:25.677Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:25.678Z||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-01-28T04:30:25.678Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:25.692Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:25.692Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:26.578Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:26.579Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:26.581Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:26.581Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:30:26.681Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:26.681Z||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-01-28T04:30:26.682Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:26.694Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:26.694Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:27.582Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:27.582Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:27.584Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:27.584Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:30:27.684Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:27.685Z||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-01-28T04:30:27.685Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:27.697Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:27.698Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:30:28.585Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:30:28.585Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:28.587Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:28.587Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:30:28.687Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:28.688Z||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-01-28T04:30:28.688Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:28.701Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:28.701Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:29.588Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "serviceName": "Demo_pNF_5O7mrWqZGtFA8mUbieuf",
  "serviceVersion": "1.0",
  "serviceUUID": "569047f1-80dc-47a5-9255-26664f85dd22",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "74f58d00-bfa7-4afa-bab4-8e3421b63a6a",
  "resources": [
    {
      "resourceInstanceName": "pNF a7edc678-eaf7 0",
      "resourceCustomizationUUID": "9669db76-6a32-40ca-9cab-f96c23b28db4",
      "resourceName": "pNF a7edc678-eaf7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c0d18720-e56d-45d7-9414-aed8f384ba2b",
      "resourceInvariantUUID": "e19b6d56-6a98-42df-a26f-dff7a6f31b9e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
      "artifactChecksum": "NTQwZDYzMGJiMDY3NGQyODQ5ZDkwYzIyNzdhMDA3OTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f3052fa-9478-4615-907d-b50033e7e241"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:30:29.588Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:30:29.588Z|63b9ebe4-7ff0-4148-bb96-701a459d40ad|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 569047f1-80dc-47a5-9255-26664f85dd22 ASDC
2022-01-28T04:30:29.589Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:eb70888f-4af0-4a16-88a4-804ab177a0c6
ServiceName:Demo_pNF_5O7mrWqZGtFA8mUbieuf
ServiceVersion:1.0
ServiceUUID:569047f1-80dc-47a5-9255-26664f85dd22
ServiceInvariantUUID:74f58d00-bfa7-4afa-bab4-8e3421b63a6a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
ArtifactUUID:7f3052fa-9478-4615-907d-b50033e7e241
ArtifactChecksum:NTQwZDYzMGJiMDY3NGQyODQ5ZDkwYzIyNzdhMDA3OTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a7edc678-eaf7 0
ResourceCustomizationUUID:9669db76-6a32-40ca-9cab-f96c23b28db4
ResourceInvariantUUID:e19b6d56-6a98-42df-a26f-dff7a6f31b9e
ResourceName:pNF a7edc678-eaf7
ResourceType:PNF
ResourceUUID:c0d18720-e56d-45d7-9414-aed8f384ba2b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-28T04:30:29.589Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 569047f1-80dc-47a5-9255-26664f85dd22 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-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7f3052fa-9478-4615-907d-b50033e7e241 from URL: /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:30:29.611Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:29.890Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar 7f3052fa-9478-4615-907d-b50033e7e241 82616
2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar ASDC sendASDCNotification
2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:30:29.894Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:29.895Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:29.895Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344229894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:30:29.996Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:30:29.997Z||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-01-28T04:30:29.997Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:30.011Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:30.011Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:30.896Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:30:30.897Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:30:30.897Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 7f3052fa-9478-4615-907d-b50033e7e241, URL: /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar to file: /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:30.898Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:30.899Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:30.899Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:30.970Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7371020079047270062/Definitions/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a7edc678-eaf7 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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.480Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Node template pNF a7edc678-eaf7 0 is matching search criteria
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a7edc678-eaf7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.481Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Node template pNF a7edc678-eaf7 0 is matching search criteria
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF a7edc678-eaf7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.482Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.483Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_5O7mrWqZGtFA8mUbieuf
Description:catalog service description
Model UUID:569047f1-80dc-47a5-9255-26664f85dd22
Model Version:NULL
Model InvariantUuid:74f58d00-bfa7-4afa-bab4-8e3421b63a6a
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-01-28T04:30:31.489Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c0d18720-e56d-45d7-9414-aed8f384ba2b
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-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||pNF a7edc678-eaf7 0
2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c0d18720-e56d-45d7-9414-aed8f384ba2b
2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 569047f1-80dc-47a5-9255-26664f85dd22
2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 569047f1-80dc-47a5-9255-26664f85dd22
2022-01-28T04:30:31.491Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a7edc678-eaf7 0 c0d18720-e56d-45d7-9414-aed8f384ba2b 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-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fb7c04b, org.onap.sdc.toscaparser.api.parameters.Input@49f72374, org.onap.sdc.toscaparser.api.parameters.Input@1c4ebecc, org.onap.sdc.toscaparser.api.parameters.Input@56f1d0db, org.onap.sdc.toscaparser.api.parameters.Input@4755e7d6]
2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 569047f1-80dc-47a5-9255-26664f85dd22: pNF a7edc678-eaf7
2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Processing PNF resource: c0d18720-e56d-45d7-9414-aed8f384ba2b
2022-01-28T04:30:31.495Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:30:31.496Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_5O7mrWqZGtFA8mUbieuf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:30:31.496Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||Resource customization UUID: 9669db76-6a32-40ca-9cab-f96c23b28db4 is the same as notified resource customizationUUID: 9669db76-6a32-40ca-9cab-f96c23b28db4
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-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a7edc678-eaf7 c0d18720-e56d-45d7-9414-aed8f384ba2b 0 ASDC deployResourceStructure
2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar ASDC sendASDCNotification
2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar
2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:30:31.539Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:30:31.540Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:30:31.540Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344231539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:30:31.641Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:30:31.642Z||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-01-28T04:30:31.642Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:30:31.654Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:30:31.654Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:30:32.541Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:30:32.550Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:30:32.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:30:32.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:30:32.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:31:02.553Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:31:02.563Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:31:02.566Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:31:02.566Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:31:02.566Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:31:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:31:20.695Z||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-01-28T04:31:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:31:20.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:31:20.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:31:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:31:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:31:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344152809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344165750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344168294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:31:20.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344169839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:31:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344171389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:31:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344172485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344173488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344174493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:31:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344175495,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:31:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:31:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b9ebe4-7ff0-4148-bb96-701a459d40ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344206652,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d63b9ebe4-7ff0-4148-bb96-701a459d40ad Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/d1f8f282-e4e6-48de-a3c9-8066b980772f/model-vers/model-ver/f979080f-a47a-4630-8d3d-fb32623218e0) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:31:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:31:32.567Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:31:32.576Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:31:32.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:31:32.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:31:32.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:32:02.579Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:32:02.588Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:32:02.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:32:02.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:32:02.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:32:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:32:20.696Z||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-01-28T04:32:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:32:20.719Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:32:21.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.232Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.233Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.234Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.235Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344217206,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.236Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344229894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.237Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344223887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344231539,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.238Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344233043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344233652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.240Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344234655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344235053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "policy-id",
  "timestamp": 1643344235658,
  "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-01-28T04:32:21.249Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6
2022-01-28T04:32:21.249Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.257Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "cds",
  "timestamp": 1643344236058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-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-01-28T04:32:21.260Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6
2022-01-28T04:32:21.261Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344236646,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:32:21.267Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344236814,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "aai-ml",
  "timestamp": 1643344237650,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:32:21.272Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6
2022-01-28T04:32:21.272Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344238507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344238737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344239510,
  "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-01-28T04:32:21.289Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6
2022-01-28T04:32:21.289Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344240038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.298Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344241042,
  "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-01-28T04:32:21.305Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6
2022-01-28T04:32:21.305Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/resourceInstances/pnfa7edc678eaf70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344224690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344226207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344244040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344244250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344245044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.317Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "cds",
  "timestamp": 1643344245253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-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-01-28T04:32:21.330Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
2022-01-28T04:32:21.330Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344231153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "policy-id",
  "timestamp": 1643344246047,
  "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-01-28T04:32:21.342Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
2022-01-28T04:32:21.343Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344228102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344247027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344247743,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344229944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344248269,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344248429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344249282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf5o7mrwqzgtfa8mubieuf/1.0/artifacts/service-DemoPnf5o7mrwqzgtfa8mubieuf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344249642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "clamp",
  "timestamp": 1643344250284,
  "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-01-28T04:32:21.357Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb70888f-4af0-4a16-88a4-804ab177a0c6
2022-01-28T04:32:21.357Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344250596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.364Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344250655,
  "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-01-28T04:32:21.368Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
2022-01-28T04:32:21.369Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.374Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.374Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344251598,
  "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-01-28T04:32:21.378Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
2022-01-28T04:32:21.378Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344251657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.385Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344253887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344253887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344253887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344235840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344253887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344253887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344253887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344253887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344261999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344263271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344265277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "clamp",
  "timestamp": 1643344266281,
  "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-01-28T04:32:21.391Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
2022-01-28T04:32:21.392Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344268442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:32:21.399Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:32:21.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "aai-ml",
  "timestamp": 1643344269446,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:32:21.403Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
2022-01-28T04:32:21.403Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:32:32.590Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:32:32.600Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:32:32.603Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:32:32.607Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:33:02.608Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 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-01-28T04:33:02.613Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb70888f-4af0-4a16-88a4-804ab177a0c6 and serviceModelVersionId: 569047f1-80dc-47a5-9255-26664f85dd22
2022-01-28T04:33:02.613Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74f58d00-bfa7-4afa-bab4-8e3421b63a6a
2022-01-28T04:33:02.613Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0
2022-01-28T04:33:02.616Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:33:02.640Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|INFO|500||Invoke
2022-01-28T04:33:02.640Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eb70888f-4af0-4a16-88a4-804ab177a0c6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[777c3fc1-ad5e-481a-9e6e-167ba9d59c55], X-ECOMP-RequestID=[eb70888f-4af0-4a16-88a4-804ab177a0c6], X-TransactionId=[], X-ONAP-RequestID=[eb70888f-4af0-4a16-88a4-804ab177a0c6], Content-Type=[application/merge-patch+json]}
2022-01-28T04:33:02.657Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:33:02.694Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?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/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:33:02:663-81104], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:33:02 GMT], Content-Type=[application/json]}
2022-01-28T04:33:02.695Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22","ERR.5.4.6114"]}}}

2022-01-28T04:33:02.695Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114)
2022-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114)
2022-01-28T04:33:02.698Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114)
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-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb70888f-4af0-4a16-88a4-804ab177a0c6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=eb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec=ERR.5.4.6114)
2022-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:33:02.704Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:02.706Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:02.706Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344382704,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:33:02.806Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:02.807Z||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-01-28T04:33:02.807Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:02.824Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:02.825Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-28T04:33:03.716Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:33:03.717Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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-01-28T04:33:03.717Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:08.259Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:08.260Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:33:08.260Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d1201f3-f381-4993-ad0d-2c9e3c735b6e","serviceName":"vFW 2022-01-28 04-28-44","serviceVersion":"1.0","serviceUUID":"44c23172-fc96-4f66-be73-b9c31a15addb","serviceDescription":"catalog service description","serviceInvariantUUID":"880a34b8-ad44-478e-a06a-6c47a6bbe37a","resources":[{"resourceInstanceName":"vFW 7ad4ad1c-2795 0","resourceName":"vFW 7ad4ad1c-2795","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99","resourceInvariantUUID":"8e90662e-93b5-4306-9086-7f9184a108ee","resourceCustomizationUUID":"8a3c75c1-017f-4ab6-8df9-e7e0c6126b85","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml","artifactChecksum":"ZDZmMmJiMTJjMjE1YTQwNGQyMzY5YWZiNmIyODVlODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4bab8283-64e8-4f9a-b419-d0bd21613d59","artifactVersion":"1"},{"artifactName":"vfw7ad4ad1c27950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json","artifactChecksum":"ZDQ4MDgzMGYyYmJmNmI2MTEyMGNiOWMwNmIzMTNiZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3e95fd44-6e3e-4bb5-92d4-ea1105dc3502","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3a915d53-ff66-46f3-a4db-3ee69d5b37b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml","artifactChecksum":"NTdiNGM5YTNiYTUwNzM3NGVlOGU3Mjc4ZTA2Y2Y0OTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"904007fd-67ca-4663-9f8d-15d66687e0f9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0c316b5c-5c4a-440b-ab67-003cdc840ac9","artifactVersion":"2","generatedFromUUID":"3a915d53-ff66-46f3-a4db-3ee69d5b37b6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128042844-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml","artifactChecksum":"YWU4YjAzMzJiNzFiZjZiN2RiMzhmN2Y5YmEyNTA4N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fad5bd59-e962-4ca7-be2b-b8b1494f86ad","artifactVersion":"1"},{"artifactName":"service-Vfw20220128042844-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar","artifactChecksum":"Nzk1YTNkYjJkZjlmM2NiZDRmNjA1N2QzM2MxYTU5NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb32a67e-2827-4476-aa54-edf09573bf6f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:33:08.261Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:33:08.261Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:08.263Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:08.263Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:33:08.363Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:08.364Z||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-01-28T04:33:08.364Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:08.378Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:08.378Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:09.263Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:33:09.264Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:09.265Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:09.265Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:33:09.365Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:09.366Z||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-01-28T04:33:09.366Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:09.379Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:09.379Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:10.265Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:33:10.266Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:10.268Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:10.268Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:33:10.368Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:10.369Z||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-01-28T04:33:10.369Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:10.383Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:10.384Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:33:11.269Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:33:11.269Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:11.272Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:11.272Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:33:11.372Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:11.372Z||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-01-28T04:33:11.373Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:11.387Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:11.387Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:12.273Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:33:12.274Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:12.276Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:12.276Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:33:12.377Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:12.378Z||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-01-28T04:33:12.378Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:12.392Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:12.392Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:13.277Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:33:13.278Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:13.280Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:13.280Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:33:13.381Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:13.381Z||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-01-28T04:33:13.382Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:13.395Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:13.395Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:14.281Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:33:14.282Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:14.283Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:14.284Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:33:14.384Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:14.384Z||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-01-28T04:33:14.384Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:14.398Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:14.398Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:15.285Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "serviceName": "vFW 2022-01-28 04-28-44",
  "serviceVersion": "1.0",
  "serviceUUID": "44c23172-fc96-4f66-be73-b9c31a15addb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "880a34b8-ad44-478e-a06a-6c47a6bbe37a",
  "resources": [
    {
      "resourceInstanceName": "vFW 7ad4ad1c-2795 0",
      "resourceCustomizationUUID": "8a3c75c1-017f-4ab6-8df9-e7e0c6126b85",
      "resourceName": "vFW 7ad4ad1c-2795",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99",
      "resourceInvariantUUID": "8e90662e-93b5-4306-9086-7f9184a108ee",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7ad4ad1c27950_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
          "artifactChecksum": "ZDQ4MDgzMGYyYmJmNmI2MTEyMGNiOWMwNmIzMTNiZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3e95fd44-6e3e-4bb5-92d4-ea1105dc3502",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3a915d53-ff66-46f3-a4db-3ee69d5b37b6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0c316b5c-5c4a-440b-ab67-003cdc840ac9",
            "generatedFromUUID": "3a915d53-ff66-46f3-a4db-3ee69d5b37b6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0c316b5c-5c4a-440b-ab67-003cdc840ac9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220128042844-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
      "artifactChecksum": "Nzk1YTNkYjJkZjlmM2NiZDRmNjA1N2QzM2MxYTU5NjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb32a67e-2827-4476-aa54-edf09573bf6f"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:33:15.285Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:33:15.285Z|eb70888f-4af0-4a16-88a4-804ab177a0c6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44c23172-fc96-4f66-be73-b9c31a15addb ASDC
2022-01-28T04:33:15.285Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:0d1201f3-f381-4993-ad0d-2c9e3c735b6e
ServiceName:vFW 2022-01-28 04-28-44
ServiceVersion:1.0
ServiceUUID:44c23172-fc96-4f66-be73-b9c31a15addb
ServiceInvariantUUID:880a34b8-ad44-478e-a06a-6c47a6bbe37a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220128042844-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar
ArtifactUUID:bb32a67e-2827-4476-aa54-edf09573bf6f
ArtifactChecksum:Nzk1YTNkYjJkZjlmM2NiZDRmNjA1N2QzM2MxYTU5NjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7ad4ad1c-2795 0
ResourceCustomizationUUID:8a3c75c1-017f-4ab6-8df9-e7e0c6126b85
ResourceInvariantUUID:8e90662e-93b5-4306-9086-7f9184a108ee
ResourceName:vFW 7ad4ad1c-2795
ResourceType:VF
ResourceUUID:30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7ad4ad1c27950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json
ArtifactUUID:3e95fd44-6e3e-4bb5-92d4-ea1105dc3502
ArtifactChecksum:ZDQ4MDgzMGYyYmJmNmI2MTEyMGNiOWMwNmIzMTNiZDM=
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/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml
ArtifactUUID:3a915d53-ff66-46f3-a4db-3ee69d5b37b6
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/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env
ArtifactUUID:0c316b5c-5c4a-440b-ab67-003cdc840ac9
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/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env
ArtifactUUID:0c316b5c-5c4a-440b-ab67-003cdc840ac9
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:33:15.285Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44c23172-fc96-4f66-be73-b9c31a15addb 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-01-28T04:33:15.316Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:33:15.316Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bb32a67e-2827-4476-aa54-edf09573bf6f from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:33:15.317Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:15.635Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:33:15.641Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar bb32a67e-2827-4476-aa54-edf09573bf6f 98939
2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar ASDC sendASDCNotification
2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:33:15.642Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:15.644Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:15.644Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344395642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:33:15.744Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:15.745Z||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-01-28T04:33:15.745Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:15.758Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:15.759Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:16.644Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: bb32a67e-2827-4476-aa54-edf09573bf6f, URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar to file: /app/ASDC/1/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128042844-csar.csar
2022-01-28T04:33:16.645Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:16.646Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:16.749Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5130244685815575184/Definitions/service-Vfw20220128042844-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-01-28T04:33:18.080Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.081Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7ad4ad1c-2795 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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-Vfw20220128042844-csar.csar
2022-01-28T04:33:18.082Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:18.083Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria
2022-01-28T04:33:18.084Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.085Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:33:18.086Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.087Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:33:18.088Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc4591-b93f-4772-9693-0b300f764f56
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.089Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:33:18.090Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c59c5de4-237e-4fca-a037-32949b79c8ef
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.091Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ffcbfb4-2a65-46dc-9e51-b30e0ef26350
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.092Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:18.093Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-28 04-28-44
Description:catalog service description
Model UUID:44c23172-fc96-4f66-be73-b9c31a15addb
Model Version:NULL
Model InvariantUuid:880a34b8-ad44-478e-a06a-6c47a6bbe37a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7ad4ad1c-2795
Model UUID:c527d313-32c4-488f-b1d8-40c45dfef5a0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8e90662e-93b5-4306-9086-7f9184a108ee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8a3c75c1-017f-4ab6-8df9-e7e0c6126b85
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:73550f83-029e-41d1-87f1-779f6cb46a81
ModelName:Vfw7ad4ad1c2795..base_vfw..module-0
ModelUuid:beb195c7-bb3f-4455-9194-47bdb78ffc7d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dbcc4591-b93f-4772-9693-0b300f764f56
ModelInvariantUuid:59738e17-8d03-4cf1-9a27-12da5e78ad92
ModelName:vFW 7ad4ad1c-2795-nodes.vfwCvfc
ModelUuid:ff448bfc-f9c7-44bf-a272-61da5e11b594
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a0a4e577-c7e2-4263-b888-d99634aecd9d
ModelInvariantUuid:84115d29-e840-464a-b7ee-124d3160d2ce
ModelName:Vfw7ad4ad1c2795.compute.nodes.heat.vfw
ModelUuid:09d036b8-327e-4b57-aed2-d773a8dbd441
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c59c5de4-237e-4fca-a037-32949b79c8ef
ModelInvariantUuid:c4deb786-d2a8-4372-91ce-e47c72ec69b5
ModelName:vFW 7ad4ad1c-2795-nodes.vsnCvfc
ModelUuid:ecf78247-7961-4887-a1e5-491464a3da44
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5af45248-a0c5-49bd-9fa7-eb3651816574
ModelInvariantUuid:030a119d-fc74-42da-8b43-2460a6de4e7f
ModelName:Vfw7ad4ad1c2795.compute.nodes.heat.vsn
ModelUuid:6bdd22f4-fad8-4d3c-aee2-b521662f95d2
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1ffcbfb4-2a65-46dc-9e51-b30e0ef26350
ModelInvariantUuid:8b8d51dc-f0b1-43cf-8ada-972865918662
ModelName:vFW 7ad4ad1c-2795-nodes.vpgCvfc
ModelUuid:ba22d308-2cbc-465f-9b86-0a124716a08d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:bd21c01d-d3c7-4c58-abf1-2a6a563ae7b4
ModelInvariantUuid:9ba481f3-6583-47e2-bc50-9a1489ee0e78
ModelName:Vfw7ad4ad1c2795.compute.nodes.heat.vpg
ModelUuid:278963f9-bfbe-4c82-83be-f7ecb00a36aa
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-01-28T04:33:18.100Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99
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-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||vFW 7ad4ad1c-2795 0
2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99
2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e95fd44-6e3e-4bb5-92d4-ea1105dc3502 from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json
2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:33:18.102Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json
2022-01-28T04:33:18.328Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json 3e95fd44-6e3e-4bb5-92d4-ea1105dc3502 785
2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json ASDC sendASDCNotification
2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json
2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:33:18.329Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:18.331Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:18.331Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344398329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:33:18.431Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:18.432Z||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-01-28T04:33:18.432Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:18.446Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:18.447Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:33:19.332Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7ad4ad1c2795..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "73550f83-029e-41d1-87f1-779f6cb46a81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "beb195c7-bb3f-4455-9194-47bdb78ffc7d",
    "vfModuleModelCustomizationUUID": "b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a",
    "isBase": true,
    "artifacts": [
      "3a915d53-ff66-46f3-a4db-3ee69d5b37b6",
      "0c316b5c-5c4a-440b-ab67-003cdc840ac9"
    ],
    "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-01-28T04:33:19.335Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7ad4ad1c2795..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:beb195c7-bb3f-4455-9194-47bdb78ffc7d
VfModuleModelInvariantUUID:73550f83-029e-41d1-87f1-779f6cb46a81
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a915d53-ff66-46f3-a4db-3ee69d5b37b6
,
0c316b5c-5c4a-440b-ab67-003cdc840ac9

}
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-01-28T04:33:19.338Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7ad4ad1c2795..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "73550f83-029e-41d1-87f1-779f6cb46a81",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "beb195c7-bb3f-4455-9194-47bdb78ffc7d",
    "vfModuleModelCustomizationUUID": "b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a",
    "isBase": true,
    "artifacts": [
      "3a915d53-ff66-46f3-a4db-3ee69d5b37b6",
      "0c316b5c-5c4a-440b-ab67-003cdc840ac9"
    ],
    "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-01-28T04:33:19.338Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7ad4ad1c2795..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:beb195c7-bb3f-4455-9194-47bdb78ffc7d
VfModuleModelInvariantUUID:73550f83-029e-41d1-87f1-779f6cb46a81
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a915d53-ff66-46f3-a4db-3ee69d5b37b6
,
0c316b5c-5c4a-440b-ab67-003cdc840ac9

}
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-01-28T04:33:19.339Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a915d53-ff66-46f3-a4db-3ee69d5b37b6 from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml
2022-01-28T04:33:19.339Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:33:19.339Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml
2022-01-28T04:33:19.540Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml 3a915d53-ff66-46f3-a4db-3ee69d5b37b6 20368
2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml
2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:33:19.541Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:19.543Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:19.543Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344399541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:33:19.643Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:19.644Z||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-01-28T04:33:19.645Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:19.657Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:19.658Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:20.544Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0c316b5c-5c4a-440b-ab67-003cdc840ac9 from URL: /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env
2022-01-28T04:33:20.544Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:33:20.545Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env
2022-01-28T04:33:20.655Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:33:20.655Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env 0c316b5c-5c4a-440b-ab67-003cdc840ac9 2098
2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env
2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:33:20.656Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:20.658Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:20.659Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344400656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:33:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:33:20.696Z||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-01-28T04:33:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:20.759Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:33:20.759Z||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-01-28T04:33:20.760Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:20.772Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:20.773Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:33:20.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:20.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "eb70888f-4af0-4a16-88a4-804ab177a0c6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344382704,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003deb70888f-4af0-4a16-88a4-804ab177a0c6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/74f58d00-bfa7-4afa-bab4-8e3421b63a6a/model-vers/model-ver/569047f1-80dc-47a5-9255-26664f85dd22) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:33:20.823Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:33:20.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:33:20.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:33:20.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344383716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344395642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344398329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:33:20.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:33:20.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344399541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:33:20.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:33:21.659Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 44c23172-fc96-4f66-be73-b9c31a15addb
2022-01-28T04:33:21.660Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7ad4ad1c-2795 0 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99 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-01-28T04:33:21.677Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3072183b, org.onap.sdc.toscaparser.api.parameters.Input@35042293, org.onap.sdc.toscaparser.api.parameters.Input@750b0936, org.onap.sdc.toscaparser.api.parameters.Input@b984768, org.onap.sdc.toscaparser.api.parameters.Input@2b8b35e0]
2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85
2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85 matches Tosca VF Customization UUID: 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85
2022-01-28T04:33:21.678Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85  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-01-28T04:33:21.679Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8a3c75c1-017f-4ab6-8df9-e7e0c6126b85: {\"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-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b0ac0e5
2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a
2022-01-28T04:33:21.680Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3ae19aa-5fab-4a2f-87a5-7c9a2cc26c2a
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-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:33:21.682Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.683Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbcc4591-b93f-4772-9693-0b300f764f56
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-01-28T04:33:21.684Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.684Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:21.684Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.685Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c59c5de4-237e-4fca-a037-32949b79c8ef
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-01-28T04:33:21.687Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.687Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:21.687Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is not matching search criteria
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.689Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:33:21.690Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ffcbfb4-2a65-46dc-9e51-b30e0ef26350
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-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.691Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Node template vFW 7ad4ad1c-2795 0 is matching search criteria
2022-01-28T04:33:21.692Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7ad4ad1c-2795 0] matching following query criteria: sdcType=VF, customizationUUID=8a3c75c1-017f-4ab6-8df9-e7e0c6126b85
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-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 44c23172-fc96-4f66-be73-b9c31a15addb: vFW 7ad4ad1c-2795
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-28-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:33:21.693Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-28-44 
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-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7ad4ad1c-2795 30ad0fc1-aa0f-4b22-a7eb-5fbf1fe5bc99 1 ASDC deployResourceStructure
2022-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json ASDC sendASDCNotification
2022-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json
2022-01-28T04:33:21.809Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:33:21.810Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:21.811Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:21.811Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344401809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:33:21.911Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:21.912Z||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-01-28T04:33:21.912Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:21.926Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:21.926Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:22.811Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:33:22.812Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml
2022-01-28T04:33:22.812Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:33:22.812Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:22.813Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:22.813Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344402811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:33:22.914Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:33:22.914Z||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-01-28T04:33:22.914Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:22.927Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:22.927Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:23.814Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:33:23.814Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env
2022-01-28T04:33:23.815Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:33:23.815Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:23.817Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:23.817Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344403814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:33:23.917Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:23.918Z||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-01-28T04:33:23.918Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:23.930Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:23.931Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:33:24.818Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar ASDC sendASDCNotification
2022-01-28T04:33:24.819Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar
2022-01-28T04:33:24.819Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:33:24.819Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:24.821Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:24.821Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344404818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:33:24.921Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:24.922Z||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-01-28T04:33:24.922Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:24.935Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:24.936Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:33:25.822Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:33:25.833Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:33:25.836Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:33:25.842Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:33:55.842Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e 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-01-28T04:33:55.848Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d1201f3-f381-4993-ad0d-2c9e3c735b6e and serviceModelVersionId: 44c23172-fc96-4f66-be73-b9c31a15addb
2022-01-28T04:33:55.848Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 880a34b8-ad44-478e-a06a-6c47a6bbe37a
2022-01-28T04:33:55.849Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0
2022-01-28T04:33:55.855Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:33:55.876Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|INFO|500||Invoke
2022-01-28T04:33:55.876Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d1201f3-f381-4993-ad0d-2c9e3c735b6e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[23e98a2e-1fe4-46ed-8dcb-8d3be2f487de], X-ECOMP-RequestID=[0d1201f3-f381-4993-ad0d-2c9e3c735b6e], X-TransactionId=[], X-ONAP-RequestID=[0d1201f3-f381-4993-ad0d-2c9e3c735b6e], Content-Type=[application/merge-patch+json]}
2022-01-28T04:33:55.890Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:33:55.994Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?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/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-04:33:55:895-4266], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:33:55 GMT], Content-Type=[application/json]}
2022-01-28T04:33:55.995Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb","ERR.5.4.6114"]}}}

2022-01-28T04:33:55.996Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:33:56.000Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114)
2022-01-28T04:33:56.000Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:33:56.001Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114)
2022-01-28T04:33:56.001Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114)
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-01-28T04:33:56.005Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-01-28T04:33:56.006Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d1201f3-f381-4993-ad0d-2c9e3c735b6e and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec=ERR.5.4.6114)
2022-01-28T04:33:56.006Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:33:56.006Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:33:56.008Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:33:56.008Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344436006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:33:56.108Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:33:56.108Z||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-01-28T04:33:56.109Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:33:56.126Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:33:56.126Z||pool-122-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-01-28T04:33:57.016Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:33:57.017Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-01-28T04:33:57.017Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:06.556Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:06.556Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:34:06.557Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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-01-28T04:34:06.557Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:09.447Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:09.448Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:34:09.449Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ae02d3ec-a51e-461f-9317-4bdc0d016f69","serviceName":"vFW 2022-01-28 04-32-26","serviceVersion":"1.0","serviceUUID":"38e5d106-c358-4302-b4b0-0ab8c61d9cdc","serviceDescription":"catalog service description","serviceInvariantUUID":"a9c7b079-ab08-4964-8e16-967ffd44cca2","resources":[{"resourceInstanceName":"vFW dded301a-344a 0","resourceName":"vFW dded301a-344a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"106efaa6-3b5d-4b08-bf51-d71e635c7de6","resourceInvariantUUID":"7542d0d8-5e9d-4499-9e50-475a139dc064","resourceCustomizationUUID":"5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml","artifactChecksum":"YjYzMjk0ODM3MmIzMTViNjI2ZmU1N2NjYjY5NjBkYjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04585b7f-d915-4964-be67-ed7bae8c6fe9","artifactVersion":"1"},{"artifactName":"vfwdded301a344a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json","artifactChecksum":"MWMzODQ3NWUyNmZjODRkMTllYjQ2ZDE1NWRlMzQzN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"550e2268-e2cb-4317-a55d-657d5982167c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbc7a187-f441-4cf8-8724-c14918262c9c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTU4OThjZTUwMWE0MmFhOGI0NTc2NDk4MGE5MjgwNTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e511fa9-48a8-41f3-a638-5e5cec89b7a8","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a184aad5-9dc3-4722-bcf4-f18e88d388b1","artifactVersion":"2","generatedFromUUID":"cbc7a187-f441-4cf8-8724-c14918262c9c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128043226-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml","artifactChecksum":"NTk0NGExNmNiZTM5OTYwNGJmZjU2YTlkNGQzZGJjYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e89e8693-adee-4a47-b5db-e03820051689","artifactVersion":"1"},{"artifactName":"service-Vfw20220128043226-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar","artifactChecksum":"M2Q3OWQ1NGQ2ZWVkMGNhMzBjZmQyZGE3Y2I0MzhkNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b7329693-f4e9-42af-8d53-07e43114d0bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:34:09.450Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:34:09.451Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:09.453Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:09.453Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:34:09.553Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:34:09.554Z||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-01-28T04:34:09.554Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:09.567Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:09.567Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:10.454Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:34:10.455Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:10.456Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:10.456Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:34:10.556Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:10.557Z||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-01-28T04:34:10.557Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:10.570Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:10.570Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:11.457Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:34:11.458Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:11.460Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:11.460Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:34:11.560Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:11.561Z||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-01-28T04:34:11.561Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:11.574Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:11.574Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:12.461Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:34:12.462Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:12.464Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:12.465Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:34:12.564Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:34:12.565Z||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-01-28T04:34:12.565Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:12.579Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:12.579Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:13.465Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:34:13.466Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:13.468Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:13.469Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:34:13.569Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:34:13.569Z||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-01-28T04:34:13.569Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:13.582Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:13.582Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:14.469Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:34:14.469Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:14.471Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:14.471Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:34:14.571Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:14.572Z||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-01-28T04:34:14.572Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:14.584Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:14.584Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:34:15.472Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:34:15.473Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:15.475Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:15.475Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:34:15.575Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:15.576Z||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-01-28T04:34:15.576Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:15.590Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:15.591Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:16.476Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "serviceName": "vFW 2022-01-28 04-32-26",
  "serviceVersion": "1.0",
  "serviceUUID": "38e5d106-c358-4302-b4b0-0ab8c61d9cdc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a9c7b079-ab08-4964-8e16-967ffd44cca2",
  "resources": [
    {
      "resourceInstanceName": "vFW dded301a-344a 0",
      "resourceCustomizationUUID": "5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165",
      "resourceName": "vFW dded301a-344a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "106efaa6-3b5d-4b08-bf51-d71e635c7de6",
      "resourceInvariantUUID": "7542d0d8-5e9d-4499-9e50-475a139dc064",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdded301a344a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
          "artifactChecksum": "MWMzODQ3NWUyNmZjODRkMTllYjQ2ZDE1NWRlMzQzN2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "550e2268-e2cb-4317-a55d-657d5982167c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cbc7a187-f441-4cf8-8724-c14918262c9c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a184aad5-9dc3-4722-bcf4-f18e88d388b1",
            "generatedFromUUID": "cbc7a187-f441-4cf8-8724-c14918262c9c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a184aad5-9dc3-4722-bcf4-f18e88d388b1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220128043226-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
      "artifactChecksum": "M2Q3OWQ1NGQ2ZWVkMGNhMzBjZmQyZGE3Y2I0MzhkNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b7329693-f4e9-42af-8d53-07e43114d0bb"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:34:16.476Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:34:16.476Z|0d1201f3-f381-4993-ad0d-2c9e3c735b6e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 38e5d106-c358-4302-b4b0-0ab8c61d9cdc ASDC
2022-01-28T04:34:16.476Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:ae02d3ec-a51e-461f-9317-4bdc0d016f69
ServiceName:vFW 2022-01-28 04-32-26
ServiceVersion:1.0
ServiceUUID:38e5d106-c358-4302-b4b0-0ab8c61d9cdc
ServiceInvariantUUID:a9c7b079-ab08-4964-8e16-967ffd44cca2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220128043226-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar
ArtifactUUID:b7329693-f4e9-42af-8d53-07e43114d0bb
ArtifactChecksum:M2Q3OWQ1NGQ2ZWVkMGNhMzBjZmQyZGE3Y2I0MzhkNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dded301a-344a 0
ResourceCustomizationUUID:5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165
ResourceInvariantUUID:7542d0d8-5e9d-4499-9e50-475a139dc064
ResourceName:vFW dded301a-344a
ResourceType:VF
ResourceUUID:106efaa6-3b5d-4b08-bf51-d71e635c7de6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdded301a344a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json
ArtifactUUID:550e2268-e2cb-4317-a55d-657d5982167c
ArtifactChecksum:MWMzODQ3NWUyNmZjODRkMTllYjQ2ZDE1NWRlMzQzN2U=
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/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml
ArtifactUUID:cbc7a187-f441-4cf8-8724-c14918262c9c
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/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env
ArtifactUUID:a184aad5-9dc3-4722-bcf4-f18e88d388b1
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/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env
ArtifactUUID:a184aad5-9dc3-4722-bcf4-f18e88d388b1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:34:16.476Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 38e5d106-c358-4302-b4b0-0ab8c61d9cdc 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-01-28T04:34:16.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b7329693-f4e9-42af-8d53-07e43114d0bb from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:34:16.503Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:16.640Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:34:16.648Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar b7329693-f4e9-42af-8d53-07e43114d0bb 98923
2022-01-28T04:34:16.648Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar ASDC sendASDCNotification
2022-01-28T04:34:16.649Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:16.649Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:34:16.649Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:16.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:16.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344456648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:34:16.751Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:16.752Z||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-01-28T04:34:16.752Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:16.766Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:16.767Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:17.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:34:17.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:34:17.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b7329693-f4e9-42af-8d53-07e43114d0bb, URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar to file: /app/ASDC/1/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:17.654Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128043226-csar.csar
2022-01-28T04:34:17.654Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:17.654Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:17.745Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15429240530267436427/Definitions/service-Vfw20220128043226-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-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.157Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dded301a-344a 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-Vfw20220128043226-csar.csar
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:19.158Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:34:19.159Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.160Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:19.161Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.162Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09476ed8-4a73-4519-b9f9-ef103affd396
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.163Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8ee4d85a-edd3-41af-afa4-a4773dff6051
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria
2022-01-28T04:34:19.164Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:19.165Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35bb90fc-5c7a-4bda-8c1e-85903c928469
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:19.166Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-28 04-32-26
Description:catalog service description
Model UUID:38e5d106-c358-4302-b4b0-0ab8c61d9cdc
Model Version:NULL
Model InvariantUuid:a9c7b079-ab08-4964-8e16-967ffd44cca2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dded301a-344a
Model UUID:edf6cab8-07d3-4595-990a-60f886906c8a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7542d0d8-5e9d-4499-9e50-475a139dc064
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e289ac78-0a36-4b10-adc2-4083b1225734
ModelName:VfwDded301a344a..base_vfw..module-0
ModelUuid:91006e87-af98-4f08-b14d-9412f4141218
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09476ed8-4a73-4519-b9f9-ef103affd396
ModelInvariantUuid:42d9cffc-8372-4e38-b66c-33e8c5f734a1
ModelName:vFW dded301a-344a-nodes.vfwCvfc
ModelUuid:7276a5b7-a306-4c77-880a-1af31f521178
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:9a9f8195-5f8b-4ad5-a17c-89b540e36fdb
ModelInvariantUuid:db7a6b26-88f7-4f3b-84fa-e64f4a85b695
ModelName:VfwDded301a344a.compute.nodes.heat.vfw
ModelUuid:9e209a43-9233-40bb-8e3a-0bb59e2e9645
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8ee4d85a-edd3-41af-afa4-a4773dff6051
ModelInvariantUuid:62c7fb85-dfe3-4ed0-8419-a700803aeffb
ModelName:vFW dded301a-344a-nodes.vsnCvfc
ModelUuid:e95bc194-551c-4137-9af6-98eaf43cdff0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:5be433b9-0c7f-4fd5-88dd-99b4199f93c1
ModelInvariantUuid:c04e295c-7d80-47ff-86d1-d317f8c9c078
ModelName:VfwDded301a344a.compute.nodes.heat.vsn
ModelUuid:4865a0c1-37c5-4e4a-aaf3-f27f57a81e73
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:35bb90fc-5c7a-4bda-8c1e-85903c928469
ModelInvariantUuid:752fd59d-42be-4ce6-b878-e1be0bc901ab
ModelName:vFW dded301a-344a-nodes.vpgCvfc
ModelUuid:a98b5f74-addf-44e6-a180-2d66fefca6e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:252a9a63-90ef-44bc-bab2-13551224290f
ModelInvariantUuid:014f7a92-7f4f-432e-8368-108bc0cefcb1
ModelName:VfwDded301a344a.compute.nodes.heat.vpg
ModelUuid:922f50e4-9483-4122-ba82-8b2d8d1c9432
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-01-28T04:34:19.172Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 106efaa6-3b5d-4b08-bf51-d71e635c7de6
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-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||vFW dded301a-344a 0
2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 106efaa6-3b5d-4b08-bf51-d71e635c7de6
2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 550e2268-e2cb-4317-a55d-657d5982167c from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json
2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:34:19.175Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json
2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json 550e2268-e2cb-4317-a55d-657d5982167c 785
2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json ASDC sendASDCNotification
2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json
2022-01-28T04:34:19.344Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:34:19.345Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:19.347Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:19.347Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344459344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:34:19.447Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:19.448Z||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-01-28T04:34:19.448Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:19.460Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:19.461Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:20.348Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDded301a344a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e289ac78-0a36-4b10-adc2-4083b1225734",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "91006e87-af98-4f08-b14d-9412f4141218",
    "vfModuleModelCustomizationUUID": "227f7657-a522-4aaf-aa69-96d5f66825cb",
    "isBase": true,
    "artifacts": [
      "cbc7a187-f441-4cf8-8724-c14918262c9c",
      "a184aad5-9dc3-4722-bcf4-f18e88d388b1"
    ],
    "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-01-28T04:34:20.352Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDded301a344a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:91006e87-af98-4f08-b14d-9412f4141218
VfModuleModelInvariantUUID:e289ac78-0a36-4b10-adc2-4083b1225734
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbc7a187-f441-4cf8-8724-c14918262c9c
,
a184aad5-9dc3-4722-bcf4-f18e88d388b1

}
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-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDded301a344a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e289ac78-0a36-4b10-adc2-4083b1225734",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "91006e87-af98-4f08-b14d-9412f4141218",
    "vfModuleModelCustomizationUUID": "227f7657-a522-4aaf-aa69-96d5f66825cb",
    "isBase": true,
    "artifacts": [
      "cbc7a187-f441-4cf8-8724-c14918262c9c",
      "a184aad5-9dc3-4722-bcf4-f18e88d388b1"
    ],
    "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-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDded301a344a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:91006e87-af98-4f08-b14d-9412f4141218
VfModuleModelInvariantUUID:e289ac78-0a36-4b10-adc2-4083b1225734
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbc7a187-f441-4cf8-8724-c14918262c9c
,
a184aad5-9dc3-4722-bcf4-f18e88d388b1

}
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-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cbc7a187-f441-4cf8-8724-c14918262c9c from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml
2022-01-28T04:34:20.354Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:34:20.355Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml
2022-01-28T04:34:20.408Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:34:20.409Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml cbc7a187-f441-4cf8-8724-c14918262c9c 20368
2022-01-28T04:34:20.409Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:34:20.410Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml
2022-01-28T04:34:20.410Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:34:20.410Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:20.412Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:20.412Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344460409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:34:20.512Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:20.513Z||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-01-28T04:34:20.513Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:20.527Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:20.527Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:34:20.695Z||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-01-28T04:34:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:20.718Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:20.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:34:20.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344400656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:34:20.719Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:34:21.413Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a184aad5-9dc3-4722-bcf4-f18e88d388b1 from URL: /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env
2022-01-28T04:34:21.413Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:34:21.414Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env
2022-01-28T04:34:21.468Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env a184aad5-9dc3-4722-bcf4-f18e88d388b1 2098
2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env
2022-01-28T04:34:21.469Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:34:21.470Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:21.472Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:21.472Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344461469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:34:21.572Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:21.573Z||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-01-28T04:34:21.573Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:21.586Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:21.587Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:34:22.473Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 38e5d106-c358-4302-b4b0-0ab8c61d9cdc
2022-01-28T04:34:22.473Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dded301a-344a 0 106efaa6-3b5d-4b08-bf51-d71e635c7de6 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-01-28T04:34:22.491Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36f33447, org.onap.sdc.toscaparser.api.parameters.Input@458cee0e, org.onap.sdc.toscaparser.api.parameters.Input@ad35824, org.onap.sdc.toscaparser.api.parameters.Input@7402baf1, org.onap.sdc.toscaparser.api.parameters.Input@5bfcf93a]
2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165
2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165 matches Tosca VF Customization UUID: 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165
2022-01-28T04:34:22.492Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165  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-01-28T04:34:22.494Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165: {\"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-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8941f4a
2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 227f7657-a522-4aaf-aa69-96d5f66825cb
2022-01-28T04:34:22.495Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 227f7657-a522-4aaf-aa69-96d5f66825cb
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-01-28T04:34:22.497Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.497Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:22.497Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:34:22.498Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.499Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=09476ed8-4a73-4519-b9f9-ef103affd396
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-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria
2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:34:22.501Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.502Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8ee4d85a-edd3-41af-afa4-a4773dff6051
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-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is not matching search criteria
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:22.504Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:34:22.505Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35bb90fc-5c7a-4bda-8c1e-85903c928469
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-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Node template vFW dded301a-344a 0 is matching search criteria
2022-01-28T04:34:22.507Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW dded301a-344a 0] matching following query criteria: sdcType=VF, customizationUUID=5f2f37d0-9a5b-458e-8d2b-5daeb5b2e165
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-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 38e5d106-c358-4302-b4b0-0ab8c61d9cdc: vFW dded301a-344a
2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.508Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-32-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:34:22.509Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-32-26 
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-01-28T04:34:22.627Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dded301a-344a 106efaa6-3b5d-4b08-bf51-d71e635c7de6 1 ASDC deployResourceStructure
2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json ASDC sendASDCNotification
2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json
2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:34:22.628Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:22.630Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:22.630Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344462628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:34:22.730Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:22.731Z||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-01-28T04:34:22.731Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:22.743Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:22.744Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:34:23.630Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:34:23.631Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml
2022-01-28T04:34:23.631Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:34:23.631Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:23.633Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:23.634Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344463630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:34:23.734Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:34:23.734Z||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-01-28T04:34:23.734Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:23.746Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:23.746Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:34:24.634Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:34:24.635Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env
2022-01-28T04:34:24.635Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:34:24.635Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:24.638Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:24.638Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344464634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:34:24.737Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:34:24.738Z||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-01-28T04:34:24.738Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:24.750Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:24.750Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:34:25.638Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar ASDC sendASDCNotification
2022-01-28T04:34:25.639Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar
2022-01-28T04:34:25.639Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:34:25.639Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:34:25.640Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:34:25.640Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344465638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:34:25.741Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:34:25.741Z||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-01-28T04:34:25.742Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:34:25.753Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:34:25.754Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:34:26.641Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:34:26.651Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:34:26.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:34:26.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:34:26.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:34:56.653Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:34:56.662Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:34:56.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:34:56.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:34:56.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:35:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:35:20.695Z||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-01-28T04:35:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:35:20.722Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:35:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344401809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/vfw7ad4ad1c27950_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:35:20.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344402811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344403814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/resourceInstances/vfw7ad4ad1c27950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344404818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128042844/1.0/artifacts/service-Vfw20220128042844-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d1201f3-f381-4993-ad0d-2c9e3c735b6e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344436006,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d0d1201f3-f381-4993-ad0d-2c9e3c735b6e Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/880a34b8-ad44-478e-a06a-6c47a6bbe37a/model-vers/model-ver/44c23172-fc96-4f66-be73-b9c31a15addb) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344445840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344444690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344445840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344444690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344449944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344445840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344444690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344449944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344451153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344451207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344445840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344444690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344449944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344451153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344451207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344445840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344444690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344449944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344451153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344451207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344445840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344444690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344449944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344451153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344451207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344446556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344445840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344444690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344449944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344451153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344451207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344449944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344456648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344456742,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344451153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344451207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344457746,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344451153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344451207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "policy-id",
  "timestamp": 1643344458748,
  "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-01-28T04:35:20.740Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69
2022-01-28T04:35:20.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344459036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344459135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344459344,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344460091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.748Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "cds",
  "timestamp": 1643344460141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-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-01-28T04:35:20.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69
2022-01-28T04:35:20.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:35:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:35:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344460409,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:35:20.759Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:35:26.664Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:35:26.672Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:35:26.674Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:35:26.674Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:35:26.674Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:35:56.675Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:35:56.684Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:35:56.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:35:56.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:35:56.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:36:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:36:20.696Z||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-01-28T04:36:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:36:20.724Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:36:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344461147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:36:20.727Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344461469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:36:20.728Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344462161,
  "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-01-28T04:36:20.736Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69
2022-01-28T04:36:20.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344462628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344463163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344463630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344463887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344464634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344463887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344465638,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344463887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344467295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344463887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344463887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344468102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344469301,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344463887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.746Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344468102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vfwdded301a344a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.747Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "clamp",
  "timestamp": 1643344470303,
  "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-01-28T04:36:20.752Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69
2022-01-28T04:36:20.752Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344463887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:36:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344468102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344468102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344472105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344468102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/resourceInstances/vfwdded301a344a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344468102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344468102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344475809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344478464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344478975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128043226/1.0/artifacts/service-Vfw20220128043226-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344479467,
  "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-01-28T04:36:20.765Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69
2022-01-28T04:36:20.765Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:20.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:36:20.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "aai-ml",
  "timestamp": 1643344479979,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:36:20.777Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of ae02d3ec-a51e-461f-9317-4bdc0d016f69
2022-01-28T04:36:20.777Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:26.686Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:36:26.695Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:36:26.697Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:36:26.698Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:36:26.703Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:36:56.703Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 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-01-28T04:36:56.708Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ae02d3ec-a51e-461f-9317-4bdc0d016f69 and serviceModelVersionId: 38e5d106-c358-4302-b4b0-0ab8c61d9cdc
2022-01-28T04:36:56.708Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9c7b079-ab08-4964-8e16-967ffd44cca2
2022-01-28T04:36:56.709Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0
2022-01-28T04:36:56.716Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:36:56.738Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?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-01-28T04:36:56.738Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0|INFO|500||Invoke
2022-01-28T04:36:56.762Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:36:56.794Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:36:56.795Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:36:56:769-58712], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:36:56 GMT], Content-Type=[application/json]}
2022-01-28T04:36:56.796Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc","ERR.5.4.6114"]}}}

2022-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114)
2022-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114)
2022-01-28T04:36:56.800Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114)
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-01-28T04:36:56.804Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-01-28T04:36:56.805Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ae02d3ec-a51e-461f-9317-4bdc0d016f69 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=ae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec=ERR.5.4.6114)
2022-01-28T04:36:56.805Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:36:56.805Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:36:56.806Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:36:56.806Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344616805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:36:56.906Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:36:56.907Z||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-01-28T04:36:56.907Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:36:56.924Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:36:56.924Z||pool-138-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-01-28T04:36:57.819Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:36:57.820Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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-01-28T04:36:57.820Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:02.940Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:02.941Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:37:02.941Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"523c1d98-ac27-4923-ae8c-7663cee3f7f0","serviceName":"Demo_pNF_dlMjM2DIs2CxvC3vODsz","serviceVersion":"1.0","serviceUUID":"c027720b-50a5-4b92-ad0d-ee6c470de51c","serviceDescription":"catalog service description","serviceInvariantUUID":"9fad7097-4ce0-4ae9-99a8-be22d2ab8a04","resources":[{"resourceInstanceName":"pNF b0867dc1-8db1 0","resourceName":"pNF b0867dc1-8db1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c776b88-279a-4868-baea-5a3e906e50af","resourceInvariantUUID":"b3d60826-2732-4f65-a066-3ce8a505dff4","resourceCustomizationUUID":"de7f8aa5-3435-491b-b86f-8c02e44bec01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml","artifactChecksum":"NDZjY2I5YWYwMjVlNTVkOWQ4OGJmZGYzYThlYmU0YzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e2e6a543-9ec7-4b36-ae2e-4587968e2629","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41dcbad0-dd49-4c05-b87c-ee93eb86b81a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"347f2ba7-696b-401f-b0b2-d794b3e1cf5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml","artifactChecksum":"NWNjZjc2MGNiZThmN2ZjMTkwMzQzNjA1M2FiNGUwZTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"66be889c-4553-43b9-b754-bf0f3ac49650","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98cd3bb6-ad9c-4c25-a2c7-9d31c91609b2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"764221bb-cc39-47a4-b5bc-8ff652855df1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml","artifactChecksum":"YzA3MzcyYjc1MjMzNGUxYWZlZjNmYWM0MTAwMjE3ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2e17118-410a-41b7-bc26-02726cb74e05","artifactVersion":"1"},{"artifactName":"service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar","artifactChecksum":"Yjg1OGVkYTQwZjllYmNlNjkyZGI3OTdhMzRlOTQxNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30985803-03c6-44e1-b111-45eb16e39d0d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:37:02.943Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:02.943Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:02.946Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:02.946Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:03.046Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:03.047Z||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-01-28T04:37:03.047Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:03.059Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:03.059Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:03.947Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:03.948Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:03.951Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:03.951Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:04.051Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:04.052Z||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-01-28T04:37:04.052Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:04.066Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:04.066Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:04.951Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:04.952Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:04.954Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:04.954Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:05.054Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:05.055Z||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-01-28T04:37:05.055Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:05.067Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:05.067Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:05.954Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:05.955Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:05.956Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:05.956Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:06.057Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:06.057Z||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-01-28T04:37:06.057Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:06.072Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:06.072Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:06.957Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:06.957Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:06.958Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:06.958Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:07.059Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:37:07.059Z||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-01-28T04:37:07.060Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:07.072Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:07.072Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:07.959Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:07.960Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:07.962Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:07.962Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:08.062Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:37:08.063Z||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-01-28T04:37:08.063Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:08.075Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:08.075Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:08.963Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:08.963Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:08.965Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:08.965Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:09.065Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:09.066Z||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-01-28T04:37:09.066Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:09.081Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:09.081Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:09.965Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:37:09.966Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:09.968Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:09.968Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:37:10.068Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:10.069Z||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-01-28T04:37:10.069Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:10.083Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:10.084Z||pool-146-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:10.969Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "serviceName": "Demo_pNF_dlMjM2DIs2CxvC3vODsz",
  "serviceVersion": "1.0",
  "serviceUUID": "c027720b-50a5-4b92-ad0d-ee6c470de51c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fad7097-4ce0-4ae9-99a8-be22d2ab8a04",
  "resources": [
    {
      "resourceInstanceName": "pNF b0867dc1-8db1 0",
      "resourceCustomizationUUID": "de7f8aa5-3435-491b-b86f-8c02e44bec01",
      "resourceName": "pNF b0867dc1-8db1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2c776b88-279a-4868-baea-5a3e906e50af",
      "resourceInvariantUUID": "b3d60826-2732-4f65-a066-3ce8a505dff4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
      "artifactChecksum": "Yjg1OGVkYTQwZjllYmNlNjkyZGI3OTdhMzRlOTQxNjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "30985803-03c6-44e1-b111-45eb16e39d0d"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:37:10.970Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:37:10.970Z|ae02d3ec-a51e-461f-9317-4bdc0d016f69|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c027720b-50a5-4b92-ad0d-ee6c470de51c ASDC
2022-01-28T04:37:10.970Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:523c1d98-ac27-4923-ae8c-7663cee3f7f0
ServiceName:Demo_pNF_dlMjM2DIs2CxvC3vODsz
ServiceVersion:1.0
ServiceUUID:c027720b-50a5-4b92-ad0d-ee6c470de51c
ServiceInvariantUUID:9fad7097-4ce0-4ae9-99a8-be22d2ab8a04
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
ArtifactUUID:30985803-03c6-44e1-b111-45eb16e39d0d
ArtifactChecksum:Yjg1OGVkYTQwZjllYmNlNjkyZGI3OTdhMzRlOTQxNjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b0867dc1-8db1 0
ResourceCustomizationUUID:de7f8aa5-3435-491b-b86f-8c02e44bec01
ResourceInvariantUUID:b3d60826-2732-4f65-a066-3ce8a505dff4
ResourceName:pNF b0867dc1-8db1
ResourceType:PNF
ResourceUUID:2c776b88-279a-4868-baea-5a3e906e50af
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-28T04:37:10.971Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c027720b-50a5-4b92-ad0d-ee6c470de51c 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-01-28T04:37:10.996Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:37:10.996Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:37:10.996Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:37:10.997Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 30985803-03c6-44e1-b111-45eb16e39d0d from URL: /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:10.997Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:37:10.997Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:11.056Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:37:11.061Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar 30985803-03c6-44e1-b111-45eb16e39d0d 82622
2022-01-28T04:37:11.061Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar ASDC sendASDCNotification
2022-01-28T04:37:11.062Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:11.062Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:37:11.062Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:11.063Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:11.064Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344631061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:37:11.164Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:11.165Z||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-01-28T04:37:11.165Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:11.178Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:11.179Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:12.064Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:37:12.066Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:37:12.066Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 30985803-03c6-44e1-b111-45eb16e39d0d, URL: /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar to file: /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.066Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.067Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.067Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.144Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7995193396672737522/Definitions/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b0867dc1-8db1 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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.703Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Node template pNF b0867dc1-8db1 0 is matching search criteria
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b0867dc1-8db1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Node template pNF b0867dc1-8db1 0 is matching search criteria
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF b0867dc1-8db1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.704Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.705Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dlMjM2DIs2CxvC3vODsz
Description:catalog service description
Model UUID:c027720b-50a5-4b92-ad0d-ee6c470de51c
Model Version:NULL
Model InvariantUuid:9fad7097-4ce0-4ae9-99a8-be22d2ab8a04
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-01-28T04:37:12.711Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c776b88-279a-4868-baea-5a3e906e50af
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-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||pNF b0867dc1-8db1 0
2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c776b88-279a-4868-baea-5a3e906e50af
2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c027720b-50a5-4b92-ad0d-ee6c470de51c
2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c027720b-50a5-4b92-ad0d-ee6c470de51c
2022-01-28T04:37:12.713Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b0867dc1-8db1 0 2c776b88-279a-4868-baea-5a3e906e50af 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-01-28T04:37:12.716Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2b2ca955, org.onap.sdc.toscaparser.api.parameters.Input@432f89a5, org.onap.sdc.toscaparser.api.parameters.Input@1622b368, org.onap.sdc.toscaparser.api.parameters.Input@737249be, org.onap.sdc.toscaparser.api.parameters.Input@3d5a2084]
2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c027720b-50a5-4b92-ad0d-ee6c470de51c: pNF b0867dc1-8db1
2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Processing PNF resource: 2c776b88-279a-4868-baea-5a3e906e50af
2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_dlMjM2DIs2CxvC3vODsz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:37:12.717Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||Resource customization UUID: de7f8aa5-3435-491b-b86f-8c02e44bec01 is the same as notified resource customizationUUID: de7f8aa5-3435-491b-b86f-8c02e44bec01
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-01-28T04:37:12.744Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b0867dc1-8db1 2c776b88-279a-4868-baea-5a3e906e50af 0 ASDC deployResourceStructure
2022-01-28T04:37:12.744Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar ASDC sendASDCNotification
2022-01-28T04:37:12.745Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar
2022-01-28T04:37:12.745Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:37:12.745Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:37:12.748Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:37:12.748Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344632744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:37:12.848Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:37:12.848Z||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-01-28T04:37:12.848Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:12.861Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:12.861Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:37:13.749Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:37:13.759Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:37:13.761Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:37:13.762Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:37:13.762Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:37:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:37:20.695Z||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-01-28T04:37:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:37:20.736Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:37:20.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:37:20.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:20.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:37:20.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:37:20.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:37:20.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:37:43.762Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:37:43.771Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:37:43.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:37:43.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:37:43.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:38:13.773Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:38:13.786Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:38:13.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:38:13.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:38:13.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:38:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:38:20.695Z||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-01-28T04:38:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:38:20.728Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344571153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344571207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344588945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "cds",
  "timestamp": 1643344589949,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-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-01-28T04:38:20.741Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0
2022-01-28T04:38:20.741Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344583887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.749Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344584690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344592843,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344593806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344594809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344588102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "policy-id",
  "timestamp": 1643344595812,
  "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-01-28T04:38:20.755Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0
2022-01-28T04:38:20.755Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344596761,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344596875,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344589944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "aai-ml",
  "timestamp": 1643344597765,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:38:20.765Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0
2022-01-28T04:38:20.765Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344598484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344598677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344599487,
  "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-01-28T04:38:20.775Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0
2022-01-28T04:38:20.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344599699,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:38:20.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344600701,
  "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-01-28T04:38:20.787Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0
2022-01-28T04:38:20.787Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.795Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344595840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.796Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.796Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344613309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:38:20.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344615315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:38:20.797Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.797Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "clamp",
  "timestamp": 1643344616318,
  "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-01-28T04:38:20.802Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 523c1d98-ac27-4923-ae8c-7663cee3f7f0
2022-01-28T04:38:20.802Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ae02d3ec-a51e-461f-9317-4bdc0d016f69",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344616805,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003dae02d3ec-a51e-461f-9317-4bdc0d016f69 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/a9c7b079-ab08-4964-8e16-967ffd44cca2/model-vers/model-ver/38e5d106-c358-4302-b4b0-0ab8c61d9cdc) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:38:20.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/resourceInstances/pnfb0867dc18db10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344617819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344631061,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344632744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDlmjm2dis2cxvc3vodsz/1.0/artifacts/service-DemoPnfDlmjm2dis2cxvc3vodsz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:38:20.812Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:38:43.788Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:38:43.799Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:38:43.801Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:38:43.801Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:38:43.802Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:38:43.806Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:39:13.807Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 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-01-28T04:39:13.812Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 523c1d98-ac27-4923-ae8c-7663cee3f7f0 and serviceModelVersionId: c027720b-50a5-4b92-ad0d-ee6c470de51c
2022-01-28T04:39:13.812Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fad7097-4ce0-4ae9-99a8-be22d2ab8a04
2022-01-28T04:39:13.813Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0
2022-01-28T04:39:13.820Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:39:13.843Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|INFO|500||Invoke
2022-01-28T04:39:13.843Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[523c1d98-ac27-4923-ae8c-7663cee3f7f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe9ad912-11c9-4695-a8ea-97b95432780a], X-ECOMP-RequestID=[523c1d98-ac27-4923-ae8c-7663cee3f7f0], X-TransactionId=[], X-ONAP-RequestID=[523c1d98-ac27-4923-ae8c-7663cee3f7f0], Content-Type=[application/merge-patch+json]}
2022-01-28T04:39:13.859Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:39:13.883Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?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/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:39:13:868-35865], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:39:13 GMT], Content-Type=[application/json]}
2022-01-28T04:39:13.883Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c","ERR.5.4.6114"]}}}

2022-01-28T04:39:13.884Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:39:13.887Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114)
2022-01-28T04:39:13.887Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:39:13.888Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114)
2022-01-28T04:39:13.888Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114)
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-01-28T04:39:13.891Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-01-28T04:39:13.891Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 523c1d98-ac27-4923-ae8c-7663cee3f7f0 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec=ERR.5.4.6114)
2022-01-28T04:39:13.891Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:39:13.892Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:13.894Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:13.894Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344753891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:39:13.994Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:13.995Z||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-01-28T04:39:13.995Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:14.013Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:14.014Z||pool-149-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-01-28T04:39:14.906Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:39:14.907Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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-01-28T04:39:14.907Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:19.634Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:19.635Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:39:19.635Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9b7f5188-ae33-4790-832d-2757124b15f6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6083f873-094a-4ebf-855b-7bb02083dec1","serviceDescription":"service","serviceInvariantUUID":"55cc029f-3125-4d0a-b19d-cd18cbbc5eea","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f68c21e3-5ad0-40a8-9797-1e5349ee003c","resourceInvariantUUID":"bcdbe809-43e3-4761-9fdc-b1eea452472f","resourceCustomizationUUID":"b52694d4-2d51-444d-b9ca-7433b07da161","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":"YTcxZTlkMWM4OTgxN2Y1OTE0NmVmMmM4ZTgzMTU0NjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"64a520c3-4f30-41e6-a24c-3128c36e7b85","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":"8f8de03e-b8aa-4e94-ab63-f6a5f89623ba","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":"676d3b41-0788-43dc-abaa-e578290660b4","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":"MmI0ZGExOTBkNWM3ZjA2MWM2MjllYzgxZGU0MDNiMDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2f2c532e-5e3c-4c7e-abbe-0b09a77a00a1","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":"53ec88a5-3ac2-4124-bede-31a418633469","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":"77757de5-8cc4-46d0-9ec6-e04afe3551b5","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":"d36832e5-89b7-4189-a6db-c16ad02eaa02","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":"ZWVhOTVkMGYwMDgwOTUxZmI5N2RiMjY5ZmI5ZTA2YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eba67a7a-b93d-4aec-9395-b419c345ea1c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MzFiOWNlZTFiOTA1YTg2ZTRmMDY5YWM2MDBkNTNhZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"176fbf64-574f-4240-a9e8-7a7ed2d2c764","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:39:19.637Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:19.638Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:19.640Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:19.640Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:19.740Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:19.741Z||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-01-28T04:39:19.741Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:19.755Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:19.755Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:20.641Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:20.642Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:20.644Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:20.645Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:39:20.695Z||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-01-28T04:39:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:20.713Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:20.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344643887,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344644690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344654522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344654702,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344646207,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344655706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344656091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "policy-id",
  "timestamp": 1643344656708,
  "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-01-28T04:39:20.743Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6
2022-01-28T04:39:20.743Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:39:20.744Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:39:20.745Z||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-01-28T04:39:20.745Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344648102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.751Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "cds",
  "timestamp": 1643344657304,
  "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-01-28T04:39:20.755Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6
2022-01-28T04:39:20.755Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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=?
2022-01-28T04:39:20.758Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:20.758Z||pool-151-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-01-28T04:39:20.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344657811,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:39:20.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344657970,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:39:20.768Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.768Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344649944,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "aai-ml",
  "timestamp": 1643344658974,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:39:20.774Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6
2022-01-28T04:39:20.775Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344659594,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:39:20.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344659664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344651153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344660597,
  "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-01-28T04:39:20.792Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6
2022-01-28T04:39:20.792Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344660696,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:39:20.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344661699,
  "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-01-28T04:39:20.807Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6
2022-01-28T04:39:20.807Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.816Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344655840,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.817Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344671316,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:39:20.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344673323,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:39:20.818Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.818Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "clamp",
  "timestamp": 1643344674326,
  "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-01-28T04:39:20.823Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9b7f5188-ae33-4790-832d-2757124b15f6
2022-01-28T04:39:20.823Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:39:20.832Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.833Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.837Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344691153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344689944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344685840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344691207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344684690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:20.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:39:21.645Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:21.646Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:21.647Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:21.647Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:21.747Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:21.748Z||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-01-28T04:39:21.748Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:21.761Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:21.761Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:22.647Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:22.648Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:22.650Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:22.650Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:22.750Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:22.751Z||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-01-28T04:39:22.751Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:22.763Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:22.763Z||pool-153-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:23.651Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:23.652Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:23.654Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:23.654Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:23.754Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:23.755Z||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-01-28T04:39:23.755Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:23.768Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:23.768Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:24.655Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:24.656Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:24.658Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:24.658Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:24.758Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:24.759Z||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-01-28T04:39:24.759Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:24.772Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:24.773Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:25.659Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:25.659Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:25.660Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:25.660Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:25.761Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:25.761Z||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-01-28T04:39:25.762Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:25.775Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:25.775Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:26.661Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:26.662Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:26.665Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:26.673Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:39:26.765Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-01-28T04:39:26.766Z||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-01-28T04:39:26.766Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:26.781Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:26.781Z||pool-157-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:27.674Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:39:27.675Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:27.677Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:27.677Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:39:27.777Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:39:27.778Z||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-01-28T04:39:27.778Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:27.792Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:27.792Z||pool-158-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:28.678Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6083f873-094a-4ebf-855b-7bb02083dec1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "55cc029f-3125-4d0a-b19d-cd18cbbc5eea",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b52694d4-2d51-444d-b9ca-7433b07da161",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f68c21e3-5ad0-40a8-9797-1e5349ee003c",
      "resourceInvariantUUID": "bcdbe809-43e3-4761-9fdc-b1eea452472f",
      "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": "MzFiOWNlZTFiOTA1YTg2ZTRmMDY5YWM2MDBkNTNhZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "176fbf64-574f-4240-a9e8-7a7ed2d2c764"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:39:28.678Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:39:28.679Z|523c1d98-ac27-4923-ae8c-7663cee3f7f0|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6083f873-094a-4ebf-855b-7bb02083dec1 ASDC
2022-01-28T04:39:28.679Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:9b7f5188-ae33-4790-832d-2757124b15f6
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:6083f873-094a-4ebf-855b-7bb02083dec1
ServiceInvariantUUID:55cc029f-3125-4d0a-b19d-cd18cbbc5eea
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:176fbf64-574f-4240-a9e8-7a7ed2d2c764
ArtifactChecksum:MzFiOWNlZTFiOTA1YTg2ZTRmMDY5YWM2MDBkNTNhZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b52694d4-2d51-444d-b9ca-7433b07da161
ResourceInvariantUUID:bcdbe809-43e3-4761-9fdc-b1eea452472f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f68c21e3-5ad0-40a8-9797-1e5349ee003c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-28T04:39:28.679Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6083f873-094a-4ebf-855b-7bb02083dec1 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-01-28T04:39:28.699Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 176fbf64-574f-4240-a9e8-7a7ed2d2c764 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:39:28.700Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-28T04:39:28.990Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 176fbf64-574f-4240-a9e8-7a7ed2d2c764 105632
2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-28T04:39:28.997Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:39:28.998Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:28.999Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:28.999Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344768997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:39:29.099Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:39:29.100Z||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-01-28T04:39:29.100Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:29.114Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:29.115Z||pool-159-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:30.000Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:39:30.001Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:39:30.001Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 176fbf64-574f-4240-a9e8-7a7ed2d2c764, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.002Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.002Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.002Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.082Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18102821444280796092/Definitions/service-TestPnfMacro-template.yml
2022-01-28T04:39:30.665Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.666Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.667Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.668Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:6083f873-094a-4ebf-855b-7bb02083dec1
Model Version:NULL
Model InvariantUuid:55cc029f-3125-4d0a-b19d-cd18cbbc5eea
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-01-28T04:39:30.673Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: f68c21e3-5ad0-40a8-9797-1e5349ee003c
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-01-28T04:39:30.675Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-01-28T04:39:30.675Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f68c21e3-5ad0-40a8-9797-1e5349ee003c
2022-01-28T04:39:30.676Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 6083f873-094a-4ebf-855b-7bb02083dec1
2022-01-28T04:39:30.676Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6083f873-094a-4ebf-855b-7bb02083dec1
2022-01-28T04:39:30.676Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f68c21e3-5ad0-40a8-9797-1e5349ee003c 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-01-28T04:39:30.679Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3770d246, org.onap.sdc.toscaparser.api.parameters.Input@4d2312f, org.onap.sdc.toscaparser.api.parameters.Input@42cc20a3, org.onap.sdc.toscaparser.api.parameters.Input@66baecc5, org.onap.sdc.toscaparser.api.parameters.Input@5769f0b6]
2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6083f873-094a-4ebf-855b-7bb02083dec1: test-pnf
2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Processing PNF resource: f68c21e3-5ad0-40a8-9797-1e5349ee003c
2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:39:30.680Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:39:30.681Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||Resource customization UUID: b52694d4-2d51-444d-b9ca-7433b07da161 is the same as notified resource customizationUUID: b52694d4-2d51-444d-b9ca-7433b07da161
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-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f68c21e3-5ad0-40a8-9797-1e5349ee003c 0 ASDC deployResourceStructure
2022-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-01-28T04:39:30.707Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:39:30.708Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:39:30.710Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:39:30.711Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344770707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:39:30.811Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:39:30.811Z||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-01-28T04:39:30.811Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:39:30.826Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:39:30.827Z||pool-160-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:39:31.711Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9b7f5188-ae33-4790-832d-2757124b15f6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:39:31.723Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9b7f5188-ae33-4790-832d-2757124b15f6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:39:31.726Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:39:31.732Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:40:01.732Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9b7f5188-ae33-4790-832d-2757124b15f6 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-01-28T04:40:01.736Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9b7f5188-ae33-4790-832d-2757124b15f6 and serviceModelVersionId: 6083f873-094a-4ebf-855b-7bb02083dec1
2022-01-28T04:40:01.736Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55cc029f-3125-4d0a-b19d-cd18cbbc5eea
2022-01-28T04:40:01.737Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0
2022-01-28T04:40:01.741Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:40:01.761Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|INFO|500||Invoke
2022-01-28T04:40:01.762Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9b7f5188-ae33-4790-832d-2757124b15f6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a77d89b9-fe37-433d-bee7-418d67b92842], X-ECOMP-RequestID=[9b7f5188-ae33-4790-832d-2757124b15f6], X-TransactionId=[], X-ONAP-RequestID=[9b7f5188-ae33-4790-832d-2757124b15f6], Content-Type=[application/merge-patch+json]}
2022-01-28T04:40:01.783Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:40:01.807Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?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/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:40:01:790-99571], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:40:01 GMT], Content-Type=[application/json]}
2022-01-28T04:40:01.808Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1","ERR.5.4.6114"]}}}

2022-01-28T04:40:01.809Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114)
2022-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114)
2022-01-28T04:40:01.814Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114)
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-01-28T04:40:01.819Z|9b7f5188-ae33-4790-832d-2757124b15f6|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-01-28T04:40:01.819Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9b7f5188-ae33-4790-832d-2757124b15f6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec=ERR.5.4.6114)
2022-01-28T04:40:01.820Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:40:01.820Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:01.821Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:01.822Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344801820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:40:01.922Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:40:01.923Z||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-01-28T04:40:01.923Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:01.941Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:01.942Z||pool-161-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-01-28T04:40:02.833Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:40:02.834Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"45a4d031-c6d3-440f-a983-c0524eb33abd","serviceName":"Demo_pNF_PFfnAQJQ2iHWBtv4dlsf","serviceVersion":"1.0","serviceUUID":"ec555a1a-eef2-4e08-a9df-48f10fb07340","serviceDescription":"catalog service description","serviceInvariantUUID":"46f2c791-5971-48eb-9ab7-c2ecf66c5639","resources":[{"resourceInstanceName":"pNF 5ebebd38-2b9d 0","resourceName":"pNF 5ebebd38-2b9d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4485bba0-9362-45c3-a3bf-a0611e2ff21f","resourceInvariantUUID":"b3796f78-701f-472b-9104-798050961a4b","resourceCustomizationUUID":"29d83362-8ceb-48c5-8353-7019b7630ad5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml","artifactChecksum":"Zjc5ODU4ODE3YzEwMWQ4NGJlM2ZiOTAzMGQzNjgyYzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"981a8244-561c-4090-9e59-62e7c31c7cd7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"691639ec-3cdc-4216-acca-2d61090aaeba","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"27c114c2-c368-40a4-845a-4e6fe84fa177","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml","artifactChecksum":"OGRhYWYwYWZlY2VkMGUyMWFjMDc1NDdmNDc3NzM1ZjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f765022-9b5a-4416-ba79-79fc11a68f1a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adf52700-6ce1-40b4-877f-21e7ece19e84","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1297f790-f4c5-4b3c-a72b-badade6cc2a9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml","artifactChecksum":"ZTA4MDQxZjczZTE5MmM2YTlmMDMwMGE1OTVhZTYxYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fce79e15-ec9f-498c-9d3b-172023d0639b","artifactVersion":"1"},{"artifactName":"service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar","artifactChecksum":"YmFlNGM4ZmZlNmQ3MjRiZTViZWNlNjA3M2E5ZWQwZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96f1a67c-f841-4e8b-b311-2f6510e83b17","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:40:02.834Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:02.835Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:02.837Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:02.837Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:02.937Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:40:02.938Z||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-01-28T04:40:02.938Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:02.952Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:02.953Z||pool-162-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:03.838Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:03.839Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:03.842Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:03.842Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:03.942Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:40:03.942Z||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-01-28T04:40:03.942Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:03.957Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:03.957Z||pool-163-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:04.843Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:04.844Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:04.846Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:04.846Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:04.946Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:40:04.946Z||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-01-28T04:40:04.947Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:04.959Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:04.960Z||pool-164-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:40:05.847Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:05.847Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:05.849Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:05.849Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:05.949Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:40:05.950Z||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-01-28T04:40:05.950Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:05.963Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:05.963Z||pool-165-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:06.850Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:06.851Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:06.852Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:06.853Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:06.952Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:40:06.953Z||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-01-28T04:40:06.953Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:06.967Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:06.968Z||pool-166-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:07.853Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:07.854Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:07.855Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:07.855Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:07.956Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:40:07.957Z||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-01-28T04:40:07.957Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:07.972Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:07.972Z||pool-167-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:40:08.856Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:08.857Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:08.859Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:08.859Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:08.959Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:40:08.960Z||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-01-28T04:40:08.960Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:08.973Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:08.973Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:09.859Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:40:09.860Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:09.862Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:09.862Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:40:09.962Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:40:09.963Z||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-01-28T04:40:09.963Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:09.976Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:09.977Z||pool-169-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:10.864Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "serviceName": "Demo_pNF_PFfnAQJQ2iHWBtv4dlsf",
  "serviceVersion": "1.0",
  "serviceUUID": "ec555a1a-eef2-4e08-a9df-48f10fb07340",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "46f2c791-5971-48eb-9ab7-c2ecf66c5639",
  "resources": [
    {
      "resourceInstanceName": "pNF 5ebebd38-2b9d 0",
      "resourceCustomizationUUID": "29d83362-8ceb-48c5-8353-7019b7630ad5",
      "resourceName": "pNF 5ebebd38-2b9d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4485bba0-9362-45c3-a3bf-a0611e2ff21f",
      "resourceInvariantUUID": "b3796f78-701f-472b-9104-798050961a4b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
      "artifactChecksum": "YmFlNGM4ZmZlNmQ3MjRiZTViZWNlNjA3M2E5ZWQwZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96f1a67c-f841-4e8b-b311-2f6510e83b17"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:40:10.864Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:40:10.865Z|9b7f5188-ae33-4790-832d-2757124b15f6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ec555a1a-eef2-4e08-a9df-48f10fb07340 ASDC
2022-01-28T04:40:10.865Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:45a4d031-c6d3-440f-a983-c0524eb33abd
ServiceName:Demo_pNF_PFfnAQJQ2iHWBtv4dlsf
ServiceVersion:1.0
ServiceUUID:ec555a1a-eef2-4e08-a9df-48f10fb07340
ServiceInvariantUUID:46f2c791-5971-48eb-9ab7-c2ecf66c5639
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
ArtifactUUID:96f1a67c-f841-4e8b-b311-2f6510e83b17
ArtifactChecksum:YmFlNGM4ZmZlNmQ3MjRiZTViZWNlNjA3M2E5ZWQwZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5ebebd38-2b9d 0
ResourceCustomizationUUID:29d83362-8ceb-48c5-8353-7019b7630ad5
ResourceInvariantUUID:b3796f78-701f-472b-9104-798050961a4b
ResourceName:pNF 5ebebd38-2b9d
ResourceType:PNF
ResourceUUID:4485bba0-9362-45c3-a3bf-a0611e2ff21f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-28T04:40:10.865Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec555a1a-eef2-4e08-a9df-48f10fb07340 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-01-28T04:40:10.890Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 96f1a67c-f841-4e8b-b311-2f6510e83b17 from URL: /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:10.891Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:40:10.892Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:10.948Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar 96f1a67c-f841-4e8b-b311-2f6510e83b17 82616
2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar ASDC sendASDCNotification
2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:40:10.951Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:10.952Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:10.952Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344810951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:40:11.053Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:40:11.053Z||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-01-28T04:40:11.054Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:11.067Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:11.067Z||pool-170-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:11.952Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:40:11.953Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:40:11.953Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 96f1a67c-f841-4e8b-b311-2f6510e83b17, URL: /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar to file: /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:11.954Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:11.954Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:11.954Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.033Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1139016298965605170/Definitions/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml
2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5ebebd38-2b9d 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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.553Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Node template pNF 5ebebd38-2b9d 0 is matching search criteria
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5ebebd38-2b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.554Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Node template pNF 5ebebd38-2b9d 0 is matching search criteria
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 5ebebd38-2b9d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.555Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PFfnAQJQ2iHWBtv4dlsf
Description:catalog service description
Model UUID:ec555a1a-eef2-4e08-a9df-48f10fb07340
Model Version:NULL
Model InvariantUuid:46f2c791-5971-48eb-9ab7-c2ecf66c5639
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-01-28T04:40:12.562Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4485bba0-9362-45c3-a3bf-a0611e2ff21f
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-01-28T04:40:12.564Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||pNF 5ebebd38-2b9d 0
2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4485bba0-9362-45c3-a3bf-a0611e2ff21f
2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ec555a1a-eef2-4e08-a9df-48f10fb07340
2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ec555a1a-eef2-4e08-a9df-48f10fb07340
2022-01-28T04:40:12.565Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5ebebd38-2b9d 0 4485bba0-9362-45c3-a3bf-a0611e2ff21f 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-01-28T04:40:12.568Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f7166d5, org.onap.sdc.toscaparser.api.parameters.Input@34615bce, org.onap.sdc.toscaparser.api.parameters.Input@7af38409, org.onap.sdc.toscaparser.api.parameters.Input@6d9712a9, org.onap.sdc.toscaparser.api.parameters.Input@39848600]
2022-01-28T04:40:12.568Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ec555a1a-eef2-4e08-a9df-48f10fb07340: pNF 5ebebd38-2b9d
2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Processing PNF resource: 4485bba0-9362-45c3-a3bf-a0611e2ff21f
2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_PFfnAQJQ2iHWBtv4dlsf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:40:12.569Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||Resource customization UUID: 29d83362-8ceb-48c5-8353-7019b7630ad5 is the same as notified resource customizationUUID: 29d83362-8ceb-48c5-8353-7019b7630ad5
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-01-28T04:40:12.591Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5ebebd38-2b9d 4485bba0-9362-45c3-a3bf-a0611e2ff21f 0 ASDC deployResourceStructure
2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar ASDC sendASDCNotification
2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar
2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:40:12.592Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:40:12.594Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:40:12.594Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344812592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:40:12.694Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:40:12.695Z||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-01-28T04:40:12.695Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:12.708Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:12.709Z||pool-171-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:40:13.595Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:40:13.605Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:40:13.607Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:40:13.607Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:40:13.608Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:40:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:40:20.696Z||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-01-28T04:40:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:40:20.717Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:40:20.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344701554,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:40:20.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344701568,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:40:20.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344701562,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:40:20.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344702569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:40:20.722Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "cds",
  "timestamp": 1643344702573,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-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-01-28T04:40:20.728Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd
2022-01-28T04:40:20.729Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344702570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:40:20.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344703572,
  "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-01-28T04:40:20.738Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd
2022-01-28T04:40:20.738Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.747Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "policy-id",
  "timestamp": 1643344703572,
  "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-01-28T04:40:20.751Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd
2022-01-28T04:40:20.751Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.759Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.760Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.761Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344711324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344703887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344712900,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344713328,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:40:20.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "clamp",
  "timestamp": 1643344714331,
  "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-01-28T04:40:20.768Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd
2022-01-28T04:40:20.769Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.775Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.775Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344708103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344716537,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344716869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "aai-ml",
  "timestamp": 1643344717540,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:40:20.779Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd
2022-01-28T04:40:20.780Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344718709,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:40:20.788Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.789Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.789Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344719712,
  "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-01-28T04:40:20.794Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45a4d031-c6d3-440f-a983-c0524eb33abd
2022-01-28T04:40:20.794Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:40:20.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "523c1d98-ac27-4923-ae8c-7663cee3f7f0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344753891,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d523c1d98-ac27-4923-ae8c-7663cee3f7f0 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/9fad7097-4ce0-4ae9-99a8-be22d2ab8a04/model-vers/model-ver/c027720b-50a5-4b92-ad0d-ee6c470de51c) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:40:20.802Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:40:20.802Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:40:20.802Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:40:20.802Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:40:43.608Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:40:43.619Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:40:43.621Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:40:43.625Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:41:13.625Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45a4d031-c6d3-440f-a983-c0524eb33abd 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-01-28T04:41:13.630Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45a4d031-c6d3-440f-a983-c0524eb33abd and serviceModelVersionId: ec555a1a-eef2-4e08-a9df-48f10fb07340
2022-01-28T04:41:13.631Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46f2c791-5971-48eb-9ab7-c2ecf66c5639
2022-01-28T04:41:13.632Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0
2022-01-28T04:41:13.638Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:41:13.656Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?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-01-28T04:41:13.657Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0|INFO|500||Invoke
2022-01-28T04:41:13.670Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:41:13.735Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:41:13.736Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220128-04:41:13:676-38306], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:41:13 GMT], Content-Type=[application/json]}
2022-01-28T04:41:13.736Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340","ERR.5.4.6114"]}}}

2022-01-28T04:41:13.740Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114)
2022-01-28T04:41:13.741Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:41:13.741Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114)
2022-01-28T04:41:13.741Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114)
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-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45a4d031-c6d3-440f-a983-c0524eb33abd and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec=ERR.5.4.6114)
2022-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:41:13.745Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:41:13.746Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:41:13.746Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344873745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:41:13.847Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:41:13.848Z||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-01-28T04:41:13.848Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:41:13.864Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:41:13.865Z||pool-172-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-01-28T04:41:14.759Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:41:14.760Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:14.760Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:41:20.695Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:41:20.696Z||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-01-28T04:41:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:41:20.714Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:41:20.714Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-01-28T04:41:20.715Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:41:20.715Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:41:24.298Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:41:24.298Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:41:24.299Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:24.299Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:41:33.837Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:41:33.837Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:41:33.838Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:33.838Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:41:43.378Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:41:43.379Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:41:43.380Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:43.380Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:41:52.916Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:41:52.917Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:41:52.917Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:41:52.917Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:02.453Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:02.453Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:42:02.453Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:42:02.454Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:11.992Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:11.993Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:42:11.993Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:42:11.993Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:42:20.695Z||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-01-28T04:42:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:20.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:20.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344768997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344770707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9b7f5188-ae33-4790-832d-2757124b15f6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344801820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d9b7f5188-ae33-4790-832d-2757124b15f6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/55cc029f-3125-4d0a-b19d-cd18cbbc5eea/model-vers/model-ver/6083f873-094a-4ebf-855b-7bb02083dec1) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/resourceInstances/pnf5ebebd382b9d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344754906,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344810951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344812592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPffnaqjq2ihwbtv4dlsf/1.0/artifacts/service-DemoPnfPffnaqjq2ihwbtv4dlsf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:42:20.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:42:21.530Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:21.531Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:42:21.532Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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-01-28T04:42:21.532Z|45a4d031-c6d3-440f-a983-c0524eb33abd|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:31.168Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:31.169Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:42:31.169Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"42990f1c-2848-45dd-b9b0-e48c185d59a6","serviceName":"vFW 2022-01-28 04-41-09","serviceVersion":"1.0","serviceUUID":"61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0","serviceDescription":"catalog service description","serviceInvariantUUID":"f33ab43d-37bb-4be5-9b9e-825ffd1f8567","resources":[{"resourceInstanceName":"vFW 7f96eaac-48b9 0","resourceName":"vFW 7f96eaac-48b9","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"577bee1f-c00b-429e-89d8-83de99d091c9","resourceInvariantUUID":"dc57a8ae-d4b0-4d62-8715-90e324dd8909","resourceCustomizationUUID":"3d6e83fe-3aad-4466-8b5b-5e0d8862147b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml","artifactChecksum":"MTlhYzQwYTQ0NTUyMjliNGYyNmU2ZGE4OGY3ZjJkNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffd1ce57-b327-4e88-88cd-36c5f37a9548","artifactVersion":"1"},{"artifactName":"vfw7f96eaac48b90_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json","artifactChecksum":"ZGNkOTZlZjY1ZTk2Njc3MjBmMWNlMjU0M2MyY2UzMGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"240c251e-6c6f-423c-9f1a-5fc1dbd54f51","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml","artifactChecksum":"MDA2MDIwMjE5YzM2YWY1NzA1ZTQ4Y2M4ZWExOTFjNmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56fcfe7e-f455-4e2f-bf45-528100aa7cfa","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ca7a6e83-e394-4dc1-b662-9d68d992af1f","artifactVersion":"2","generatedFromUUID":"bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128044109-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml","artifactChecksum":"Y2Y1MzVlNDBmZDcwNWJmNmE5ZmE1NjExODIwMzE4YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3482fd9-1c3e-443f-be15-45dbf13b4926","artifactVersion":"1"},{"artifactName":"service-Vfw20220128044109-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar","artifactChecksum":"ZWI1MTJjM2YxZGJmMmM5ODFhOTQ4MTgwN2MxZTRkZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8aa11afe-9aa7-4307-98f9-effffb8b66ed","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:42:31.170Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:42:31.170Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:31.172Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:31.172Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:31.272Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:31.273Z||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-01-28T04:42:31.273Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:31.283Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:31.284Z||pool-173-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:32.173Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:42:32.174Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:32.176Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:32.176Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:42:32.276Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:32.277Z||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-01-28T04:42:32.277Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:32.296Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:32.296Z||pool-174-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:33.177Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:42:33.178Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:33.180Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:33.180Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:42:33.280Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:33.281Z||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-01-28T04:42:33.281Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:33.292Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:33.292Z||pool-175-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:34.181Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:42:34.182Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:34.184Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:34.184Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:34.284Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:34.284Z||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-01-28T04:42:34.284Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:34.295Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:34.295Z||pool-176-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:35.184Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:42:35.185Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:35.187Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:35.187Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:42:35.288Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:42:35.288Z||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-01-28T04:42:35.288Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:35.299Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:35.299Z||pool-177-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:36.188Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:42:36.189Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:36.191Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:36.191Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:42:36.291Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:42:36.292Z||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-01-28T04:42:36.292Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:36.305Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:36.305Z||pool-178-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:37.192Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:42:37.193Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:37.195Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:37.195Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:42:37.295Z||pool-179-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:37.295Z||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-01-28T04:42:37.295Z||pool-179-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:37.312Z||pool-179-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:37.312Z||pool-179-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:38.196Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "serviceName": "vFW 2022-01-28 04-41-09",
  "serviceVersion": "1.0",
  "serviceUUID": "61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f33ab43d-37bb-4be5-9b9e-825ffd1f8567",
  "resources": [
    {
      "resourceInstanceName": "vFW 7f96eaac-48b9 0",
      "resourceCustomizationUUID": "3d6e83fe-3aad-4466-8b5b-5e0d8862147b",
      "resourceName": "vFW 7f96eaac-48b9",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "577bee1f-c00b-429e-89d8-83de99d091c9",
      "resourceInvariantUUID": "dc57a8ae-d4b0-4d62-8715-90e324dd8909",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7f96eaac48b90_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
          "artifactChecksum": "ZGNkOTZlZjY1ZTk2Njc3MjBmMWNlMjU0M2MyY2UzMGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "240c251e-6c6f-423c-9f1a-5fc1dbd54f51",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ca7a6e83-e394-4dc1-b662-9d68d992af1f",
            "generatedFromUUID": "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ca7a6e83-e394-4dc1-b662-9d68d992af1f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220128044109-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
      "artifactChecksum": "ZWI1MTJjM2YxZGJmMmM5ODFhOTQ4MTgwN2MxZTRkZjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8aa11afe-9aa7-4307-98f9-effffb8b66ed"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:42:38.197Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:42:38.197Z|45a4d031-c6d3-440f-a983-c0524eb33abd|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 ASDC
2022-01-28T04:42:38.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:42990f1c-2848-45dd-b9b0-e48c185d59a6
ServiceName:vFW 2022-01-28 04-41-09
ServiceVersion:1.0
ServiceUUID:61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0
ServiceInvariantUUID:f33ab43d-37bb-4be5-9b9e-825ffd1f8567
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220128044109-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar
ArtifactUUID:8aa11afe-9aa7-4307-98f9-effffb8b66ed
ArtifactChecksum:ZWI1MTJjM2YxZGJmMmM5ODFhOTQ4MTgwN2MxZTRkZjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7f96eaac-48b9 0
ResourceCustomizationUUID:3d6e83fe-3aad-4466-8b5b-5e0d8862147b
ResourceInvariantUUID:dc57a8ae-d4b0-4d62-8715-90e324dd8909
ResourceName:vFW 7f96eaac-48b9
ResourceType:VF
ResourceUUID:577bee1f-c00b-429e-89d8-83de99d091c9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7f96eaac48b90_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json
ArtifactUUID:240c251e-6c6f-423c-9f1a-5fc1dbd54f51
ArtifactChecksum:ZGNkOTZlZjY1ZTk2Njc3MjBmMWNlMjU0M2MyY2UzMGQ=
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/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml
ArtifactUUID:bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50
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/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env
ArtifactUUID:ca7a6e83-e394-4dc1-b662-9d68d992af1f
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/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env
ArtifactUUID:ca7a6e83-e394-4dc1-b662-9d68d992af1f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:42:38.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 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-01-28T04:42:38.222Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8aa11afe-9aa7-4307-98f9-effffb8b66ed from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:38.223Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:42:38.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:38.313Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:42:38.320Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar 8aa11afe-9aa7-4307-98f9-effffb8b66ed 98943
2022-01-28T04:42:38.320Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar ASDC sendASDCNotification
2022-01-28T04:42:38.320Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:38.321Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:42:38.321Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:38.322Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:38.322Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344958320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:42:38.423Z||pool-180-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:38.424Z||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-01-28T04:42:38.424Z||pool-180-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:38.440Z||pool-180-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:38.440Z||pool-180-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:39.323Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:42:39.324Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:42:39.325Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 8aa11afe-9aa7-4307-98f9-effffb8b66ed, URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar to file: /app/ASDC/1/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:39.325Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128044109-csar.csar
2022-01-28T04:42:39.326Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:39.326Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:39.452Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6142184679651883551/Definitions/service-Vfw20220128044109-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-01-28T04:42:40.770Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:42:40.770Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:42:40.770Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7f96eaac-48b9 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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.771Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-Vfw20220128044109-csar.csar
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.772Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.773Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:42:40.774Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.775Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:40.776Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:42:40.777Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1812eee-cec5-452e-9d29-268c4d5badd5
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria
2022-01-28T04:42:40.778Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.779Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea6df06f-fbf3-4e25-9353-7c34379decf0
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:42:40.780Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6f9ceb2f-5ec5-4922-b843-fda3fb0fa54c
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.781Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:40.782Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:40.782Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:40.782Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-28 04-41-09
Description:catalog service description
Model UUID:61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0
Model Version:NULL
Model InvariantUuid:f33ab43d-37bb-4be5-9b9e-825ffd1f8567
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7f96eaac-48b9
Model UUID:1c00d1e4-4189-4166-a2e1-6299e490ac43
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dc57a8ae-d4b0-4d62-8715-90e324dd8909
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d6e83fe-3aad-4466-8b5b-5e0d8862147b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8ecb3b65-dcd8-48c9-bf97-e83277a3c842
ModelName:Vfw7f96eaac48b9..base_vfw..module-0
ModelUuid:d9661308-131f-44b5-8066-faa62c0002dd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e1812eee-cec5-452e-9d29-268c4d5badd5
ModelInvariantUuid:ffc51aef-1d92-4873-a30d-73357c723d3a
ModelName:vFW 7f96eaac-48b9-nodes.vfwCvfc
ModelUuid:d2f15176-622f-4080-a5ab-5fb0e0c3e2c9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b418d899-5900-4143-b518-fc24b4ed8bc6
ModelInvariantUuid:900e0c27-ba99-45f8-8ed3-6418e4f99bea
ModelName:Vfw7f96eaac48b9.compute.nodes.heat.vfw
ModelUuid:bfab9cf8-95ed-4c71-8669-0b698a7a486d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ea6df06f-fbf3-4e25-9353-7c34379decf0
ModelInvariantUuid:fe52740e-401c-4227-8b3d-1a05307fa9ca
ModelName:vFW 7f96eaac-48b9-nodes.vsnCvfc
ModelUuid:281686bc-c033-4db2-b756-47384bc29d9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8ea57ef3-03f8-4549-9fc6-b2082e9b47f5
ModelInvariantUuid:91d31fd2-63d3-4649-a03a-1f37a8985733
ModelName:Vfw7f96eaac48b9.compute.nodes.heat.vsn
ModelUuid:4d118893-8516-4c42-a2dc-6f66f2e61c05
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6f9ceb2f-5ec5-4922-b843-fda3fb0fa54c
ModelInvariantUuid:1066afcc-3e8d-4023-8150-b25842aca71f
ModelName:vFW 7f96eaac-48b9-nodes.vpgCvfc
ModelUuid:593b70d3-d720-4fdf-8273-a1fe0f780dec
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:7e0ad7a7-df76-4b45-868c-d25d9a698c60
ModelInvariantUuid:6aa7e797-7b38-4617-8424-0d70910d8bd1
ModelName:Vfw7f96eaac48b9.compute.nodes.heat.vpg
ModelUuid:999dee15-df59-46c6-ab91-3a8cba9b9537
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-01-28T04:42:40.786Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 577bee1f-c00b-429e-89d8-83de99d091c9
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-01-28T04:42:40.788Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||vFW 7f96eaac-48b9 0
2022-01-28T04:42:40.788Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 577bee1f-c00b-429e-89d8-83de99d091c9
2022-01-28T04:42:40.788Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 240c251e-6c6f-423c-9f1a-5fc1dbd54f51 from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json
2022-01-28T04:42:40.789Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:42:40.789Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json
2022-01-28T04:42:40.840Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:42:40.841Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json 240c251e-6c6f-423c-9f1a-5fc1dbd54f51 785
2022-01-28T04:42:40.841Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json ASDC sendASDCNotification
2022-01-28T04:42:40.841Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json
2022-01-28T04:42:40.842Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:42:40.842Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:40.844Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:40.844Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344960841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:42:40.944Z||pool-181-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:40.945Z||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-01-28T04:42:40.945Z||pool-181-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:40.958Z||pool-181-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:40.959Z||pool-181-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:41.845Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7f96eaac48b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8ecb3b65-dcd8-48c9-bf97-e83277a3c842",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9661308-131f-44b5-8066-faa62c0002dd",
    "vfModuleModelCustomizationUUID": "a09958cd-5063-44fe-971c-bcfba3db34f2",
    "isBase": true,
    "artifacts": [
      "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50",
      "ca7a6e83-e394-4dc1-b662-9d68d992af1f"
    ],
    "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-01-28T04:42:41.850Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7f96eaac48b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9661308-131f-44b5-8066-faa62c0002dd
VfModuleModelInvariantUUID:8ecb3b65-dcd8-48c9-bf97-e83277a3c842
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50
,
ca7a6e83-e394-4dc1-b662-9d68d992af1f

}
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-01-28T04:42:41.853Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7f96eaac48b9..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "8ecb3b65-dcd8-48c9-bf97-e83277a3c842",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9661308-131f-44b5-8066-faa62c0002dd",
    "vfModuleModelCustomizationUUID": "a09958cd-5063-44fe-971c-bcfba3db34f2",
    "isBase": true,
    "artifacts": [
      "bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50",
      "ca7a6e83-e394-4dc1-b662-9d68d992af1f"
    ],
    "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-01-28T04:42:41.853Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7f96eaac48b9..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9661308-131f-44b5-8066-faa62c0002dd
VfModuleModelInvariantUUID:8ecb3b65-dcd8-48c9-bf97-e83277a3c842
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50
,
ca7a6e83-e394-4dc1-b662-9d68d992af1f

}
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-01-28T04:42:41.854Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50 from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml
2022-01-28T04:42:41.854Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:42:41.854Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml
2022-01-28T04:42:41.910Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:42:41.911Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml bf1ca0c9-3058-4d7f-9649-acfe3d8ecc50 20368
2022-01-28T04:42:41.911Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:42:41.912Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml
2022-01-28T04:42:41.912Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:42:41.912Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:41.913Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:41.914Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344961911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:42:42.014Z||pool-182-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:42.015Z||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-01-28T04:42:42.015Z||pool-182-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:42.028Z||pool-182-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:42.028Z||pool-182-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:42.914Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ca7a6e83-e394-4dc1-b662-9d68d992af1f from URL: /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env
2022-01-28T04:42:42.915Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:42:42.915Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env
2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ca7a6e83-e394-4dc1-b662-9d68d992af1f 2098
2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env
2022-01-28T04:42:43.029Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:42:43.030Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:43.031Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:43.031Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344963029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:42:43.131Z||pool-183-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:43.132Z||pool-183-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:42:43.132Z||pool-183-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:43.146Z||pool-183-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:43.146Z||pool-183-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:44.032Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0
2022-01-28T04:42:44.032Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7f96eaac-48b9 0 577bee1f-c00b-429e-89d8-83de99d091c9 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-01-28T04:42:44.049Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@590352f2, org.onap.sdc.toscaparser.api.parameters.Input@70f543a6, org.onap.sdc.toscaparser.api.parameters.Input@6346007, org.onap.sdc.toscaparser.api.parameters.Input@438ea43, org.onap.sdc.toscaparser.api.parameters.Input@476facf4]
2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:42:44.050Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3d6e83fe-3aad-4466-8b5b-5e0d8862147b
2022-01-28T04:42:44.051Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d6e83fe-3aad-4466-8b5b-5e0d8862147b matches Tosca VF Customization UUID: 3d6e83fe-3aad-4466-8b5b-5e0d8862147b
2022-01-28T04:42:44.051Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3d6e83fe-3aad-4466-8b5b-5e0d8862147b  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-01-28T04:42:44.052Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.052Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3d6e83fe-3aad-4466-8b5b-5e0d8862147b: {\"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-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7be5cf80
2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a09958cd-5063-44fe-971c-bcfba3db34f2
2022-01-28T04:42:44.053Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a09958cd-5063-44fe-971c-bcfba3db34f2
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-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:44.055Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria
2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:42:44.056Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.057Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1812eee-cec5-452e-9d29-268c4d5badd5
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-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.059Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria
2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.060Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.061Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ea6df06f-fbf3-4e25-9353-7c34379decf0
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-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is not matching search criteria
2022-01-28T04:42:44.063Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:42:44.064Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:42:44.065Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6f9ceb2f-5ec5-4922-b843-fda3fb0fa54c
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-01-28T04:42:44.066Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Node template vFW 7f96eaac-48b9 0 is matching search criteria
2022-01-28T04:42:44.067Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 7f96eaac-48b9 0] matching following query criteria: sdcType=VF, customizationUUID=3d6e83fe-3aad-4466-8b5b-5e0d8862147b
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-01-28T04:42:44.068Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.068Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0: vFW 7f96eaac-48b9
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:42:44.069Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-41-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:42:44.070Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-41-09 
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-01-28T04:42:44.172Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7f96eaac-48b9 577bee1f-c00b-429e-89d8-83de99d091c9 1 ASDC deployResourceStructure
2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json ASDC sendASDCNotification
2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json
2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:42:44.173Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:44.174Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:44.174Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344964173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:42:44.275Z||pool-184-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:42:44.275Z||pool-184-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:42:44.275Z||pool-184-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:44.287Z||pool-184-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:44.287Z||pool-184-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:45.175Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:42:45.175Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml
2022-01-28T04:42:45.176Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:42:45.176Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:45.177Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:45.177Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:42:45.278Z||pool-185-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:45.278Z||pool-185-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:42:45.278Z||pool-185-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:45.292Z||pool-185-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:45.292Z||pool-185-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:46.178Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:42:46.178Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env
2022-01-28T04:42:46.178Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:42:46.179Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:46.180Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:46.180Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344966178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:42:46.280Z||pool-186-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:46.281Z||pool-186-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:42:46.281Z||pool-186-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:46.294Z||pool-186-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:46.294Z||pool-186-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:42:47.181Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar ASDC sendASDCNotification
2022-01-28T04:42:47.181Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar
2022-01-28T04:42:47.181Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:42:47.182Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:42:47.184Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:42:47.184Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344967180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:42:47.284Z||pool-187-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:42:47.285Z||pool-187-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:42:47.285Z||pool-187-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:42:47.298Z||pool-187-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:42:47.299Z||pool-187-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:42:48.184Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:42:48.195Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:42:48.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:42:48.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:42:48.197Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:43:18.198Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:43:18.210Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:43:18.211Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:43:18.212Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:43:18.212Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:43:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:43:20.696Z||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-01-28T04:43:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:43:20.725Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:43:20.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:43:20.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "45a4d031-c6d3-440f-a983-c0524eb33abd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344873745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d45a4d031-c6d3-440f-a983-c0524eb33abd Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/46f2c791-5971-48eb-9ab7-c2ecf66c5639/model-vers/model-ver/ec555a1a-eef2-4e08-a9df-48f10fb07340) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:43:20.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:43:48.212Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:43:48.221Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:43:48.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:43:48.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:43:48.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:44:18.224Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:44:18.233Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:44:18.235Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:44:18.235Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:44:18.235Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:44:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:44:20.695Z||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-01-28T04:44:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:44:21.224Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:44:21.227Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.227Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344943887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344949944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344948102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.228Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344946207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344944690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.229Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344951153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344943887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344946207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344948102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.230Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344949944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344944690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344951153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344943887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.231Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344946207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344948102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344949944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344944690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344951153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344948102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344946207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344943887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.233Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344949944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344944690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344951153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344948102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344946207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344949944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344943887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344944690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.235Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344951153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344948102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344946207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344943887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344949944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.236Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344944690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344955840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344951153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344948102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.237Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344946207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344943887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643344949944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344941531,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344944690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.238Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344955840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344951153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344958288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344958292,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344958300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.239Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344958291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344958320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344955840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344958851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "cds",
  "timestamp": 1643344959296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-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-01-28T04:44:21.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6
2022-01-28T04:44:21.246Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344959295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344955840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344959907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "policy-id",
  "timestamp": 1643344960297,
  "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-01-28T04:44:21.259Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6
2022-01-28T04:44:21.259Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.265Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.265Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344955840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.265Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344960841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344960959,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.266Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344960980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344955840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344961911,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344961974,
  "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-01-28T04:44:21.271Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6
2022-01-28T04:44:21.271Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.277Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643344961983,
  "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-01-28T04:44:21.281Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6
2022-01-28T04:44:21.281Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344955840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:44:21.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:44:21.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643344962976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344963029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344964173,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/vfw7f96eaac48b90_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344964955,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344965175,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "aai-ml",
  "timestamp": 1643344965958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:44:21.295Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6
2022-01-28T04:44:21.295Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344966178,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/resourceInstances/vfw7f96eaac48b90/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643344967180,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344975351,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:44:21.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344977357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044109/1.0/artifacts/service-Vfw20220128044109-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:44:21.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:44:21.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:44:21.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "clamp",
  "timestamp": 1643344978359,
  "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-01-28T04:44:21.311Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 42990f1c-2848-45dd-b9b0-e48c185d59a6
2022-01-28T04:44:21.312Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:44:48.236Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:44:48.248Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:44:48.250Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:44:48.251Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:44:48.256Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:45:18.256Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 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-01-28T04:45:18.262Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42990f1c-2848-45dd-b9b0-e48c185d59a6 and serviceModelVersionId: 61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0
2022-01-28T04:45:18.262Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f33ab43d-37bb-4be5-9b9e-825ffd1f8567
2022-01-28T04:45:18.263Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0
2022-01-28T04:45:18.269Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:45:18.287Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|INFO|500||Invoke
2022-01-28T04:45:18.287Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[42990f1c-2848-45dd-b9b0-e48c185d59a6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8f15e5ea-b979-4d95-a92a-925791e7a62e], X-ECOMP-RequestID=[42990f1c-2848-45dd-b9b0-e48c185d59a6], X-TransactionId=[], X-ONAP-RequestID=[42990f1c-2848-45dd-b9b0-e48c185d59a6], Content-Type=[application/merge-patch+json]}
2022-01-28T04:45:18.310Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:45:18.330Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?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/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:45:18:316-42543], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:45:18 GMT], Content-Type=[application/json]}
2022-01-28T04:45:18.331Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0","ERR.5.4.6114"]}}}

2022-01-28T04:45:18.332Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:45:18.335Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114)
2022-01-28T04:45:18.336Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:45:18.336Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114)
2022-01-28T04:45:18.336Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114)
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-01-28T04:45:18.340Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:18.341Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42990f1c-2848-45dd-b9b0-e48c185d59a6 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec=ERR.5.4.6114)
2022-01-28T04:45:18.341Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:45:18.341Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:45:18.342Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:45:18.342Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345118341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:45:18.443Z||pool-188-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:45:18.443Z||pool-188-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:45:18.443Z||pool-188-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:45:18.461Z||pool-188-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:45:18.462Z||pool-188-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-01-28T04:45:19.357Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:45:19.357Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:19.357Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:45:20.695Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:45:20.695Z||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-01-28T04:45:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:45:21.331Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:45:21.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-01-28T04:45:21.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "42990f1c-2848-45dd-b9b0-e48c185d59a6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345118341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d42990f1c-2848-45dd-b9b0-e48c185d59a6 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/f33ab43d-37bb-4be5-9b9e-825ffd1f8567/model-vers/model-ver/61a4e9a9-835b-4a41-b91b-4fb66f0bd1d0) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:45:21.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:45:29.892Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:45:29.893Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:45:29.893Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:29.893Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:45:39.431Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:45:39.432Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:45:39.432Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:39.432Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:45:48.973Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:45:48.974Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:45:48.974Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:48.974Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:45:58.511Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:45:58.512Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:45:58.512Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:45:58.512Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:08.051Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:20.693Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:46:20.693Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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-01-28T04:46:20.694Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:46:20.695Z||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-01-28T04:46:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:24.923Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:24.924Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:46:24.924Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"296570b1-1757-43e6-985b-19d495b58707","serviceName":"Demo_pNF_70xPlyaE9GvsY0SOjZax","serviceVersion":"1.0","serviceUUID":"bdf12c3c-9224-4bc0-9cf1-30052ad53b67","serviceDescription":"catalog service description","serviceInvariantUUID":"493e3b8e-b410-4059-b2a9-7960cc8af1c8","resources":[{"resourceInstanceName":"pNF 9f56077f-0570 0","resourceName":"pNF 9f56077f-0570","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b6a19c58-9aa6-44ec-a5e0-014765162c89","resourceInvariantUUID":"901a6751-2063-4cd2-935e-1b5a75a562d8","resourceCustomizationUUID":"f1ee13bc-5600-4119-829e-d1b7c61359d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml","artifactChecksum":"OTE4ZDA0ZDI2YWNiMWJjMzk2NDAzZjliNTQzMWFhYTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b24e422-39db-4883-88eb-fe6db89c427a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e18eb062-a719-4ed8-9270-fabf7c12971f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ade86460-664f-4052-876b-64e0a7ce450a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml","artifactChecksum":"ZTNlZDBlZTZjMzhhNzZiODUzNjZmNjY0ZWE2N2E0ZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5e172172-eb92-41ae-a611-b0fdeb7351a6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4d9aab50-3340-4a29-ae17-ebd8393d7b99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1869d9a3-f53f-43c3-acca-00f57f7741b7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf70xplyae9gvsy0sojzax-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml","artifactChecksum":"MmMyNjFlNWFhZTdjNDlmMDk5Njc1OTYzMjE5ZDE2MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2dfbd07-89b9-472e-a7ed-ceb922b09bc2","artifactVersion":"1"},{"artifactName":"service-DemoPnf70xplyae9gvsy0sojzax-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar","artifactChecksum":"NWU3NDZiNGZlNzZiNTU2N2VlYjFhNGEzOWMxNjk1NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4efb3e04-d0bb-458d-91c7-7d89e1343d49","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:46:24.927Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:24.927Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:24.930Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:24.930Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:25.030Z||pool-189-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:46:25.031Z||pool-189-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:25.031Z||pool-189-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:25.046Z||pool-189-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:25.046Z||pool-189-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:46:25.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:25.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:46:25.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:25.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:46:25.930Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:25.931Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:25.933Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:25.933Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:26.033Z||pool-190-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:46:26.034Z||pool-190-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:26.034Z||pool-190-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:26.046Z||pool-190-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:26.046Z||pool-190-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:26.934Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:26.935Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:26.936Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:26.936Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:27.036Z||pool-191-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:46:27.037Z||pool-191-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:27.037Z||pool-191-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:27.050Z||pool-191-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:27.050Z||pool-191-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:27.937Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:27.937Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:27.939Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:27.939Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:28.039Z||pool-192-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:46:28.040Z||pool-192-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:28.040Z||pool-192-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:28.052Z||pool-192-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:28.052Z||pool-192-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:28.940Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:28.941Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:28.943Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:28.943Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:29.043Z||pool-193-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:46:29.044Z||pool-193-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:29.044Z||pool-193-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:29.056Z||pool-193-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:29.057Z||pool-193-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:46:29.944Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:29.945Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:29.946Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:29.946Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:30.047Z||pool-194-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:46:30.048Z||pool-194-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:30.048Z||pool-194-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:30.060Z||pool-194-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:30.060Z||pool-194-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:30.947Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:30.949Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:30.951Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:30.951Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:46:31.051Z||pool-195-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:46:31.052Z||pool-195-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:31.052Z||pool-195-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:31.063Z||pool-195-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:31.063Z||pool-195-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:31.952Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:46:31.952Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:31.954Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:31.954Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:46:32.054Z||pool-196-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:46:32.055Z||pool-196-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:32.055Z||pool-196-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:32.068Z||pool-196-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:32.069Z||pool-196-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:32.955Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "serviceName": "Demo_pNF_70xPlyaE9GvsY0SOjZax",
  "serviceVersion": "1.0",
  "serviceUUID": "bdf12c3c-9224-4bc0-9cf1-30052ad53b67",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "493e3b8e-b410-4059-b2a9-7960cc8af1c8",
  "resources": [
    {
      "resourceInstanceName": "pNF 9f56077f-0570 0",
      "resourceCustomizationUUID": "f1ee13bc-5600-4119-829e-d1b7c61359d2",
      "resourceName": "pNF 9f56077f-0570",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b6a19c58-9aa6-44ec-a5e0-014765162c89",
      "resourceInvariantUUID": "901a6751-2063-4cd2-935e-1b5a75a562d8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
      "artifactChecksum": "NWU3NDZiNGZlNzZiNTU2N2VlYjFhNGEzOWMxNjk1NjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4efb3e04-d0bb-458d-91c7-7d89e1343d49"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:46:32.956Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:46:32.956Z|42990f1c-2848-45dd-b9b0-e48c185d59a6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bdf12c3c-9224-4bc0-9cf1-30052ad53b67 ASDC
2022-01-28T04:46:32.956Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:296570b1-1757-43e6-985b-19d495b58707
ServiceName:Demo_pNF_70xPlyaE9GvsY0SOjZax
ServiceVersion:1.0
ServiceUUID:bdf12c3c-9224-4bc0-9cf1-30052ad53b67
ServiceInvariantUUID:493e3b8e-b410-4059-b2a9-7960cc8af1c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
ArtifactUUID:4efb3e04-d0bb-458d-91c7-7d89e1343d49
ArtifactChecksum:NWU3NDZiNGZlNzZiNTU2N2VlYjFhNGEzOWMxNjk1NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9f56077f-0570 0
ResourceCustomizationUUID:f1ee13bc-5600-4119-829e-d1b7c61359d2
ResourceInvariantUUID:901a6751-2063-4cd2-935e-1b5a75a562d8
ResourceName:pNF 9f56077f-0570
ResourceType:PNF
ResourceUUID:b6a19c58-9aa6-44ec-a5e0-014765162c89
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-01-28T04:46:32.956Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdf12c3c-9224-4bc0-9cf1-30052ad53b67 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-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4efb3e04-d0bb-458d-91c7-7d89e1343d49 from URL: /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:46:32.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:33.247Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar 4efb3e04-d0bb-458d-91c7-7d89e1343d49 82628
2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar ASDC sendASDCNotification
2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:46:33.250Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:33.251Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:33.251Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345193250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:46:33.352Z||pool-197-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:46:33.352Z||pool-197-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:33.353Z||pool-197-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:33.366Z||pool-197-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:33.366Z||pool-197-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:34.252Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:46:34.253Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:46:34.253Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4efb3e04-d0bb-458d-91c7-7d89e1343d49, URL: /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar to file: /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.253Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.254Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.254Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.343Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3286649418467996001/Definitions/service-DemoPnf70xplyae9gvsy0sojzax-template.yml
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|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-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9f56077f-0570 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-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.873Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Node template pNF 9f56077f-0570 0 is matching search criteria
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9f56077f-0570 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Node template pNF 9f56077f-0570 0 is matching search criteria
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 9f56077f-0570 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.874Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.875Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.875Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_70xPlyaE9GvsY0SOjZax
Description:catalog service description
Model UUID:bdf12c3c-9224-4bc0-9cf1-30052ad53b67
Model Version:NULL
Model InvariantUuid:493e3b8e-b410-4059-b2a9-7960cc8af1c8
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-01-28T04:46:34.880Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: b6a19c58-9aa6-44ec-a5e0-014765162c89
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-01-28T04:46:34.882Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||pNF 9f56077f-0570 0
2022-01-28T04:46:34.882Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b6a19c58-9aa6-44ec-a5e0-014765162c89
2022-01-28T04:46:34.883Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||No resources found for Service: bdf12c3c-9224-4bc0-9cf1-30052ad53b67
2022-01-28T04:46:34.883Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: bdf12c3c-9224-4bc0-9cf1-30052ad53b67
2022-01-28T04:46:34.883Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9f56077f-0570 0 b6a19c58-9aa6-44ec-a5e0-014765162c89 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-01-28T04:46:34.886Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@612e4327, org.onap.sdc.toscaparser.api.parameters.Input@739d3b3d, org.onap.sdc.toscaparser.api.parameters.Input@1d682796, org.onap.sdc.toscaparser.api.parameters.Input@73eb137c, org.onap.sdc.toscaparser.api.parameters.Input@604f515d]
2022-01-28T04:46:34.886Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid bdf12c3c-9224-4bc0-9cf1-30052ad53b67: pNF 9f56077f-0570
2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Processing PNF resource: b6a19c58-9aa6-44ec-a5e0-014765162c89
2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_70xPlyaE9GvsY0SOjZax is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:46:34.887Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||Resource customization UUID: f1ee13bc-5600-4119-829e-d1b7c61359d2 is the same as notified resource customizationUUID: f1ee13bc-5600-4119-829e-d1b7c61359d2
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-01-28T04:46:34.919Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9f56077f-0570 b6a19c58-9aa6-44ec-a5e0-014765162c89 0 ASDC deployResourceStructure
2022-01-28T04:46:34.919Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar ASDC sendASDCNotification
2022-01-28T04:46:34.920Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar
2022-01-28T04:46:34.920Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:46:34.920Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:46:34.922Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:46:34.922Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345194919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:46:35.022Z||pool-198-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:46:35.023Z||pool-198-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:46:35.023Z||pool-198-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:46:35.036Z||pool-198-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:46:35.036Z||pool-198-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:46:35.923Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:46:35.932Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:46:35.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:46:35.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:46:35.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:47:05.934Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:47:05.943Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:47:05.946Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:47:05.946Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:47:05.946Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:47:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:47:20.696Z||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-01-28T04:47:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:47:20.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:47:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:47:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:47:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:47:35.947Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:47:35.957Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:47:35.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:47:35.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:47:35.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:48:05.959Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:48:05.966Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:48:05.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:48:05.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:48:05.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:48:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:48:20.695Z||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-01-28T04:48:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:48:20.719Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:48:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:48:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:48:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:48:35.968Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:48:35.975Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:48:35.976Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:48:35.977Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:48:35.977Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:49:05.977Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:49:05.987Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:49:05.989Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:49:05.989Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:49:05.989Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:49:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:49:20.695Z||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-01-28T04:49:20.695Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:49:20.720Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:49:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345183887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345180693,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345184690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345193250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:49:20.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345193350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345193739,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345186207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345194741,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345194919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345194967,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345188102,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "policy-id",
  "timestamp": 1643345195745,
  "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-01-28T04:49:20.736Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707
2022-01-28T04:49:20.736Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "cds",
  "timestamp": 1643345195971,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-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-01-28T04:49:20.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707
2022-01-28T04:49:20.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345196838,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345196905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345189944,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "aai-ml",
  "timestamp": 1643345197910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:49:20.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of 296570b1-1757-43e6-985b-19d495b58707
2022-01-28T04:49:20.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345198484,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345198659,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345191153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345199487,
  "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-01-28T04:49:20.771Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707
2022-01-28T04:49:20.771Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345199672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:49:20.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345200675,
  "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-01-28T04:49:20.779Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707
2022-01-28T04:49:20.780Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/resourceInstances/pnf9f56077f05700/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345195840,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345214375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345216381,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf70xplyae9gvsy0sojzax/1.0/artifacts/service-DemoPnf70xplyae9gvsy0sojzax-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:49:20.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:49:20.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:49:20.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "clamp",
  "timestamp": 1643345217384,
  "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-01-28T04:49:20.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 296570b1-1757-43e6-985b-19d495b58707
2022-01-28T04:49:20.789Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:49:35.990Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:49:36.003Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 296570b1-1757-43e6-985b-19d495b58707
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:49:36.005Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:49:36.008Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:50:06.009Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 296570b1-1757-43e6-985b-19d495b58707 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-01-28T04:50:06.013Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 296570b1-1757-43e6-985b-19d495b58707 and serviceModelVersionId: bdf12c3c-9224-4bc0-9cf1-30052ad53b67
2022-01-28T04:50:06.013Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 493e3b8e-b410-4059-b2a9-7960cc8af1c8
2022-01-28T04:50:06.014Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0
2022-01-28T04:50:06.020Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:50:06.044Z|296570b1-1757-43e6-985b-19d495b58707|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/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?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-01-28T04:50:06.044Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0|INFO|500||Invoke
2022-01-28T04:50:06.060Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:50:06.082Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:50:06.082Z|296570b1-1757-43e6-985b-19d495b58707|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/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220128-04:50:06:066-26246], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:50:06 GMT], Content-Type=[application/json]}
2022-01-28T04:50:06.082Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67","ERR.5.4.6114"]}}}

2022-01-28T04:50:06.085Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114)
2022-01-28T04:50:06.086Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:50:06.086Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114)
2022-01-28T04:50:06.086Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114)
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-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|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-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 296570b1-1757-43e6-985b-19d495b58707 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec=ERR.5.4.6114)
2022-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:50:06.090Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:06.093Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:06.093Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345406090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:50:06.192Z||pool-199-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:50:06.193Z||pool-199-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:06.193Z||pool-199-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:06.215Z||pool-199-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:06.215Z||pool-199-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-28T04:50:07.104Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:50:07.104Z|296570b1-1757-43e6-985b-19d495b58707|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-01-28T04:50:07.104Z|296570b1-1757-43e6-985b-19d495b58707|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:11.527Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:11.528Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:50:11.528Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"dab343e9-f5ca-420c-a8ee-56f303ddd152","serviceName":"vFW 2022-01-28 04-46-29","serviceVersion":"1.0","serviceUUID":"73942fb7-3c19-46d2-b88b-de287bc1a9c0","serviceDescription":"catalog service description","serviceInvariantUUID":"8898102c-c37d-4985-9c91-ac61e48eeec2","resources":[{"resourceInstanceName":"vFW 167e8493-dcbc 0","resourceName":"vFW 167e8493-dcbc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a01052a3-3efd-494e-bc87-8378c53130da","resourceInvariantUUID":"a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6","resourceCustomizationUUID":"0854ef94-c646-42bf-83dd-6e7560e2b9fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml","artifactChecksum":"ZmRhNjUwNWRhZTM2ZjViNjgyOTQ2MjhmYmM3ZDgzNTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec5668c4-9847-4748-89e8-96d7d8f2a911","artifactVersion":"1"},{"artifactName":"vfw167e8493dcbc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json","artifactChecksum":"OWEwN2E5ZWNmZTdkZDY5YThkNTU3ZDA3MWI5YTZiZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be3bb1c4-4027-4e2a-b1c1-1250fe2d3509","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a4a00eb-ca4b-44ac-aca6-91a8af39760c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml","artifactChecksum":"NGZlNzU5Y2E2OGVmNTBlZTY4OTliNmFjYmZjM2FkMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56cf5ae4-8865-4983-ba6e-449fc4e90f98","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ffc6996e-6954-42bd-b1f3-7b802122cff8","artifactVersion":"2","generatedFromUUID":"7a4a00eb-ca4b-44ac-aca6-91a8af39760c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220128044629-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml","artifactChecksum":"NDAxODk1MGI4YTZkMmExNDkxZGU3ZGU5M2Y0NjA3OWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7969386b-139c-4ec1-b55b-ee3b21d29d6d","artifactVersion":"1"},{"artifactName":"service-Vfw20220128044629-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar","artifactChecksum":"NTk2ZjkxYzFhZDVmMjhjYThiNjU4ZmM1MGNlYzNhNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2540c805-59bb-4895-8f0e-824f1ba82627","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:50:11.530Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:50:11.530Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:11.532Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:11.532Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:11.633Z||pool-200-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:50:11.633Z||pool-200-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:11.633Z||pool-200-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:11.645Z||pool-200-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:11.646Z||pool-200-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:12.532Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:50:12.534Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:12.536Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:12.536Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:50:12.637Z||pool-201-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:12.637Z||pool-201-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:12.638Z||pool-201-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:12.651Z||pool-201-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:12.651Z||pool-201-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:13.537Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:50:13.538Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:13.539Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:13.539Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:50:13.639Z||pool-202-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:13.640Z||pool-202-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:13.640Z||pool-202-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:13.652Z||pool-202-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:13.653Z||pool-202-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:14.539Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:50:14.540Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:14.542Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:14.542Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:14.642Z||pool-203-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:14.643Z||pool-203-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:14.643Z||pool-203-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:14.656Z||pool-203-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:14.656Z||pool-203-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:50:15.542Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:50:15.543Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:15.546Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:15.546Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:50:15.646Z||pool-204-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:15.646Z||pool-204-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:15.647Z||pool-204-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:15.659Z||pool-204-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:15.660Z||pool-204-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:16.547Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:50:16.547Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:16.549Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:16.549Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:16.649Z||pool-205-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:16.650Z||pool-205-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:16.650Z||pool-205-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:16.662Z||pool-205-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:16.662Z||pool-205-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:17.550Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:50:17.550Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:17.552Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:17.552Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:50:17.652Z||pool-206-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:17.653Z||pool-206-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:17.653Z||pool-206-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:17.667Z||pool-206-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:17.667Z||pool-206-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:50:18.554Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "serviceName": "vFW 2022-01-28 04-46-29",
  "serviceVersion": "1.0",
  "serviceUUID": "73942fb7-3c19-46d2-b88b-de287bc1a9c0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8898102c-c37d-4985-9c91-ac61e48eeec2",
  "resources": [
    {
      "resourceInstanceName": "vFW 167e8493-dcbc 0",
      "resourceCustomizationUUID": "0854ef94-c646-42bf-83dd-6e7560e2b9fb",
      "resourceName": "vFW 167e8493-dcbc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a01052a3-3efd-494e-bc87-8378c53130da",
      "resourceInvariantUUID": "a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw167e8493dcbc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
          "artifactChecksum": "OWEwN2E5ZWNmZTdkZDY5YThkNTU3ZDA3MWI5YTZiZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "be3bb1c4-4027-4e2a-b1c1-1250fe2d3509",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7a4a00eb-ca4b-44ac-aca6-91a8af39760c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ffc6996e-6954-42bd-b1f3-7b802122cff8",
            "generatedFromUUID": "7a4a00eb-ca4b-44ac-aca6-91a8af39760c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ffc6996e-6954-42bd-b1f3-7b802122cff8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220128044629-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
      "artifactChecksum": "NTk2ZjkxYzFhZDVmMjhjYThiNjU4ZmM1MGNlYzNhNzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2540c805-59bb-4895-8f0e-824f1ba82627"
    }
  ],
  "workloadContext": "Production"
}
2022-01-28T04:50:18.554Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-01-28T04:50:18.554Z|296570b1-1757-43e6-985b-19d495b58707|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 73942fb7-3c19-46d2-b88b-de287bc1a9c0 ASDC
2022-01-28T04:50:18.555Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:dab343e9-f5ca-420c-a8ee-56f303ddd152
ServiceName:vFW 2022-01-28 04-46-29
ServiceVersion:1.0
ServiceUUID:73942fb7-3c19-46d2-b88b-de287bc1a9c0
ServiceInvariantUUID:8898102c-c37d-4985-9c91-ac61e48eeec2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220128044629-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar
ArtifactUUID:2540c805-59bb-4895-8f0e-824f1ba82627
ArtifactChecksum:NTk2ZjkxYzFhZDVmMjhjYThiNjU4ZmM1MGNlYzNhNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 167e8493-dcbc 0
ResourceCustomizationUUID:0854ef94-c646-42bf-83dd-6e7560e2b9fb
ResourceInvariantUUID:a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6
ResourceName:vFW 167e8493-dcbc
ResourceType:VF
ResourceUUID:a01052a3-3efd-494e-bc87-8378c53130da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw167e8493dcbc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json
ArtifactUUID:be3bb1c4-4027-4e2a-b1c1-1250fe2d3509
ArtifactChecksum:OWEwN2E5ZWNmZTdkZDY5YThkNTU3ZDA3MWI5YTZiZWE=
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/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml
ArtifactUUID:7a4a00eb-ca4b-44ac-aca6-91a8af39760c
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/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env
ArtifactUUID:ffc6996e-6954-42bd-b1f3-7b802122cff8
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/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env
ArtifactUUID:ffc6996e-6954-42bd-b1f3-7b802122cff8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-01-28T04:50:18.555Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73942fb7-3c19-46d2-b88b-de287bc1a9c0 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-01-28T04:50:18.581Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:50:18.581Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2540c805-59bb-4895-8f0e-824f1ba82627 from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:50:18.582Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:18.835Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar 2540c805-59bb-4895-8f0e-824f1ba82627 98960
2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar ASDC sendASDCNotification
2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:18.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:50:18.841Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:18.842Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:18.842Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345418840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:18.943Z||pool-207-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-01-28T04:50:18.944Z||pool-207-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:18.944Z||pool-207-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:18.958Z||pool-207-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:18.958Z||pool-207-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:50:19.843Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2540c805-59bb-4895-8f0e-824f1ba82627, URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar to file: /app/ASDC/1/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220128044629-csar.csar
2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:19.844Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:19.958Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11043384138120039774/Definitions/service-Vfw20220128044629-template.yml
2022-01-28T04:50:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:50:20.695Z||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-01-28T04:50:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:20.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345285840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345284690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345285840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345284690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345289944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345285840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345284690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345289944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345291153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345291207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345285840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345284690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345289944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345291153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345291207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345285840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345284690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345289944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345291153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345291207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345285840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345284690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345289944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345291153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345291207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345285840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345284690,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345289944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345291153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345291207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345296345,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1643345289944,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345291153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345291207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345297348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345291153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345291207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:50:20.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:50:20.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "policy-id",
  "timestamp": 1643345298350,
  "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-01-28T04:50:20.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152
2022-01-28T04:50:20.737Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345299027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:20.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345299034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:20.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "cds",
  "timestamp": 1643345300039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-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-01-28T04:50:20.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152
2022-01-28T04:50:20.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:50:20.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:50:20.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345300079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:20.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
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-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 167e8493-dcbc 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-Vfw20220128044629-csar.csar
2022-01-28T04:50:21.335Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:50:21.336Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:21.337Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38ea6d03-5e6e-44fb-b1b1-e3769a0e5bfa
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria
2022-01-28T04:50:21.338Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=246ea382-4cee-4585-b36c-0e9e58d9e26d
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:50:21.339Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3b61f24-1a24-448b-a8fe-cc1a8728237b
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:21.340Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-01-28 04-46-29
Description:catalog service description
Model UUID:73942fb7-3c19-46d2-b88b-de287bc1a9c0
Model Version:NULL
Model InvariantUuid:8898102c-c37d-4985-9c91-ac61e48eeec2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 167e8493-dcbc
Model UUID:b0c27955-cfa6-478a-84ca-d2d73d61d65d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a7c7ed58-9ed7-4ae1-b8de-b56802dc99e6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0854ef94-c646-42bf-83dd-6e7560e2b9fb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:52e78aff-12a7-485b-b62c-f41146e10d9f
ModelName:Vfw167e8493Dcbc..base_vfw..module-0
ModelUuid:1c8d78d0-3285-4d3e-8b1b-93d02c816797
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:38ea6d03-5e6e-44fb-b1b1-e3769a0e5bfa
ModelInvariantUuid:1f26ce08-c36f-4f01-811e-a3283727e9a6
ModelName:vFW 167e8493-dcbc-nodes.vfwCvfc
ModelUuid:bfe43f61-f359-4aa2-8f5e-0d418348315b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:0f061270-51af-4155-b690-47702e3415b4
ModelInvariantUuid:19d76661-4eef-45a6-a093-c50930236118
ModelName:Vfw167e8493Dcbc.compute.nodes.heat.vfw
ModelUuid:661ec745-f3d9-465d-a0ee-faad01356d4a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:246ea382-4cee-4585-b36c-0e9e58d9e26d
ModelInvariantUuid:fc74955a-3bba-44d1-b7fd-a423a14f09bb
ModelName:vFW 167e8493-dcbc-nodes.vsnCvfc
ModelUuid:9e83c699-42ec-49ad-a816-2d7c09c3845a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b7d32bbd-c0c2-4477-b111-5b7a9c2cc011
ModelInvariantUuid:e769f439-6507-4b05-9a08-ed4bb243a01b
ModelName:Vfw167e8493Dcbc.compute.nodes.heat.vsn
ModelUuid:f49de7d6-fdbe-4d6a-90f6-00dc116b181b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:b3b61f24-1a24-448b-a8fe-cc1a8728237b
ModelInvariantUuid:6b6d2be8-24dc-4e2d-85d3-55823a95c994
ModelName:vFW 167e8493-dcbc-nodes.vpgCvfc
ModelUuid:48c426dc-8d78-4ea4-b816-e5ba024d6398
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:037b1cf6-fe99-4c34-8f2a-9be51274bbe6
ModelInvariantUuid:335b3b39-b90b-447e-bba7-0d591167ca07
ModelName:Vfw167e8493Dcbc.compute.nodes.heat.vpg
ModelUuid:f3055c3c-4eb1-409d-8fb0-5ee88c80545c
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-01-28T04:50:21.346Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a01052a3-3efd-494e-bc87-8378c53130da
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-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||vFW 167e8493-dcbc 0
2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a01052a3-3efd-494e-bc87-8378c53130da
2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: be3bb1c4-4027-4e2a-b1c1-1250fe2d3509 from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json
2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:50:21.348Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json
2022-01-28T04:50:21.429Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json be3bb1c4-4027-4e2a-b1c1-1250fe2d3509 785
2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json ASDC sendASDCNotification
2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json
2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:50:21.430Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:21.431Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:21.432Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345421430,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:21.532Z||pool-208-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:21.532Z||pool-208-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:21.533Z||pool-208-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:21.546Z||pool-208-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:21.547Z||pool-208-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:22.432Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw167e8493Dcbc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "52e78aff-12a7-485b-b62c-f41146e10d9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c8d78d0-3285-4d3e-8b1b-93d02c816797",
    "vfModuleModelCustomizationUUID": "45231138-a43c-40a7-8529-30c2ca8f4010",
    "isBase": true,
    "artifacts": [
      "7a4a00eb-ca4b-44ac-aca6-91a8af39760c",
      "ffc6996e-6954-42bd-b1f3-7b802122cff8"
    ],
    "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-01-28T04:50:22.437Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw167e8493Dcbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c8d78d0-3285-4d3e-8b1b-93d02c816797
VfModuleModelInvariantUUID:52e78aff-12a7-485b-b62c-f41146e10d9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a4a00eb-ca4b-44ac-aca6-91a8af39760c
,
ffc6996e-6954-42bd-b1f3-7b802122cff8

}
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-01-28T04:50:22.441Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw167e8493Dcbc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "52e78aff-12a7-485b-b62c-f41146e10d9f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1c8d78d0-3285-4d3e-8b1b-93d02c816797",
    "vfModuleModelCustomizationUUID": "45231138-a43c-40a7-8529-30c2ca8f4010",
    "isBase": true,
    "artifacts": [
      "7a4a00eb-ca4b-44ac-aca6-91a8af39760c",
      "ffc6996e-6954-42bd-b1f3-7b802122cff8"
    ],
    "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-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw167e8493Dcbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1c8d78d0-3285-4d3e-8b1b-93d02c816797
VfModuleModelInvariantUUID:52e78aff-12a7-485b-b62c-f41146e10d9f
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a4a00eb-ca4b-44ac-aca6-91a8af39760c
,
ffc6996e-6954-42bd-b1f3-7b802122cff8

}
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-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7a4a00eb-ca4b-44ac-aca6-91a8af39760c from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml
2022-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:50:22.442Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml
2022-01-28T04:50:22.493Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:50:22.494Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml 7a4a00eb-ca4b-44ac-aca6-91a8af39760c 20368
2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml
2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:50:22.495Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:22.497Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:22.497Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345422495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:22.597Z||pool-209-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:22.598Z||pool-209-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:22.598Z||pool-209-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:22.612Z||pool-209-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:22.612Z||pool-209-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:23.497Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ffc6996e-6954-42bd-b1f3-7b802122cff8 from URL: /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env
2022-01-28T04:50:23.498Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-01-28T04:50:23.498Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env
2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ffc6996e-6954-42bd-b1f3-7b802122cff8 2098
2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env
2022-01-28T04:50:23.607Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-01-28T04:50:23.608Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:23.609Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:23.609Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345423607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:50:23.709Z||pool-210-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:23.710Z||pool-210-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:23.710Z||pool-210-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:23.721Z||pool-210-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:23.722Z||pool-210-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:24.609Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 73942fb7-3c19-46d2-b88b-de287bc1a9c0
2022-01-28T04:50:24.610Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 167e8493-dcbc 0 a01052a3-3efd-494e-bc87-8378c53130da 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-01-28T04:50:24.626Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55188605, org.onap.sdc.toscaparser.api.parameters.Input@4dc615e1, org.onap.sdc.toscaparser.api.parameters.Input@53d9f09c, org.onap.sdc.toscaparser.api.parameters.Input@4fa691bc, org.onap.sdc.toscaparser.api.parameters.Input@5e9f1ee3]
2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-01-28T04:50:24.627Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0854ef94-c646-42bf-83dd-6e7560e2b9fb
2022-01-28T04:50:24.628Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0854ef94-c646-42bf-83dd-6e7560e2b9fb matches Tosca VF Customization UUID: 0854ef94-c646-42bf-83dd-6e7560e2b9fb
2022-01-28T04:50:24.628Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0854ef94-c646-42bf-83dd-6e7560e2b9fb  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-01-28T04:50:24.629Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0854ef94-c646-42bf-83dd-6e7560e2b9fb: {\"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-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@441a6515
2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 45231138-a43c-40a7-8529-30c2ca8f4010
2022-01-28T04:50:24.630Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 45231138-a43c-40a7-8529-30c2ca8f4010
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-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:24.632Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.633Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=38ea6d03-5e6e-44fb-b1b1-e3769a0e5bfa
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-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-01-28T04:50:24.636Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.637Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=246ea382-4cee-4585-b36c-0e9e58d9e26d
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-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:24.638Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-01-28T04:50:24.639Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=b3b61f24-1a24-448b-a8fe-cc1a8728237b
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-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Node template vFW 167e8493-dcbc 0 is matching search criteria
2022-01-28T04:50:24.641Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 167e8493-dcbc 0] matching following query criteria: sdcType=VF, customizationUUID=0854ef94-c646-42bf-83dd-6e7560e2b9fb
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-01-28T04:50:24.642Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 73942fb7-3c19-46d2-b88b-de287bc1a9c0: vFW 167e8493-dcbc
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.643Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.644Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-01-28T04:50:24.644Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-01-28 04-46-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-01-28T04:50:24.644Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-01-28 04-46-29 
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-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 167e8493-dcbc a01052a3-3efd-494e-bc87-8378c53130da 1 ASDC deployResourceStructure
2022-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json ASDC sendASDCNotification
2022-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json
2022-01-28T04:50:24.780Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:50:24.781Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:24.782Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:24.782Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345424780,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:50:24.882Z||pool-211-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:50:24.883Z||pool-211-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:24.883Z||pool-211-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:24.895Z||pool-211-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:24.896Z||pool-211-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:50:25.783Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-01-28T04:50:25.784Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml
2022-01-28T04:50:25.784Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:50:25.784Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:25.786Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:25.786Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345425783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-01-28T04:50:25.886Z||pool-212-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:25.887Z||pool-212-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:25.887Z||pool-212-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:25.900Z||pool-212-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:25.900Z||pool-212-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:26.786Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-01-28T04:50:26.787Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env
2022-01-28T04:50:26.787Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:50:26.787Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:26.789Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:26.789Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345426786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-01-28T04:50:26.889Z||pool-213-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:26.890Z||pool-213-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:26.890Z||pool-213-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:26.903Z||pool-213-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:26.903Z||pool-213-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar ASDC sendASDCNotification
2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar
2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-01-28T04:50:27.791Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:50:27.793Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:50:27.794Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345427790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:50:27.894Z||pool-214-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:50:27.894Z||pool-214-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:50:27.895Z||pool-214-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:50:27.908Z||pool-214-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:50:27.908Z||pool-214-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:50:28.794Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:50:28.804Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:50:28.806Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:50:28.806Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:50:28.807Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:50:58.807Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:50:58.816Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:50:58.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:50:58.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-01-28T04:50:58.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-01-28T04:51:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:51:20.695Z||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-01-28T04:51:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:51:20.721Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345301131,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:51:20.722Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345302146,
  "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-01-28T04:51:20.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152
2022-01-28T04:51:20.728Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345302384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1643345303148,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345303887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345305385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345303887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "clamp",
  "timestamp": 1643345306389,
  "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-01-28T04:51:20.739Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152
2022-01-28T04:51:20.739Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:20.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345303887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345303887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345303887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345308102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345303887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345308102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345303887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345308102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345308102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345311844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345308102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345308102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345308102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345315814,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345318314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345318512,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DEPLOY_OK"
}
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:51:20.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "aai-ml",
  "timestamp": 1643345319317,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "deploy failure",
  "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-01-28T04:51:20.750Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_ERROR distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152
2022-01-28T04:51:20.750Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:20.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:51:20.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1643345319518,
  "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-01-28T04:51:20.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dab343e9-f5ca-420c-a8ee-56f303ddd152
2022-01-28T04:51:20.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:28.818Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-01-28T04:51:28.828Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-01-28T04:51:28.830Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-01-28T04:51:28.831Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-01-28T04:51:28.831Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-01-28T04:51:28.835Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-01-28T04:51:58.835Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 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-01-28T04:51:58.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dab343e9-f5ca-420c-a8ee-56f303ddd152 and serviceModelVersionId: 73942fb7-3c19-46d2-b88b-de287bc1a9c0
2022-01-28T04:51:58.840Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8898102c-c37d-4985-9c91-ac61e48eeec2
2022-01-28T04:51:58.841Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0
2022-01-28T04:51:58.848Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-01-28T04:51:58.865Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|INFO|500||Invoke
2022-01-28T04:51:58.866Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dab343e9-f5ca-420c-a8ee-56f303ddd152], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7daca875-2ad6-45ad-adea-137098f0d796], X-ECOMP-RequestID=[dab343e9-f5ca-420c-a8ee-56f303ddd152], X-TransactionId=[], X-ONAP-RequestID=[dab343e9-f5ca-420c-a8ee-56f303ddd152], Content-Type=[application/merge-patch+json]}
2022-01-28T04:51:58.880Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-01-28T04:51:58.898Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?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/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0 has http status code:404 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220128-04:51:58:886-64534], Content-Length=[495], Date=[Fri, 28 Jan 2022 04:51:58 GMT], Content-Type=[application/json]}
2022-01-28T04:51:58.899Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["MERGE_PATCH","service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0","Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0","ERR.5.4.6114"]}}}

2022-01-28T04:51:58.900Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0?depth=0|INFO|404|Not Found|InvokeReturn
2022-01-28T04:51:58.902Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exception occurred on executePatchAAI : Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114)
2022-01-28T04:51:58.902Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||ERROR|500||Exception occurred
javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114)
	at org.onap.so.client.ResponseExceptionMapper.map(ResponseExceptionMapper.java:74)
	at org.onap.so.client.RestRequest.get(RestRequest.java:77)
	at org.onap.so.client.RestClient.buildRequest(RestClient.java:326)
	at org.onap.so.client.RestClient.lambda$method$4(RestClient.java:322)
	at net.jodah.failsafe.Functions.lambda$resultSupplierOf$11(Functions.java:283)
	at net.jodah.failsafe.internal.executor.RetryPolicyExecutor.lambda$supply$0(RetryPolicyExecutor.java:67)
	at net.jodah.failsafe.Execution.executeSync(Execution.java:117)
	at net.jodah.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:319)
	at net.jodah.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:71)
	at org.onap.so.client.RestClient.method(RestClient.java:322)
	at org.onap.so.client.RestClient.patch(RestClient.java:265)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryRestClient.patch(GraphInventoryRestClient.java:81)
	at org.onap.aaiclient.client.graphinventory.GraphInventoryResourcesClient.update(GraphInventoryResourcesClient.java:184)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:193)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:680)
	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-01-28T04:51:58.902Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exception in Watchdog executePatchAAI(): javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114)
2022-01-28T04:51:58.903Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Exception caused by: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114)
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-01-28T04:51:58.905Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:51:58.906Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dab343e9-f5ca-420c-a8ee-56f303ddd152 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Error calling A&AI javax.ws.rs.NotFoundException: Error calling A&AI. Request-Id=dab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg=Node Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec=ERR.5.4.6114)
2022-01-28T04:51:58.906Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-01-28T04:51:58.906Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:51:58.907Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:51:58.907Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345518906,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003ddab343e9-f5ca-420c-a8ee-56f303ddd152 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/8898102c-c37d-4985-9c91-ac61e48eeec2/model-vers/model-ver/73942fb7-3c19-46d2-b88b-de287bc1a9c0) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:51:59.007Z||pool-215-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:51:59.008Z||pool-215-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:51:59.008Z||pool-215-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:51:59.027Z||pool-215-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:51:59.027Z||pool-215-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-01-28T04:51:59.919Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:51:59.920Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:51:59.920Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:09.462Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:09.463Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:52:09.463Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:52:09.463Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:18.999Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:18.999Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:52:19.000Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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-01-28T04:52:19.000Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:20.695Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-01-28T04:52:20.695Z||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-01-28T04:52:20.696Z||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 yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:20.716Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:20.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "296570b1-1757-43e6-985b-19d495b58707",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345406090,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Error calling A\u0026AI javax.ws.rs.NotFoundException: Error calling A\u0026AI. Request-Id\u003d296570b1-1757-43e6-985b-19d495b58707 Resource not found for MERGE_PATCH using id service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67 (msg\u003dNode Not Found:No Node of type model-ver found at: service-design-and-creation/models/model/493e3b8e-b410-4059-b2a9-7960cc8af1c8/model-vers/model-ver/bdf12c3c-9224-4bc0-9cf1-30052ad53b67) (ec\u003dERR.5.4.6114)"
}
2022-01-28T04:52:20.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:52:20.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:20.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vfw167e8493dcbc0_modules.json",
  "status": "NOTIFIED"
}
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/resourceInstances/vfw167e8493dcbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345407104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "NOTIFIED"
}
2022-01-28T04:52:20.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-01-28T04:52:20.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "dab343e9-f5ca-420c-a8ee-56f303ddd152",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345418840,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220128044629/1.0/artifacts/service-Vfw20220128044629-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-01-28T04:52:20.720Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-01-28T04:52:22.969Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:22.970Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-01-28T04:52:22.970Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0eb728dc-2208-45ad-b69a-ec7209e72ffb","serviceName":"Demo_pNF_cKG4cKWZXRRlDC8OCZ7T","serviceVersion":"1.0","serviceUUID":"05a6c390-b344-4e05-8b4d-032fbf9c4427","serviceDescription":"catalog service description","serviceInvariantUUID":"e6613f51-fa32-4434-890e-a4c3f6902a26","resources":[{"resourceInstanceName":"pNF 4862f71a-ad8a 0","resourceName":"pNF 4862f71a-ad8a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a50d88a0-5be0-4f18-9068-593b550a28d7","resourceInvariantUUID":"3824a1e5-03a3-4c64-b246-62295218bb80","resourceCustomizationUUID":"592d2d02-58a2-4cb4-b631-f564f9547ee2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml","artifactChecksum":"ODBjNjZlYzk0MmIwNGI0YjMxNWE5NTUzYmMxMTk2MTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e66b2950-936e-4255-851c-75b2a9675fbc","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar","artifactChecksum":"ZjBmZTk0NzU2ZjZmZGU1NTliOTg5OGQzNzQ2ZDA4YTA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"909ed41d-3e80-44fc-b277-b4435a477192","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4ebb55c-4856-4566-9b75-a3d94ba85932","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWVhZmRiNWY3ODdmNmI0M2Y5MDM2YTMxNmE3Y2MyZjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f8df19ba-a10e-41d7-861f-98f2058a9494","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b90ba651-a8cf-410a-b39e-3849a6dfc41f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a5532f5-b61d-412a-86bc-1a1f975fed42","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-template.yml","artifactChecksum":"NTFlMjg4NzFjYmYwZDFiZGNhZTYzZTlkMDAwMjU0MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d724229d-79f2-4f64-9b7d-ee50116ec420","artifactVersion":"1"},{"artifactName":"service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/artifacts/service-DemoPnfCkg4ckwzxrrldc8ocz7t-csar.csar","artifactChecksum":"ODMxNmVhODczZmMwYWNmMTgwOGQyNjZmZDZhODU3OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"240115b1-5c68-445d-8e7d-11049917877d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-01-28T04:52:22.971Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:52:22.972Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:52:22.974Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:52:22.974Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345538999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:23.074Z||pool-216-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:52:23.078Z||pool-216-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:52:23.078Z||pool-216-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:23.093Z||pool-216-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:23.093Z||pool-216-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:52:23.974Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:52:23.976Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:52:23.978Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:52:23.978Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345538999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:24.078Z||pool-217-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:52:24.079Z||pool-217-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:52:24.079Z||pool-217-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:24.093Z||pool-217-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:24.093Z||pool-217-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:52:24.978Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:52:24.979Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:52:24.981Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:52:24.981Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345538999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:25.082Z||pool-218-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-01-28T04:52:25.082Z||pool-218-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:52:25.082Z||pool-218-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:25.096Z||pool-218-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:25.097Z||pool-218-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:52:25.982Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:52:25.982Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:52:25.984Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:52:25.984Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345538999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:26.084Z||pool-219-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:52:26.085Z||pool-219-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:52:26.085Z||pool-219-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:26.098Z||pool-219-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:26.099Z||pool-219-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-01-28T04:52:26.984Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:52:26.985Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:52:26.986Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:52:26.986Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345538999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:27.086Z||pool-220-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:52:27.087Z||pool-220-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:52:27.087Z||pool-220-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:27.102Z||pool-220-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:27.102Z||pool-220-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-01-28T04:52:27.987Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-01-28T04:52:27.987Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-01-28T04:52:27.989Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-01-28T04:52:27.989Z|dab343e9-f5ca-420c-a8ee-56f303ddd152|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "0eb728dc-2208-45ad-b69a-ec7209e72ffb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1643345538999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCkg4ckwzxrrldc8ocz7t/1.0/resourceInstances/pnf4862f71aad8a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-01-28T04:52:28.089Z||pool-221-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-01-28T04:52:28.089Z||pool-221-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-01-28T04:52:28.090Z||pool-221-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yXVlav1kGLvo6lXU) ...
2022-01-28T04:52:28.101Z||pool-221-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-01-28T04:52:28.101Z||pool-221-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}